move to use mvel 2.1.RC1

This commit is contained in:
kimchy 2011-02-03 11:29:24 +02:00
parent 5fe2615ba7
commit 00cba66eb8
2 changed files with 1 additions and 2 deletions

View File

@ -78,7 +78,6 @@ 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.1-SNAPSHOT'
runtime 'org.mvel:mvel2:2.1.RC1'
runtime 'org.codehaus.jackson:jackson-core-asl:1.7.1'
runtime 'org.codehaus.jackson:jackson-smile:1.7.1'