r1586 - in trunk: wikitty-dto wikitty-hessian-client wikitty-hessian-server wikitty-jdbc wikitty-perf-test wikitty-solr
Author: tchemit Date: 2014-02-14 14:52:55 +0100 (Fri, 14 Feb 2014) New Revision: 1586 Url: http://nuiton.org/projects/wikitty/repository/revisions/1586 Log: optimize dependencies Modified: trunk/wikitty-dto/pom.xml trunk/wikitty-hessian-client/pom.xml trunk/wikitty-hessian-server/pom.xml trunk/wikitty-jdbc/pom.xml trunk/wikitty-perf-test/pom.xml trunk/wikitty-solr/pom.xml Modified: trunk/wikitty-dto/pom.xml =================================================================== --- trunk/wikitty-dto/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-dto/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -35,6 +35,11 @@ <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-config</artifactId> + </dependency> + <!-- TEST --> <dependency> <groupId>junit</groupId> Modified: trunk/wikitty-hessian-client/pom.xml =================================================================== --- trunk/wikitty-hessian-client/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-hessian-client/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -37,7 +37,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> + <artifactId>nuiton-config</artifactId> </dependency> <dependency> Modified: trunk/wikitty-hessian-server/pom.xml =================================================================== --- trunk/wikitty-hessian-server/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-hessian-server/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -33,21 +33,7 @@ <scope>compile</scope> </dependency> - <!--dependency> - <groupId>${project.groupId}</groupId> - <artifactId>wikitty-jdbc-impl</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>wikitty-solr-impl</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency--> - - <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> </dependency> @@ -75,7 +61,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> + <artifactId>nuiton-config</artifactId> </dependency> <dependency> Modified: trunk/wikitty-jdbc/pom.xml =================================================================== --- trunk/wikitty-jdbc/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-jdbc/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -75,7 +75,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> + <artifactId>nuiton-config</artifactId> </dependency> <dependency> Modified: trunk/wikitty-perf-test/pom.xml =================================================================== --- trunk/wikitty-perf-test/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-perf-test/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -62,7 +62,7 @@ <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> + <artifactId>nuiton-config</artifactId> </dependency> </dependencies> Modified: trunk/wikitty-solr/pom.xml =================================================================== --- trunk/wikitty-solr/pom.xml 2014-02-14 10:58:36 UTC (rev 1585) +++ trunk/wikitty-solr/pom.xml 2014-02-14 13:52:55 UTC (rev 1586) @@ -37,6 +37,11 @@ <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-config</artifactId> + </dependency> + <!-- SOLR --> <dependency> <groupId>org.apache.solr</groupId>
participants (1)
-
tchemit@users.nuiton.org