Skip to content

Commit

Permalink
Merge pull request #1739 from lat-lon/fix/upgradeImageioExt-1464
Browse files Browse the repository at this point in the history
Upgraded to imageio-ext to latest version 1.4.12
  • Loading branch information
copierrj authored Nov 6, 2024
2 parents 72cadf2 + 65de344 commit 8a4c234
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<updatePolicy>never</updatePolicy>
</releases>
</repository>
<repository>
<id>geo-solutions-cache</id>
<url>https://repo.osgeo.org/repository/geo-solutions-cache/</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</repository>
</repositories>

<distributionManagement>
Expand Down Expand Up @@ -1094,7 +1101,7 @@
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-utilities</artifactId>
<version>1.1.29</version>
<version>1.4.12</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
Expand All @@ -1108,12 +1115,20 @@
<groupId>javax.media</groupId>
<artifactId>jai_imageio</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-tiff</artifactId>
<version>1.1.29</version>
<version>1.4.12</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
Expand All @@ -1127,6 +1142,14 @@
<groupId>javax.media</groupId>
<artifactId>jai_imageio</artifactId>
</exclusion>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 8a4c234

Please sign in to comment.