Author: tchemit Date: 2013-08-08 12:58:51 +0200 (Thu, 08 Aug 2013) New Revision: 410 Url: http://nuiton.org/projects/jredmine/repository/revisions/410 Log: optimize dependencies Modified: trunk/jredmine-maven-plugin/src/license/THIRD-PARTY.properties trunk/pom.xml Modified: trunk/jredmine-maven-plugin/src/license/THIRD-PARTY.properties =================================================================== --- trunk/jredmine-maven-plugin/src/license/THIRD-PARTY.properties 2013-08-08 10:24:25 UTC (rev 409) +++ trunk/jredmine-maven-plugin/src/license/THIRD-PARTY.properties 2013-08-08 10:58:51 UTC (rev 410) @@ -2,18 +2,16 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - Apache License -# - Apache Public License 2.0 # - Apache Software License, Version 1.1 # - BSD License -# - BSD style # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Public License Version 1.0 -# - Eclipse Public License # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License +# - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 # - http://classworlds.codehaus.org/license.html @@ -21,7 +19,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Oct 02 14:47:14 CEST 2012 +#Thu Aug 08 12:32:47 CEST 2013 antlr--antlr--2.7.2=BSD License classworlds--classworlds--1.1=http\://classworlds.codehaus.org/license.html dom4j--dom4j--1.1=BSD License Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 10:24:25 UTC (rev 409) +++ trunk/pom.xml 2013-08-08 10:58:51 UTC (rev 410) @@ -440,6 +440,42 @@ <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </exclusion> + <exclusion> + <groupId>rome</groupId> + <artifactId>rome</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.mylyn.github</groupId> + <artifactId>org.eclipse.egit.github.core</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-javamail_1.4_spec</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.javamail</groupId> + <artifactId>geronimo-javamail_1.4_mail</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.geronimo.javamail</groupId> + <artifactId>geronimo-javamail_1.4_provider</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency>