Skip to content

Commit

Permalink
#145.
Browse files Browse the repository at this point in the history
reverted jdom back to 1.x.  updated jerico parser to 3.4
  • Loading branch information
ryaneberly committed May 2, 2016
1 parent f13d5c5 commit e9add26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>2.0.2</version>
<version>1.1.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.3</version>
<version>3.4</version>
<type>jar</type>
<!-- scope>runtime</scope-->
</dependency>
Expand All @@ -119,6 +119,12 @@
<version>1.2.17</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.5</version>
</dependency>

<dependency>
<groupId>org.javolution</groupId>
<artifactId>javolution</artifactId>
Expand Down

0 comments on commit e9add26

Please sign in to comment.