Author: bleny Date: 2013-07-23 17:54:03 +0200 (Tue, 23 Jul 2013) New Revision: 326 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: update dependencies for release Modified: trunk/magalie-persistence/pom.xml trunk/magalie-services/pom.xml trunk/magalie-web/pom.xml trunk/pom.xml Modified: trunk/magalie-persistence/pom.xml =================================================================== --- trunk/magalie-persistence/pom.xml 2013-07-23 15:23:52 UTC (rev 325) +++ trunk/magalie-persistence/pom.xml 2013-07-23 15:54:03 UTC (rev 326) @@ -56,8 +56,8 @@ </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> </dependency> <dependency> Modified: trunk/magalie-services/pom.xml =================================================================== --- trunk/magalie-services/pom.xml 2013-07-23 15:23:52 UTC (rev 325) +++ trunk/magalie-services/pom.xml 2013-07-23 15:54:03 UTC (rev 326) @@ -61,11 +61,6 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> Modified: trunk/magalie-web/pom.xml =================================================================== --- trunk/magalie-web/pom.xml 2013-07-23 15:23:52 UTC (rev 325) +++ trunk/magalie-web/pom.xml 2013-07-23 15:54:03 UTC (rev 326) @@ -42,6 +42,11 @@ </dependency> <dependency> + <groupId>org.nuiton.jpa</groupId> + <artifactId>nuiton-jpa-api</artifactId> + </dependency> + + <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-23 15:23:52 UTC (rev 325) +++ trunk/pom.xml 2013-07-23 15:54:03 UTC (rev 326) @@ -264,6 +264,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>${struts2Version}</version> + <scope>runtime</scope> </dependency> <dependency>
participants (1)
-
bleny@users.forge.codelutin.com