UNPKG

pomanalyzer

Version:

pomanalyzer is a utility to analyze Apache Maven POM XML file

24 lines (17 loc) 648 B
# Report ## Maven Dependencies | groupId | artifactId | version | | --- | --- | --- | | org.springframework | spring-core | 5.3.9 | | org.springframework | spring-core | 5.3.9 | | org.apache.commons | commons-lang3 | N/A | | org.apache.commons | commons-lang3 | N/A | | junit | junit | 4.13.2 | | com.google.guava | guava | N/A | | com.google.guava | guava | N/A | ## Duplicate Dependencies | dependency | versions | | --- | --- | | org.springframework:spring-core | 5.3.9, 5.3.9 | <!-- duplicate row --> | org.apache.commons:commons-lang3 | N/A, N/A | <!-- duplicate row --> | com.google.guava:guava | N/A, N/A | <!-- duplicate row -->