diff --git a/dependencies-check-rules.xml b/dependencies-check-rules.xml new file mode 100644 index 0000000..9721dde --- /dev/null +++ b/dependencies-check-rules.xml @@ -0,0 +1,13 @@ + + + + + .*[\.-](?i)alpha[0-9]*$ + .*[\.-](?i)b(eta)?-?[0-9]*$ + .*[\.-](?i)rc?[0-9]*$ + .*[\.-](?i)draft.*$ + + diff --git a/pom.xml b/pom.xml index 7d506cd..b125fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,10 @@ 4.0.0 + + 2.2.1 + + org.sonatype.oss @@ -88,6 +92,16 @@ 1.6 UTF-8 + + 4.1.2 + 2.6 + 2.1 + 1.6.1 + 1.1.1 + 4.10 + 1.0 + 1.8.4 + 1.7 2.2.2 @@ -114,7 +128,7 @@ 2.1.2 2.10 2.4 - 1.2 + 2.1 @@ -392,7 +406,7 @@ - mercury + file:./dependencies-check-rules.xml @@ -423,52 +437,52 @@ org.apache.httpcomponents httpclient - 4.1.2 + ${apache.httpcomponents.version} org.apache.httpcomponents httpmime - 4.1.2 + ${apache.httpcomponents.version} commons-lang commons-lang - 2.6 + ${commons-lang.version} commons-io commons-io - 2.1 + ${commons-io.version} dom4j dom4j - 1.6.1 + ${dom4j.version} jaxen jaxen - 1.1.1 + ${jaxen.version} junit junit - 4.10 + ${junit.version} test com.github.robfletcher betamax - 1.0 + ${betamax.version} test org.codehaus.groovy groovy-all - 1.8.4 + ${groovy.version} test