Skip to content

Commit

Permalink
package gdal as OJ dependency under 'lib/'
Browse files Browse the repository at this point in the history
needed by ImageIO-Ext in CORE and PLUS currently
albeit native GDAL is a useful OSS lib we should probably utilize more
  • Loading branch information
edeso committed Jul 3, 2022
1 parent dcf2c16 commit dcbe0b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion etc/mvn/cmp_core.xml
Expand Up @@ -19,7 +19,6 @@
<exclude>*:batik-*</exclude>
<!-- exclude imageio-ext from CORE build, but include some selected jars below -->
<exclude>it.geosolutions.imageio-ext:*</exclude>
<exclude>org.gdal:gdal</exclude>
<!-- we'll package postgresql to lib/ext/dbdatastore/ below -->
<exclude>org.postgresql:postgresql</exclude>
</excludes>
Expand Down
1 change: 0 additions & 1 deletion etc/mvn/cmp_plus.xml
Expand Up @@ -38,7 +38,6 @@
<excludes>
<exclude>*:jaxb-*</exclude>
<exclude>*:javax.activation-*</exclude>
<exclude>org.gdal:gdal</exclude>
</excludes>
</dependencySet>
<!-- place all jaxb jars separately, used by imageio-ext, set-attribute, view-manager currently -->
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -1791,13 +1791,6 @@ ${project.artifactId} ${project.version} Changelog
<groupId>it.geosolutions.imageio-ext</groupId>
<artifactId>imageio-ext-gdalframework</artifactId>
<version>${imageio-ext.version}</version>
<exclusions>
<exclusion>
<!-- let's choose our own gdal version above -->
<groupId>org.gdal</groupId>
<artifactId>gdal</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
Expand Down

0 comments on commit dcbe0b5

Please sign in to comment.