Author: tchemit Date: 2012-05-28 11:05:31 +0200 (Mon, 28 May 2012) New Revision: 1147 Url: http://nuiton.org/repositories/revision/eugene/1147 Log: fix jaxen dependencies Modified: trunk/eugene/pom.xml trunk/eugene/src/license/THIRD-PARTY.properties Modified: trunk/eugene/pom.xml =================================================================== --- trunk/eugene/pom.xml 2012-05-28 08:48:30 UTC (rev 1146) +++ trunk/eugene/pom.xml 2012-05-28 09:05:31 UTC (rev 1147) @@ -94,10 +94,20 @@ <scope>runtime</scope> </dependency> - <!-- dom4j dep --> + <!-- jaxen dep --> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> + <exclusions> + <exclusion> + <groupId>maven-plugins</groupId> + <artifactId>maven-cobertura-plugin</artifactId> + </exclusion> + <exclusion> + <groupId>maven-plugins</groupId> + <artifactId>maven-findbugs-plugin</artifactId> + </exclusion> + </exclusions> </dependency> <!-- Meta model uml d'eclipse --> Modified: trunk/eugene/src/license/THIRD-PARTY.properties =================================================================== --- trunk/eugene/src/license/THIRD-PARTY.properties 2012-05-28 08:48:30 UTC (rev 1146) +++ trunk/eugene/src/license/THIRD-PARTY.properties 2012-05-28 09:05:31 UTC (rev 1147) @@ -13,13 +13,14 @@ # - MIT License # - Mozilla Public License Version 1.0 # - The Apache Software License, Version 2.0 -# - http://jaxen.codehaus.org/license.html +# - The SAX License +# - The W3C License +# - The Werken Company License #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Wed Jan 04 15:16:55 CET 2012 +#Mon May 28 11:02:25 CEST 2012 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD -jaxen--jaxen--1.1.1=http\://jaxen.codehaus.org/license.html jdom--jdom--1.0=The Apache Software License, Version 2.0
participants (1)
-
tchemit@users.nuiton.org