This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 9037219ccb28d1f595b5afeefefd9b6c231c5ec4 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 7 19:02:54 2016 +0200 Really we do not use commons-primitives once for all... --- .../src/license/THIRD-PARTY.properties | 17 ----------------- .../src/license/THIRD-PARTY.properties | 7 ++++--- nuiton-config/src/license/THIRD-PARTY.properties | 19 ------------------- pom.xml | 6 ++++++ 4 files changed, 10 insertions(+), 39 deletions(-) diff --git a/nuiton-config-example/src/license/THIRD-PARTY.properties b/nuiton-config-example/src/license/THIRD-PARTY.properties deleted file mode 100644 index 357b66f..0000000 --- a/nuiton-config-example/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,17 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - 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 -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Fri Sep 30 13:56:47 CEST 2016 -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties b/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties index bee1086..bb53d09 100644 --- a/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties +++ b/nuiton-config-maven-plugin/src/license/THIRD-PARTY.properties @@ -5,6 +5,7 @@ # - Apache Software License, Version 1.1 # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 @@ -12,17 +13,17 @@ # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - Mozilla Public License Version 1.0 +# - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - The BSD License +# - The MIT License # - http://jaxen.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Fri Sep 30 15:38:10 CEST 2016 +#Fri Oct 07 19:01:19 CEST 2016 antlr--antlr--2.7.2=BSD License -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.1=BSD License org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 diff --git a/nuiton-config/src/license/THIRD-PARTY.properties b/nuiton-config/src/license/THIRD-PARTY.properties deleted file mode 100644 index c8ce18b..0000000 --- a/nuiton-config/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Eclipse Public License 1.0 -# - 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 -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Fri Sep 30 12:43:17 CEST 2016 -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index ce56d29..2ddd46b 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,12 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> <version>3.0-rc-15</version> + <exclusions> + <exclusion> + <groupId>commons-primitives</groupId> + <artifactId>commons-primitives</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.