Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 9fa5a9fd by Tony CHEMIT at 2017-12-10T13:42:42+01:00 optimize dependencies + third parties - - - - - 2 changed files: - client-configuration/pom.xml - client/src/license/THIRD-PARTY.properties Changes: ===================================== client-configuration/pom.xml ===================================== --- a/client-configuration/pom.xml +++ b/client-configuration/pom.xml @@ -60,6 +60,10 @@ </dependency> <dependency> <groupId>fr.ird.observe.toolkit</groupId> + <artifactId>common-service</artifactId> + </dependency> + <dependency> + <groupId>fr.ird.observe.toolkit</groupId> <artifactId>common-client</artifactId> </dependency> ===================================== client/src/license/THIRD-PARTY.properties ===================================== --- a/client/src/license/THIRD-PARTY.properties +++ b/client/src/license/THIRD-PARTY.properties @@ -1,10 +1,10 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - AL 2.0 # - Apache 2.0 # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 2-Clause License # - BSD License # - BSD License for HSQL # - Common Development and Distribution License @@ -12,26 +12,24 @@ # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License 1.0 -# - Eclipse Public License, Version 1.0 -# - GNU General Public License - Version 2 with the class path exception # - GNU General Public License, Version 2 with the Classpath Exception +# - GNU General Public License, version 2 (GPL2), with the classpath exception # - GNU Lesser General Public License # - GNU Lesser General Public License, Version 2.1 -# - GNU Lesser Public License # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - JDL (Java Distribution License) # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - MIT License +# - MIT license # - MPL 1.1 +# - MPL 2.0 or EPL 1.0 # - New BSD License # - OGC copyright -# - Public Domain # - Similar to Apache License but with the acknowledgment clause removed # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - The MIT License # - The MIT License(MIT) # - The New BSD License # - The PostgreSQL License @@ -40,7 +38,6 @@ # Please fill the missing licenses for dependencies : # # -#Thu Sep 01 13:13:00 CEST 2016 +#Sun Dec 10 13:41:26 CET 2017 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -javax.media--jai_core--1.1.3=JDL (Java Distribution License) View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/9fa5a9fd02f04be390d21ccd2d0c... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/9fa5a9fd02f04be390d21ccd2d0c... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT