Skip to content

Commit

Permalink
Upgrade to mvel 2.2.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Apr 18, 2014
1 parent 8fbc405 commit 2fe6c21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -40,6 +40,13 @@
<tests.topn>5</tests.topn>
</properties>

<repositories>
<repository>
<id>Codehaus Snapshots</id>
<url>http://repository.codehaus.org/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down Expand Up @@ -207,7 +214,7 @@
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.1.9.Final</version>
<version>2.2.0.Final</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 2fe6c21

Please sign in to comment.