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

Cleanup dependencies #16

Closed
keshavnangare opened this issue Oct 20, 2020 · 1 comment · Fixed by #17
Closed

Cleanup dependencies #16

keshavnangare opened this issue Oct 20, 2020 · 1 comment · Fixed by #17
Assignees
Projects
Milestone

Comments

@keshavnangare
Copy link
Collaborator

When running mvn org.apache.maven.plugins:maven-dependency-plugin:analyze, I get following warnings:

[WARNING] Used undeclared dependencies found:
[WARNING]    org.testng:testng:jar:6.9.10:compile
[WARNING]    com.sun.jersey:jersey-core:jar:1.19:compile
[WARNING]    com.sun.jersey:jersey-client:jar:1.19:compile
[WARNING]    org.opengis.cite.saxon:saxon9:jar:9.0.0.8:compile
[WARNING]    org.hamcrest:hamcrest-core:jar:1.3:test
[WARNING]    xml-apis:xml-apis:jar:1.4.01:compile
[WARNING]    javax.ws.rs:jsr311-api:jar:1.1.1:compile
[WARNING] Unused declared dependencies found:
[WARNING]    com.google.inject:guice:jar:4.0:test

All used undeclared compile dependencies shall be declared in Maven pom file.
All unused declared dependencies shall be removed from Maven pom file.

@keshavnangare
Copy link
Collaborator Author

I have added used undeclared dependencies and removed unused declared dependencies except for the following dependency.

  1. com.google.inject:guice is inherited from the parent and unable to exclude it.

Please find changes in #17 PR.

@keshavnangare keshavnangare moved this from In progress to To verify in CITE Oct 20, 2020
@dstenger dstenger assigned dstenger and lgoltz and unassigned keshavnangare Oct 21, 2020
@dstenger dstenger moved this from To verify to Alliance partner in CITE May 17, 2021
@dstenger dstenger added this to the 0.5 milestone Aug 4, 2022
CITE automation moved this from Alliance partner to Done Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
CITE
  
Done
3 participants