Author: sletellier Date: 2011-05-09 16:13:11 +0200 (Mon, 09 May 2011) New Revision: 873 Url: http://nuiton.org/repositories/revision/wikitty/873 Log: - Use mavenPom commons dependencies - Fix analyseDependencies Modified: trunk/pom.xml trunk/wikitty-jdbc/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-09 14:10:57 UTC (rev 872) +++ trunk/pom.xml 2011-05-09 14:13:11 UTC (rev 873) @@ -90,7 +90,8 @@ <scope>compile</scope> </dependency> - <dependency> + <!-- sletellier : commons dependencies are already declared in mavenpom --> + <!--dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> @@ -108,6 +109,12 @@ <artifactId>commons-beanutils</artifactId> <version>1.8.3</version> <scope>compile</scope> + </dependency--> + + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.5.4</version> </dependency> <dependency> @@ -213,6 +220,7 @@ <version>4.9.0.GA</version> <scope>compile</scope> </dependency> + <dependency> <groupId>javax.transaction</groupId> <artifactId>jta</artifactId> Modified: trunk/wikitty-jdbc/pom.xml =================================================================== --- trunk/wikitty-jdbc/pom.xml 2011-05-09 14:10:57 UTC (rev 872) +++ trunk/wikitty-jdbc/pom.xml 2011-05-09 14:13:11 UTC (rev 873) @@ -76,11 +76,6 @@ </dependency> <dependency> - <groupId>jboss.jbossts</groupId> - <artifactId>jbossjta</artifactId> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> @@ -95,7 +90,17 @@ <artifactId>postgresql</artifactId> <scope>test</scope> </dependency> - + + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + </dependencies> <!-- ************************************************************* -->
participants (1)
-
sletellier@users.nuiton.org