upgrade to jackson 1.8.2 (though with not real changes to us)
This commit is contained in:
parent
35fa6d93ad
commit
f3af1fd1d4
|
@ -19,8 +19,8 @@ dependencies {
|
||||||
runtime 'joda-time:joda-time:1.6.1'
|
runtime 'joda-time:joda-time:1.6.1'
|
||||||
runtime 'org.mvel:mvel2:2.1.Beta3'
|
runtime 'org.mvel:mvel2:2.1.Beta3'
|
||||||
|
|
||||||
runtime 'org.codehaus.jackson:jackson-core-asl:1.8.1'
|
runtime 'org.codehaus.jackson:jackson-core-asl:1.8.2'
|
||||||
runtime 'org.codehaus.jackson:jackson-smile:1.8.1'
|
runtime 'org.codehaus.jackson:jackson-smile:1.8.2'
|
||||||
runtime 'org.yaml:snakeyaml:1.6'
|
runtime 'org.yaml:snakeyaml:1.6'
|
||||||
|
|
||||||
runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }
|
runtime('org.jboss.netty:netty:3.2.4.Final') { transitive = false }
|
||||||
|
|
Loading…
Reference in New Issue