intuit / intuit/QuickBooks-V3-Java-SDK
Banned dependencies in release 6.0.2
- Dominant language
- Java
- Stars
- 88
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
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 https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/623d2e421c3dfc4756b660d22188b9fb82863250/ipp-v3-java-devkit/pom.xml#L35 and https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/623d2e421c3dfc4756b660d22188b9fb82863250/ipp-v3-java-devkit/pom.xml#L30
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.