diff --git a/pom.xml b/pom.xml index 2f472fe..2899e81 100755 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,48 @@ 1.8 1.8 4.7.2 + 1.7.28 + + + commons-io + commons-io + 2.5 + + + commons-lang + commons-lang + 2.6 + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + ${antlr.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + junit + junit + 4.12 + test + + + ch.qos.logback + logback-classic + 1.2.3 + test + + @@ -52,7 +93,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.22.2 -Xmx2048m -Djava.awt.headless=true @@ -96,46 +137,5 @@ 4.3.0 - package - - - commons-io - commons-io - 2.5 - - - commons-lang - commons-lang - 2.6 - - - org.antlr - antlr4 - ${antlr.version} - - - org.antlr - antlr4-runtime - ${antlr.version} - - - org.slf4j - slf4j-api - 1.7.25 - - - - junit - junit - 4.12 - test - - - ch.qos.logback - logback-classic - 1.2.3 - test - -