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

This commit is contained in:
Harald Kuhr
2021-09-17 20:32:25 +02:00
parent 3e1f85c4dc
commit 1c59057c30
5 changed files with 19 additions and 18 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>