Skip to content

Commit

Permalink
change javassist version to 3.9.0.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Oct 21, 2013
1 parent 68e8ed6 commit 6888411
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -27,10 +27,9 @@

<dependencies>
<dependency>
<groupId>org.javassist</groupId>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.18.1-GA</version>
<scope>provided</scope>
<version>3.9.0.GA</version>
</dependency>
<!-- Testing frameworks and related dependencies -->
<dependency>
Expand Down

0 comments on commit 6888411

Please sign in to comment.