Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.0, 2.0.1, 2.0.2
-
None
-
None
Description
If I add a test-jar dependency, then it's dependencies in test scope should be transitively added in test scope.
<dependency>
<groupId>x</groupId>
<artifactId>y</artifactId>
<version>1.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Attachments
Issue Links
- duplicates
-
MNG-1378 Make dependencies of test-jars transitive
- Open