Skip to content

Commit

Permalink
Merge pull request #1534 from lat-lon/fix/excludeJaiDependency
Browse files Browse the repository at this point in the history
Fix transitive dependency to jai_core to use jai-core instead
  • Loading branch information
stephanr authored Jul 12, 2023
2 parents 9f50140 + 27ebefa commit bb1f6d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,12 @@
<groupId>com.sun.media</groupId>
<artifactId>jai_imageio</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- PostgreSQL -->
<dependency>
Expand Down

0 comments on commit bb1f6d5

Please sign in to comment.