diff --git a/build.gradle b/build.gradle
index d2beccaf4..99c78be8a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,12 +38,13 @@ dependencies {
compile group: 'com.github.cfparser', name: 'cfml.parsing', version:'2.2.1'
compile group: 'com.github.cfparser', name: 'cfml.dictionary', version:'2.2.1'
compile group: 'junit', name: 'junit', version:'4.12'
- compile group: 'org.jdom', name: 'jdom', version:'2.0.2'
+ compile group: 'org.jdom', name: 'jdom', version:'1.1.3'
compile group: 'org.antlr', name: 'antlr4-runtime', version:'4.5.2-1'
compile group: 'org.antlr', name: 'stringtemplate', version:'4.0.2'
compile group: 'org.antlr', name: 'antlr4', version:'4.5.2-1'
- compile group: 'net.htmlparser.jericho', name: 'jericho-html', version:'3.3'
+ compile group: 'net.htmlparser.jericho', name: 'jericho-html', version:'3.4'
compile group: 'log4j', name: 'log4j', version:'1.2.17'
+ compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.5'
compile group: 'commons-cli', name: 'commons-cli', version:'1.2'
compile group: 'ro.fortsoft.pf4j', name: 'pf4j', version:'0.6'
compile group: 'org.slf4j', name: 'slf4j-log4j12', version:'1.7.5'
diff --git a/pom.xml b/pom.xml
index 82b6740ff..07609a979 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
org.jdom
jdom
- 2.0.2
+ 1.1.3
jar
@@ -102,7 +102,7 @@
net.htmlparser.jericho
jericho-html
- 3.3
+ 3.4
jar
@@ -119,6 +119,12 @@
1.2.17
jar
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.5
+
+
org.javolution
javolution