move to use mvel 2.1.RC1
This commit is contained in:
parent
5fe2615ba7
commit
00cba66eb8
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue