Skip to content

Commit

Permalink
Upgrade to mvel 2.2.0.Final
Browse files Browse the repository at this point in the history
closes #5877
  • Loading branch information
kimchy committed Apr 18, 2014
1 parent aba52cc commit 85c76e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -42,6 +42,13 @@
<execution.hint.file>.local-${project.version}-execution-hints.log</execution.hint.file>
</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 @@ -209,7 +216,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 85c76e3

Please sign in to comment.