#628: Stabilized build + better dependency scopes and module names in interop modules

(cherry picked from commit 1c59057c30)
This commit is contained in:
Harald Kuhr
2021-09-17 20:32:25 +02:00
parent b19df1640b
commit 6a01466ebb
5 changed files with 20 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
</description>
<properties>
<project.jpms.module.name>com.twelvemonkeys.imageio.jaiinterop</project.jpms.module.name>
<project.jpms.module.name>com.twelvemonkeys.imageio.tiff.jaiinterop</project.jpms.module.name>
</properties>
<build>
@@ -33,6 +33,7 @@
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>