Closed keshavnangare closed 2 years ago
I have added used undeclared dependencies and removed unused declared dependencies except for the following dependencies.
org.opengis.cite:geomatics-geotk
removal of this dependency causes compilation failure.com.google.inject:guice
is inherited from the parent and unable to exclude it.Please find changes in #51 PR.
When running
mvn org.apache.maven.plugins:maven-dependency-plugin:analyze
, I get following warnings:All used undeclared compile dependencies shall be declared in Maven pom file. All unused declared dependencies shall be removed from Maven pom file.