Author: jcouteau Date: 2010-12-20 16:57:47 +0100 (Mon, 20 Dec 2010) New Revision: 634 Url: http://nuiton.org/repositories/revision/wikitty/634 Log: Remove useless dependencies from jcs Update commons-cli to 1.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-20 14:55:16 UTC (rev 633) +++ trunk/pom.xml 2010-12-20 15:57:47 UTC (rev 634) @@ -42,6 +42,41 @@ <groupId>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 --> @@ -276,7 +311,7 @@ <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> - <version>1.1</version> + <version>1.2</version> <scope>test</scope> </dependency>
participants (1)
-
jcouteau@users.nuiton.org