#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
+3 -2
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.jpeg.jaiinterop</project.jpms.module.name>
</properties>
<build>
@@ -32,7 +32,8 @@
<dependency>
<groupId>com.github.jai-imageio</groupId>
<artifactId>jai-imageio-core</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>