Author: tchemit Date: 2012-12-30 22:41:01 +0100 (Sun, 30 Dec 2012) New Revision: 2703 Url: http://nuiton.org/projects/topia/repository/revisions/2703 Log: optimize dependencies Modified: trunk/pom.xml trunk/topia-persistence/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-12-30 21:31:56 UTC (rev 2702) +++ trunk/pom.xml 2012-12-30 21:41:01 UTC (rev 2703) @@ -95,6 +95,7 @@ <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-java-templates</artifactId> <version>${eugeneVersion}</version> + <scope>provided</scope> </dependency> <dependency> Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2012-12-30 21:31:56 UTC (rev 2702) +++ trunk/topia-persistence/pom.xml 2012-12-30 21:41:01 UTC (rev 2703) @@ -60,10 +60,10 @@ <artifactId>eugene</artifactId> </dependency> - <!--dependency> + <dependency> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-java-templates</artifactId> - </dependency--> + </dependency> <dependency> <groupId>commons-collections</groupId>
participants (1)
-
tchemit@users.nuiton.org