Author: tcurdt Date: Wed Jan 21 13:31:13 2009 New Revision: 736418 URL: http://svn.apache.org/viewvc?rev=736418&view=rev Log: fixed the deps
Modified: commons/sandbox/javaflow/trunk/pom.xml Modified: commons/sandbox/javaflow/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/javaflow/trunk/pom.xml?rev=736418&r1=736417&r2=736418&view=diff ============================================================================== --- commons/sandbox/javaflow/trunk/pom.xml (original) +++ commons/sandbox/javaflow/trunk/pom.xml Wed Jan 21 13:31:13 2009 @@ -92,12 +92,17 @@ <version>3.1</version> </dependency> <dependency> + <groupId>asm</groupId> + <artifactId>asm-tree</artifactId> + <version>3.1</version> + </dependency> + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> </dependency> <dependency> - <groupId>ant</groupId> + <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.0</version> </dependency>