Skip to content

Banned dependencies in release 6.0.2 #118

Open
@Bigtuna00

Description

@Bigtuna00

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

<version>3.3.1</version>
and
<version>3.2.12</version>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions