upgrade to mvel 2.1 snapshot to gain performance improvements

This commit is contained in:
kimchy 2011-01-31 21:41:23 +02:00
parent 54c770bcc9
commit c7add5f377
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ allprojects {
repositories {
mavenCentral()
mavenRepo urls: 'http://snapshots.repository.codehaus.org/'
mavenRepo urls: 'https://repository.jboss.org/nexus/content/groups/public'
mavenRepo urls: 'http://repository.codehaus.org/'
mavenRepo urls: 'http://elasticsearch.googlecode.com/svn/maven'

View File

@ -16,7 +16,7 @@ dependencies {
runtime 'commons-codec:commons-codec:1.4'
runtime 'joda-time:joda-time:1.6.1'
runtime 'org.mvel:mvel2:2.0.19'
runtime 'org.mvel:mvel2:2.1-SNAPSHOT'
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.1'
runtime 'org.codehaus.jackson:jackson-smile:1.7.1'