Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
If I put this in the parent pom, all the subprojects should inherit the optional tag (and be able to override it)
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.1_2</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
it test attached