jacksonDatavindVersion->jacksonDatabindVersion
Issue gh-4122
This commit is contained in:
parent
a853d38076
commit
f97f38fd57
|
@ -9,7 +9,7 @@ dependencies {
|
||||||
"org.jasig.cas.client:cas-client-core:$casClientVersion"
|
"org.jasig.cas.client:cas-client-core:$casClientVersion"
|
||||||
|
|
||||||
optional "net.sf.ehcache:ehcache:$ehcacheVersion",
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion",
|
||||||
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatavindVersion"
|
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
||||||
|
|
||||||
testCompile "org.skyscreamer:jsonassert:$jsonassertVersion"
|
testCompile "org.skyscreamer:jsonassert:$jsonassertVersion"
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
"org.aspectj:aspectjrt:$aspectjVersion",
|
"org.aspectj:aspectjrt:$aspectjVersion",
|
||||||
"org.springframework:spring-jdbc:$springVersion",
|
"org.springframework:spring-jdbc:$springVersion",
|
||||||
"org.springframework:spring-tx:$springVersion",
|
"org.springframework:spring-tx:$springVersion",
|
||||||
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatavindVersion"
|
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
||||||
|
|
||||||
included cryptoProject
|
included cryptoProject
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ ext.groovyVersion = '2.4.4'
|
||||||
ext.hsqlVersion = '2.3.2'
|
ext.hsqlVersion = '2.3.2'
|
||||||
ext.hibernateVersion = '5.0.11.Final'
|
ext.hibernateVersion = '5.0.11.Final'
|
||||||
ext.hibernateValidatorVersion = '5.2.4.Final'
|
ext.hibernateValidatorVersion = '5.2.4.Final'
|
||||||
ext.jacksonDatavindVersion = '2.8.4'
|
ext.jacksonDatabindVersion = '2.8.4'
|
||||||
ext.javaPersistenceVersion = '2.1.1'
|
ext.javaPersistenceVersion = '2.1.1'
|
||||||
ext.jettyVersion = '6.1.26'
|
ext.jettyVersion = '6.1.26'
|
||||||
ext.jstlVersion = '1.2.1'
|
ext.jstlVersion = '1.2.1'
|
||||||
|
|
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
|
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
|
||||||
"javax.validation:validation-api:$validationApiVersion",
|
"javax.validation:validation-api:$validationApiVersion",
|
||||||
"org.hibernate:hibernate-validator:$hibernateValidatorVersion",
|
"org.hibernate:hibernate-validator:$hibernateValidatorVersion",
|
||||||
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatavindVersion"
|
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
||||||
|
|
||||||
runtime "opensymphony:sitemesh:2.4.2",
|
runtime "opensymphony:sitemesh:2.4.2",
|
||||||
"cglib:cglib-nodep:$cglibVersion",
|
"cglib:cglib-nodep:$cglibVersion",
|
||||||
|
|
|
@ -12,7 +12,7 @@ dependencies {
|
||||||
optional "org.springframework:spring-webmvc:$springVersion",
|
optional "org.springframework:spring-webmvc:$springVersion",
|
||||||
"org.springframework:spring-jdbc:$springVersion",
|
"org.springframework:spring-jdbc:$springVersion",
|
||||||
"org.springframework:spring-tx:$springVersion",
|
"org.springframework:spring-tx:$springVersion",
|
||||||
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatavindVersion"
|
"com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
||||||
|
|
||||||
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue