r194 - in branches/magalie-eugene: magalie-persistence magalie-services magalie-web
Author: tchemit Date: 2013-05-25 16:42:18 +0200 (Sat, 25 May 2013) New Revision: 194 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: optimize dependencies Modified: branches/magalie-eugene/magalie-persistence/pom.xml branches/magalie-eugene/magalie-services/pom.xml branches/magalie-eugene/magalie-web/pom.xml Modified: branches/magalie-eugene/magalie-persistence/pom.xml =================================================================== --- branches/magalie-eugene/magalie-persistence/pom.xml 2013-05-25 14:34:59 UTC (rev 193) +++ branches/magalie-eugene/magalie-persistence/pom.xml 2013-05-25 14:42:18 UTC (rev 194) @@ -29,7 +29,7 @@ <artifactId>hibernate-jpa-2.0-api</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <scope>compile</scope> @@ -45,7 +45,7 @@ <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>compile</scope> - </dependency> + </dependency--> <dependency> <groupId>org.nuiton</groupId> @@ -80,6 +80,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>test</scope> </dependency> <!-- Test dependencies --> Modified: branches/magalie-eugene/magalie-services/pom.xml =================================================================== --- branches/magalie-eugene/magalie-services/pom.xml 2013-05-25 14:34:59 UTC (rev 193) +++ branches/magalie-eugene/magalie-services/pom.xml 2013-05-25 14:42:18 UTC (rev 194) @@ -83,6 +83,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>test</scope> </dependency> <!-- Test dependencies --> Modified: branches/magalie-eugene/magalie-web/pom.xml =================================================================== --- branches/magalie-eugene/magalie-web/pom.xml 2013-05-25 14:34:59 UTC (rev 193) +++ branches/magalie-eugene/magalie-web/pom.xml 2013-05-25 14:42:18 UTC (rev 194) @@ -75,6 +75,7 @@ <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> + <scope>provided</scope> </dependency> <dependency> @@ -126,6 +127,7 @@ <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>runtime</scope> </dependency> <!-- Test dependencies -->
participants (1)
-
tchemit@users.forge.codelutin.com