branch develop updated (d85f38d -> a32e17f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from d85f38d fixes #1184 Ajout de commentaires et d'un fichier non précédement commité new a32e17f optimize third parties + dependencies (the sooner, the BETTER\!) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit a32e17f2bdb67daae21cbc10117aa16ec37f7e48 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Mar 3 08:54:07 2015 +0100 optimize third parties + dependencies (the sooner, the BETTER\!) Summary of changes: lima-business-api/pom.xml | 4 ++++ .../src/license/THIRD-PARTY.properties | 20 ++++++++++++++++++-- lima-business/pom.xml | 8 ++++---- lima-business/src/license/THIRD-PARTY.properties | 22 ++++++++++++++++++---- lima-callao/src/license/THIRD-PARTY.properties | 20 ++++++++++++++++++-- lima-web/src/license/THIRD-PARTY.properties | 20 +++++++++++++------- 6 files changed, 75 insertions(+), 19 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit a32e17f2bdb67daae21cbc10117aa16ec37f7e48 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Mar 3 08:54:07 2015 +0100 optimize third parties + dependencies (the sooner, the BETTER\!) --- lima-business-api/pom.xml | 4 ++++ .../src/license/THIRD-PARTY.properties | 20 ++++++++++++++++++-- lima-business/pom.xml | 8 ++++---- lima-business/src/license/THIRD-PARTY.properties | 22 ++++++++++++++++++---- lima-callao/src/license/THIRD-PARTY.properties | 20 ++++++++++++++++++-- lima-web/src/license/THIRD-PARTY.properties | 20 +++++++++++++------- 6 files changed, 75 insertions(+), 19 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index f1be9c4..587ff2d 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -25,6 +25,10 @@ <artifactId>javaee-api</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>net.sf.jasperreports</groupId> + <artifactId>jasperreports</artifactId> + </dependency> </dependencies> <profiles> diff --git a/lima-business-api/src/license/THIRD-PARTY.properties b/lima-business-api/src/license/THIRD-PARTY.properties index abcc36e..e2d3ddb 100644 --- a/lima-business-api/src/license/THIRD-PARTY.properties +++ b/lima-business-api/src/license/THIRD-PARTY.properties @@ -2,6 +2,7 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - AL 2.0 +# - Apache 2 # - Apache License 2.0 # - Apache License, version 2.0 # - BSD License @@ -9,8 +10,11 @@ # - Common Development and Distribution License # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Public License v1.0 +# - GNU Affero General Public License v3 +# - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU Library or Lesser General Public License +# - GNU Lesser General Public Licence # - General Public License (GPL) # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 @@ -26,6 +30,18 @@ # Please fill the missing licenses for dependencies : # # -#Wed Apr 16 15:13:08 CEST 2014 +#Tue Mar 03 08:37:52 CET 2015 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence +jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 +org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) +org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 +stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 4d6e947..df0df61 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -101,10 +101,10 @@ <groupId>org.jboss.spec.javax.transaction</groupId> <artifactId>jboss-transaction-api_1.2_spec</artifactId> </dependency> - <!--dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </dependency--> + <dependency> + <groupId>net.sf.jasperreports</groupId> + <artifactId>jasperreports</artifactId> + </dependency> </dependencies> <build> diff --git a/lima-business/src/license/THIRD-PARTY.properties b/lima-business/src/license/THIRD-PARTY.properties index a75bd41..7301b41 100644 --- a/lima-business/src/license/THIRD-PARTY.properties +++ b/lima-business/src/license/THIRD-PARTY.properties @@ -2,20 +2,22 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - AL 2.0 +# - Apache 2 # - Apache License 2.0 # - Apache License, version 2.0 -# - Apache Software License - Version 2.0 # - Apache Software License 2.0 # - BSD License -# - CDDL + GPLv2 with classpath exception # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License # - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 -# - Eclipse Public License - Version 1.0 +# - Eclipse Public License v1.0 +# - GNU Affero General Public License v3 +# - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception +# - GNU Lesser General Public Licence # - GNU Library or Lesser General Public License # - GPL2 w/ CPE # - General Public License (GPL) @@ -37,8 +39,20 @@ # Please fill the missing licenses for dependencies : # # -#Fri Jul 04 15:48:42 CEST 2014 +#Tue Mar 03 08:40:24 CET 2015 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence +jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 org.metatype.sxc--sxc-jaxb-core--0.8=CDDL 1.1 org.metatype.sxc--sxc-runtime--0.8=CDDL 1.1 +org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) +org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 +stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-callao/src/license/THIRD-PARTY.properties b/lima-callao/src/license/THIRD-PARTY.properties index cf0c45f..63c322e 100644 --- a/lima-callao/src/license/THIRD-PARTY.properties +++ b/lima-callao/src/license/THIRD-PARTY.properties @@ -2,6 +2,7 @@ #------------------------------------------------------------------------------- # Already used licenses in project : # - AL 2.0 +# - Apache 2 # - Apache License 2.0 # - Apache License, version 2.0 # - BSD License @@ -9,8 +10,11 @@ # - Common Development and Distribution License # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 +# - Eclipse Public License v1.0 +# - GNU Affero General Public License v3 +# - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception -# - GNU Library or Lesser General Public License +# - GNU Lesser General Public Licence # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) @@ -25,6 +29,18 @@ # Please fill the missing licenses for dependencies : # # -#Wed Apr 16 15:12:26 CEST 2014 +#Tue Mar 03 08:30:05 CET 2015 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence +jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 +org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) +org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 +stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-web/src/license/THIRD-PARTY.properties b/lima-web/src/license/THIRD-PARTY.properties index 923d1e0..9c6d7e3 100644 --- a/lima-web/src/license/THIRD-PARTY.properties +++ b/lima-web/src/license/THIRD-PARTY.properties @@ -16,7 +16,9 @@ # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - GNU General Lesser Public License (LGPL) version 3.0 +# - Eclipse Public License v1.0 +# - GNU Affero General Public License v3 +# - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public Licence # - GNU Library or Lesser General Public License @@ -24,31 +26,35 @@ # - General Public License (GPL) # - HSQLDB License, a BSD open source license # - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 -# - Mozilla Public License Version 2.0 # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 # - The H2 License, Version 1.0 # - http://asm.ow2.org/license.html # - http://www.apache.org/licenses/LICENSE-2.0.txt -# - jdomlicence #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Fri Nov 07 17:49:41 CET 2014 +#Tue Mar 03 08:48:52 CET 2015 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -eclipse--jdtcore--3.1.0=Eclipse Public License - v 1.0 jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 -org.codehaus.castor--castor--1.2=org.codehaus.castor +org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 +org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 org.metatype.sxc--sxc-jaxb-core--0.8=CDDL 1.1 org.metatype.sxc--sxc-runtime--0.8=CDDL 1.1 org.olap4j--olap4j--0.9.7.309-JS-3=The Apache Software License, Version 2.0 +org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 +org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 +stax--stax--1.2.0=The Apache Software License, Version 2.0 xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm