Author: simonetripodi
Date: Tue Jan 17 16:46:24 2012
New Revision: 1232471
URL: http://svn.apache.org/viewvc?rev=1232471&view=rev
Log:
found broken dependencies - the empty local repo reminded me I pushed the
any23- prefix on artifactIDs
Modified:
incubator/any23/trunk/plugins/integration-test/pom.xml
Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1232471&r1=1232470&r2=1232471&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Tue Jan 17 16:46:24
2012
@@ -40,12 +40,12 @@
</dependency>
<dependency>
<groupId>org.apache.any23.plugin</groupId>
- <artifactId>html-scraper</artifactId>
+ <artifactId>any23-html-scraper</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugin</groupId>
- <artifactId>office-scraper</artifactId>
+ <artifactId>any23-office-scraper</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
</dependency>
</dependencies>