From 124249a35debcdf7d75ea3c6348b9c66b839b686 Mon Sep 17 00:00:00 2001 From: Will Stranathan Date: Sat, 20 Jun 2015 11:20:58 -0400 Subject: [PATCH] Moving all versions into the parent project Former-commit-id: fb72244825663b3ae063daf4c5b305504532e254 --- dependency-check-cli/pom.xml | 1 - dependency-check-core/pom.xml | 27 +++--------- pom.xml | 80 ++++++++++++++++++++++++++++++++--- 3 files changed, 79 insertions(+), 29 deletions(-) diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index 5aea7c333..0add1ce93 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -325,7 +325,6 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.slf4j slf4j-jdk14 - ${slf4j.version} compile diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index c01cdc0d2..a1cf447ee 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -361,6 +361,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. + + com.google.code.findbugs + annotations + true + org.slf4j slf4j-api @@ -375,7 +380,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.slf4j slf4j-ext - ${slf4j.version} compile @@ -386,7 +390,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.apache.lucene lucene-test-framework - ${apache.lucene.version} test @@ -394,16 +397,9 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. jmockit test - - com.google.code.findbugs - annotations - 3.0.0 - true - org.apache.commons commons-compress - 1.9 commons-io @@ -412,43 +408,35 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. commons-lang commons-lang - 2.6 org.apache.lucene lucene-core - ${apache.lucene.version} org.apache.lucene lucene-analyzers-common - ${apache.lucene.version} org.apache.lucene lucene-queryparser - ${apache.lucene.version} org.apache.velocity velocity - 1.7 com.h2database h2 - 1.3.176 org.jsoup jsoup - 1.7.2 jar com.sun.mail mailapi - 1.5.2 @@ -782,9 +770,4 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. - - - 4.7.2 - diff --git a/pom.xml b/pom.xml index 62d9a69b2..6d1e5b983 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,9 @@ Copyright (c) 2012 - Jeremy Long UTF-8 UTF-8 github + + 4.7.2 1.7.12 @@ -354,6 +357,16 @@ Copyright (c) 2012 - Jeremy Long + + com.google.code.findbugs + annotations + 3.0.0 + + + com.h2database + h2 + 1.3.176 + commons-cli commons-cli @@ -368,14 +381,14 @@ Copyright (c) 2012 - Jeremy Long 2.4 - org.slf4j - slf4j-api - ${slf4j.version} + commons-lang + commons-lang + 2.6 - org.slf4j - slf4j-simple - ${slf4j.version} + com.sun.mail + mailapi + 1.5.2 junit @@ -383,6 +396,11 @@ Copyright (c) 2012 - Jeremy Long 4.12 test + + org.apache.commons + commons-compress + 1.9 + org.apache.ant ant @@ -393,6 +411,26 @@ Copyright (c) 2012 - Jeremy Long ant-testutil 1.9.5 + + org.apache.lucene + lucene-analyzers-common + ${apache.lucene.version} + + + org.apache.lucene + lucene-core + ${apache.lucene.version} + + + org.apache.lucene + lucene-queryparser + ${apache.lucene.version} + + + org.apache.lucene + lucene-test-framework + ${apache.lucene.version} + org.apache.maven maven-core @@ -428,6 +466,11 @@ Copyright (c) 2012 - Jeremy Long maven-reporting-api 3.0 + + org.apache.velocity + velocity + 1.7 + org.hamcrest hamcrest-core @@ -442,6 +485,31 @@ Copyright (c) 2012 - Jeremy Long 1.16 test + + org.jsoup + jsoup + 1.7.2 + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-ext + ${slf4j.version} + + + org.slf4j + slf4j-jdk14 + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} +