Fixed a minor dependency issue. All test-jar dependencies now has correct test scope.

This commit is contained in:
Harald Kuhr
2020-10-02 09:41:39 +02:00
parent 623d13a517
commit fa4586663c
18 changed files with 18 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>