From: <bra...@us...> - 2008-07-25 21:25:54
|
Revision: 2496 http://archive-access.svn.sourceforge.net/archive-access/?rev=2496&view=rev Author: bradtofel Date: 2008-07-25 21:26:03 +0000 (Fri, 25 Jul 2008) Log Message: ----------- TWEAK: added beanshell dependency 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 2008-07-25 20:33:59 UTC (rev 2495) +++ trunk/archive-access/projects/wayback/wayback-core/pom.xml 2008-07-25 21:26:03 UTC (rev 2496) @@ -79,6 +79,11 @@ <artifactId>spring-beans</artifactId> <version>2.5.1</version> </dependency> + <dependency> + <groupId>org.beanshell</groupId> + <artifactId>bsh</artifactId> + <version>2.0b4</version> + </dependency> <!-- Doh... I'm not sure what package is configuring org.apache.commons-logging to use log4j, but it's breaking some command line tools. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |