upgrade to mvel 2.1 snapshot to gain performance improvements
This commit is contained in:
parent
54c770bcc9
commit
c7add5f377
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue