Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-3
-
None
Description
For something like
<dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <scope>provided</scope> <version>1.0-beta-3.0.5</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> </exclusion> </exclusions> </dependency> </dependencies>
the commons-logging-api is still present because the exclusion is not propagated to the dependency that actually depends on commons-logging.