Skip to content

Instantly share code, notes, and snippets.

@v6ak
Last active January 2, 2017 13:48
Show Gist options
  • Save v6ak/68dbc738b5789eead689fda02570add4 to your computer and use it in GitHub Desktop.
Save v6ak/68dbc738b5789eead689fda02570add4 to your computer and use it in GitHub Desktop.
Uncomment the part you want and then run `mvn clean org.owasp:dependency-check-maven:1.4.4:check`. See https://github.com/jeremylong/DependencyCheck/issues/575 for more details.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>odc-exp</groupId>
<artifactId>odc-exp</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<!--<dependency>-->
<!--&lt;!&ndash; OK: Identified as commons-collections-2.1.jar (commons-collections:commons-collections:2.1, cpe:/a:apache:commons_collections:2.1) &ndash;&gt;-->
<!--<groupId>commons-collections</groupId>-->
<!--<artifactId>commons-collections</artifactId>-->
<!--<version>2.1</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--&lt;!&ndash; INCORRECT: Identified as (commons-collections:commons-collections:3.2, cpe:/a:apache:commons_collections:3.2.1)&ndash;&gt;-->
<!--<groupId>commons-collections</groupId>-->
<!--<artifactId>commons-collections</artifactId>-->
<!--<version>3.2</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--&lt;!&ndash; OK: Identified as commons-collections-3.1.jar (commons-collections:commons-collections:3.1, cpe:/a:apache:commons_collections:3.1) &ndash;&gt;-->
<!--<groupId>commons-collections</groupId>-->
<!--<artifactId>commons-collections</artifactId>-->
<!--<version>3.1</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--&lt;!&ndash; INCORRECT: identified as (cpe:/a:apache:commons_collections:4.0, org.apache.commons:commons-collections4:4.1)) &ndash;&gt;-->
<!--<groupId>org.apache.commons</groupId>-->
<!--<artifactId>commons-collections4</artifactId>-->
<!--<version>4.1</version>-->
<!--</dependency>-->
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment