TMI #168: Change Maven test dependencies from classifier test to type test-jar for better sbt support

This commit is contained in:
Harald Kuhr
2015-08-24 11:07:17 +02:00
parent 99c5fea005
commit df735b9a45
25 changed files with 32 additions and 31 deletions

View File

@@ -24,7 +24,7 @@
<dependency>
<groupId>com.twelvemonkeys.imageio</groupId>
<artifactId>imageio-core</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
</dependency>
</dependencies>
</project>