Skip to content

Commit

Permalink
Fix version of WOJRebel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hprange committed Sep 18, 2015
1 parent 06ed61c commit 573f113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,17 +639,17 @@
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>jr-sdk</artifactId>
<version>3.0.1</version>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>jr-utils</artifactId>
<version>3.0.1</version>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.zeroturnaround</groupId>
<artifactId>jr-javassist</artifactId>
<version>3.11.0.GA</version>
<version>3.14.0-GA</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
Expand Down

0 comments on commit 573f113

Please sign in to comment.