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 6109d7ba2c10d4cfe4d2a816fe4a68cf7a2f4776 Author: jcouteau <couteau@codelutin.com> Date: Wed Oct 3 17:02:03 2018 +0200 fixes #10109 : Add jai-imageio-core dependendy --- faxtomail-service/pom.xml | 6 ++++++ faxtomail-ui-swing/pom.xml | 6 ++++++ pom.xml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 95cd9be1..d42e8fcd 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -245,6 +245,12 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-core</artifactId> + <scope>runtime</scope> + </dependency> + </dependencies> <build> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index da597b38..505e12e1 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -279,6 +279,12 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-core</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> diff --git a/pom.xml b/pom.xml index 8c84bccc..0a69a618 100644 --- a/pom.xml +++ b/pom.xml @@ -786,6 +786,12 @@ <version>3.4.1</version> </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-core</artifactId> + <version>1.4.0</version> + </dependency> + <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>jbig2-imageio</artifactId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.