Open
Description
I'm trying to use release 6.0.2 as a dependency in another project. Maven complains about two banned dependencies:
[WARNING] Rule 6: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
asm:asm must not be used, use org.ow2.asm:asm instead
Found Banned Dependency: asm:asm:jar:3.3.1
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
[WARNING] Rule 7: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
cglib:cglib must not be used, use cglib:cglib-nodep instead
Found Banned Dependency: cglib:cglib:jar:3.2.12
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
These aren't dependencies in my project, they appear to come from
andMetadata
Metadata
Assignees
Labels
No labels