Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven gives duplicate dependency warning #30

Open
tayler-jones opened this issue Jul 8, 2020 · 1 comment
Open

Maven gives duplicate dependency warning #30

tayler-jones opened this issue Jul 8, 2020 · 1 comment

Comments

@tayler-jones
Copy link

the exact same guava dependency is declared twice in aws-glue-datacatalog-client-common/pom.xml, resulting in the following maven warnings:
[WARNING] Some problems were encountered while building the effective model for com.amazonaws.glue:aws-glue-datacatalog-client-common:jar:1.10.0-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.guava:guava:jar -> duplicate declaration of version ${guava.version} @ com.amazonaws.glue:aws-glue-datacatalog-client-common:[unknown-version], /tmp/glue/aws-glue-datacatalog-client-common/pom.xml, line 72, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.

@tayler-jones
Copy link
Author

See PR to fix: #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant