diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml
index 876f009d4..8758bd827 100644
--- a/dependency-check-cli/pom.xml
+++ b/dependency-check-cli/pom.xml
@@ -198,7 +198,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
2.9.1
false
- Copyright© 2012-15 Jeremy Long. All Rights Reserved.
+ Copyright© 2012-15 Jeremy Long. All Rights Reserved.
@@ -325,12 +325,10 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
org.slf4j
slf4j-api
- ${slf4j.version}
ch.qos.logback
logback-core
- ${logback.version}
ch.qos.logback
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 deda516be..8bb94b7c6 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
1.1.3
@@ -355,6 +358,16 @@ Copyright (c) 2012 - Jeremy Long
+
+ com.google.code.findbugs
+ annotations
+ 3.0.0
+
+
+ com.h2database
+ h2
+ 1.3.176
+
commons-cli
commons-cli
@@ -369,14 +382,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
org.slf4j
@@ -399,6 +412,11 @@ Copyright (c) 2012 - Jeremy Long
4.12
test
+
+ org.apache.commons
+ commons-compress
+ 1.9
+
org.apache.ant
ant
@@ -409,6 +427,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
@@ -444,6 +482,11 @@ Copyright (c) 2012 - Jeremy Long
maven-reporting-api
3.0
+
+ org.apache.velocity
+ velocity
+ 1.7
+
org.hamcrest
hamcrest-core
@@ -458,6 +501,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}
+