This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 942fc4e443268a96e06ea6f73fe3fb753d97d811 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Sep 3 15:31:46 2016 +0200 Des updates de lib et encore des exclusions --- pom.xml | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 06b6851..e7b44e3 100644 --- a/pom.xml +++ b/pom.xml @@ -167,13 +167,13 @@ <nuitonI18nVersion>3.6.1</nuitonI18nVersion> <nuitonValidatorVersion>3.0.1</nuitonValidatorVersion> <nuitonUtilsVersion>3.0-rc-15</nuitonUtilsVersion> - <xworkVersion>2.3.29</xworkVersion> + <xworkVersion>2.3.30</xworkVersion> <hibernateVersion>4.3.11.Final</hibernateVersion> <sl4jVersion>1.7.21</sl4jVersion> <swingXVersion>1.6.5-1</swingXVersion> <reflectionsVersion>0.9.10</reflectionsVersion> - <geoToolsVersion>15.0</geoToolsVersion> + <geoToolsVersion>15.1</geoToolsVersion> <webmotionVersion>2.5</webmotionVersion> <httpComponentsVersion>4.5.2</httpComponentsVersion> @@ -531,7 +531,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>9.4.1208.jre7</version> + <version>9.4.1209.jre7</version> </dependency> <!-- hibernate --> @@ -702,8 +702,20 @@ <artifactId>jt-buffer</artifactId> </exclusion> <exclusion> - <groupId>javax.media</groupId> - <artifactId>jai_imageio</artifactId> + <groupId>it.geosolutions.jaiext.translate</groupId> + <artifactId>jt-translate</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.scale</groupId> + <artifactId>jt-scale</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.iterators</groupId> + <artifactId>jt-iterators</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.utilities</groupId> + <artifactId>jt-utilities</artifactId> </exclusion> <exclusion> <groupId>org.jaitools</groupId> @@ -713,6 +725,16 @@ <groupId>org.jaitools</groupId> <artifactId>jt-utils</artifactId> </exclusion> + + <exclusion> + <groupId>javax.media</groupId> + <artifactId>jai_imageio</artifactId> + </exclusion> + <exclusion> + <groupId>javax.media</groupId> + <artifactId>jai_core</artifactId> + </exclusion> + </exclusions> </dependency> @@ -982,7 +1004,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>2.4.3</version> + <version>2.4.7</version> <scope>runtime</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.