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

@@ -22,7 +22,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-lang</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>