This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 89a4fb9ce0d29d3bb4b58833322b54a2f0807756 Author: jcouteau <couteau@codelutin.com> Date: Mon Jul 9 18:48:40 2018 +0200 Fix release ... --- faxtomail-service/pom.xml | 2 ++ faxtomail-service/src/license/THIRD-PARTY.properties | 8 +++++++- faxtomail-ui-web/src/license/THIRD-PARTY.properties | 10 ++++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 1ffbe3d4..9d77d375 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -230,11 +230,13 @@ <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>imageio-jpeg</artifactId> + <scope>runtime</scope> </dependency> </dependencies> diff --git a/faxtomail-service/src/license/THIRD-PARTY.properties b/faxtomail-service/src/license/THIRD-PARTY.properties index 66ea6b03..37a36253 100644 --- a/faxtomail-service/src/license/THIRD-PARTY.properties +++ b/faxtomail-service/src/license/THIRD-PARTY.properties @@ -38,7 +38,13 @@ # Please fill the missing licenses for dependencies : # # -#Mon Nov 23 16:51:12 CET 2015 +#Mon Jul 09 18:33:13 CEST 2018 +com.twelvemonkeys.common--common-image--3.0.2=BSD 3-Clause License +com.twelvemonkeys.common--common-io--3.0.2=BSD 3-Clause License +com.twelvemonkeys.common--common-lang--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-core--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-jpeg--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-metadata--3.0.2=BSD 3-Clause License commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License diff --git a/faxtomail-ui-web/src/license/THIRD-PARTY.properties b/faxtomail-ui-web/src/license/THIRD-PARTY.properties index 20490739..7307574f 100644 --- a/faxtomail-ui-web/src/license/THIRD-PARTY.properties +++ b/faxtomail-ui-web/src/license/THIRD-PARTY.properties @@ -5,8 +5,8 @@ # - Apache License # - Apache License 2.0 # - Apache License, version 2.0 +# - BSD 3-Clause License # - BSD License -# - BSD-style license # - CDDL # - CDDL + GPLv2 with classpath exception # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 @@ -44,7 +44,13 @@ # Please fill the missing licenses for dependencies : # # -#Mon Nov 23 16:52:08 CET 2015 +#Mon Jul 09 18:45:15 CEST 2018 +com.twelvemonkeys.common--common-image--3.0.2=BSD 3-Clause License +com.twelvemonkeys.common--common-io--3.0.2=BSD 3-Clause License +com.twelvemonkeys.common--common-lang--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-core--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-jpeg--3.0.2=BSD 3-Clause License +com.twelvemonkeys.imageio--imageio-metadata--3.0.2=BSD 3-Clause License commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=BSD License -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.