From: <bra...@us...> - 2010-04-15 00:24:00
|
Revision: 3050 http://archive-access.svn.sourceforge.net/archive-access/?rev=3050&view=rev Author: bradtofel Date: 2010-04-15 00:23:54 +0000 (Thu, 15 Apr 2010) Log Message: ----------- CONFIG: Set heritrix-commons version to 3.1.1 Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-core/pom.xml Modified: trunk/archive-access/projects/wayback/wayback-core/pom.xml =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/pom.xml 2010-04-14 23:22:41 UTC (rev 3049) +++ trunk/archive-access/projects/wayback/wayback-core/pom.xml 2010-04-15 00:23:54 UTC (rev 3050) @@ -54,22 +54,21 @@ <version>2.4</version> <scope>provided</scope> </dependency> - <!-- <dependency> <groupId>org.archive.heritrix</groupId> - <artifactId>commons</artifactId> - <version>3.0.0-SNAPSHOT</version> + <artifactId>heritrix-commons</artifactId> + <version>3.1.1-SNAPSHOT</version> </dependency> - --> <dependency> - <groupId>org.archive.heritrix</groupId> - <artifactId>commons</artifactId> - <version>2.0.3-SNAPSHOT</version> - </dependency> - <dependency> <groupId>org.archive.access-control</groupId> <artifactId>access-control</artifactId> <version>0.0.1-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.mozilla</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |