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 ba09131dcd39fc1bcc517e7537548d0354af2cc8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Sep 3 10:52:15 2016 +0200 Correction du problème de rendu des cartes (Fixes #8494) --- pom.xml | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 122 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b70b217..62fda54 100644 --- a/pom.xml +++ b/pom.xml @@ -576,8 +576,128 @@ <version>${geoToolsVersion}</version> <exclusions> <exclusion> - <groupId>org.geotools</groupId> - <artifactId>gt-coverage</artifactId> + <groupId>it.geosolutions.jaiext</groupId> + <artifactId>jaiext</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.bandmerge</groupId> + <artifactId>jt-bandmerge</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.bandcombine</groupId> + <artifactId>jt-bandcombine</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.bandselect</groupId> + <artifactId>jt-bandselect</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.imageio-ext</groupId> + <artifactId>imageio-ext-tiff</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.affine</groupId> + <artifactId>jt-affine</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.crop</groupId> + <artifactId>jt-crop</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.colorconvert</groupId> + <artifactId>jt-colorconvert</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.mosaic</groupId> + <artifactId>jt-mosaic</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.zonal</groupId> + <artifactId>jt-zonal</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.binarize</groupId> + <artifactId>jt-binarize</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.stats</groupId> + <artifactId>jt-stats</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.nullop</groupId> + <artifactId>jt-nullop</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.piecewise</groupId> + <artifactId>jt-piecewise</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.classifier</groupId> + <artifactId>jt-classifier</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.rlookup</groupId> + <artifactId>jt-rlookup</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.algebra</groupId> + <artifactId>jt-algebra</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.border</groupId> + <artifactId>jt-border</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.lookup</groupId> + <artifactId>jt-lookup</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.warp</groupId> + <artifactId>jt-warp</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.rescale</groupId> + <artifactId>jt-rescale</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.format</groupId> + <artifactId>jt-format</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.errordiffusion</groupId> + <artifactId>jt-errordiffusion</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.orderdither</groupId> + <artifactId>jt-orderdither</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.colorindexer</groupId> + <artifactId>jt-colorindexer</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.imagefunction</groupId> + <artifactId>jt-imagefunction</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.vectorbin</groupId> + <artifactId>jt-vectorbin</artifactId> + </exclusion> + <exclusion> + <groupId>it.geosolutions.jaiext.buffer</groupId> + <artifactId>jt-buffer</artifactId> + </exclusion> + <exclusion> + <groupId>javax.media</groupId> + <artifactId>jai_imageio</artifactId> + </exclusion> + <exclusion> + <groupId>org.jaitools</groupId> + <artifactId>jt-zonalstats</artifactId> + </exclusion> + <exclusion> + <groupId>org.jaitools</groupId> + <artifactId>jt-utils</artifactId> </exclusion> </exclusions> </dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.