Author: jcouteau Date: 2010-12-21 14:06:19 +0100 (Tue, 21 Dec 2010) New Revision: 637 Url: http://nuiton.org/repositories/revision/wikitty/637 Log: Use org.apache.jcs:jcs instead of jcs:jcs (less useless dependencies) Modified: trunk/pom.xml trunk/wikitty-api/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-20 18:21:26 UTC (rev 636) +++ trunk/pom.xml 2010-12-21 13:06:19 UTC (rev 637) @@ -39,44 +39,9 @@ <dependencies> <!-- cache implementation --> <dependency> - <groupId>jcs</groupId> + <groupId>org.apache.jcs</groupId> <artifactId>jcs</artifactId> <version>1.3</version> - <exclusions> - <exclusion> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - <exclusion> - <groupId>tomcat</groupId> - <artifactId>tomcat-util</artifactId> - </exclusion> - <exclusion> - <groupId>berkeleydb</groupId> - <artifactId>berkeleydb</artifactId> - </exclusion> - <exclusion> - <groupId>xmlrpc</groupId> - <artifactId>xmlrpc</artifactId> - </exclusion> - <exclusion> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - </exclusion> - <exclusion> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - </exclusion> - <exclusion> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - </exclusion> - </exclusions> - </dependency> <!-- base64 encoder/decoder used for binary type --> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-12-20 18:21:26 UTC (rev 636) +++ trunk/wikitty-api/pom.xml 2010-12-21 13:06:19 UTC (rev 637) @@ -49,7 +49,7 @@ <!-- COMPILE --> <!-- cache implementation --> <dependency> - <groupId>jcs</groupId> + <groupId>org.apache.jcs</groupId> <artifactId>jcs</artifactId> </dependency>
participants (1)
-
jcouteau@users.nuiton.org