- Revision
- 72
- Author
- paul
- Date
- 2007-05-23 13:08:27 -0500 (Wed, 23 May 2007)
Log Message
ooops
Modified Paths
Diff
Modified: trunk/core/pom.xml (71 => 72)
--- trunk/core/pom.xml 2007-05-23 16:32:40 UTC (rev 71) +++ trunk/core/pom.xml 2007-05-23 18:08:27 UTC (rev 72) @@ -27,9 +27,13 @@ <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer</artifactId> </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + </dependency> <dependency> <groupId>org.jruby</groupId> - <artifactId>jruby</artifactId> + <artifactId>jruby-complete</artifactId> </dependency> <dependency> <groupId>velocity</groupId>
Modified: trunk/pom.xml (71 => 72)
--- trunk/pom.xml 2007-05-23 16:32:40 UTC (rev 71) +++ trunk/pom.xml 2007-05-23 18:08:27 UTC (rev 72) @@ -37,8 +37,13 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>3.0</version> + </dependency> + <dependency> <groupId>org.jruby</groupId> - <artifactId>jruby</artifactId> + <artifactId>jruby-complete</artifactId> <version>1.0RC2</version> <scope>provided</scope> </dependency>
To unsubscribe from this list please visit:
