r778 - in trunk: . wikitty-hessian-server wikitty-perf-test wikitty-solr-impl
Author: jcouteau Date: 2011-04-11 17:46:34 +0200 (Mon, 11 Apr 2011) New Revision: 778 Url: http://nuiton.org/repositories/revision/wikitty/778 Log: Fix dependencies Modified: trunk/pom.xml trunk/wikitty-hessian-server/pom.xml trunk/wikitty-perf-test/pom.xml trunk/wikitty-solr-impl/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-04-11 14:11:35 UTC (rev 777) +++ trunk/pom.xml 2011-04-11 15:46:34 UTC (rev 778) @@ -93,6 +93,13 @@ </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.1</version> Modified: trunk/wikitty-hessian-server/pom.xml =================================================================== --- trunk/wikitty-hessian-server/pom.xml 2011-04-11 14:11:35 UTC (rev 777) +++ trunk/wikitty-hessian-server/pom.xml 2011-04-11 15:46:34 UTC (rev 778) @@ -48,6 +48,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> + <scope>provided</scope> </dependency> <dependency> Modified: trunk/wikitty-perf-test/pom.xml =================================================================== --- trunk/wikitty-perf-test/pom.xml 2011-04-11 14:11:35 UTC (rev 777) +++ trunk/wikitty-perf-test/pom.xml 2011-04-11 15:46:34 UTC (rev 778) @@ -46,11 +46,6 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency> - - <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> Modified: trunk/wikitty-solr-impl/pom.xml =================================================================== --- trunk/wikitty-solr-impl/pom.xml 2011-04-11 14:11:35 UTC (rev 777) +++ trunk/wikitty-solr-impl/pom.xml 2011-04-11 15:46:34 UTC (rev 778) @@ -74,6 +74,11 @@ <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId>
participants (1)
-
jcouteau@users.nuiton.org