File tree 5 files changed +5
-5
lines changed
samples/javaconfig/hellojs 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
" org.jasig.cas.client:cas-client-core:$casClientVersion "
10
10
11
11
optional " net.sf.ehcache:ehcache:$ehcacheVersion " ,
12
- " com.fasterxml.jackson.core:jackson-databind:$j acksonDatavindVersion "
12
+ " com.fasterxml.jackson.core:jackson-databind:$j acksonDatabindVersion "
13
13
14
14
testCompile " org.skyscreamer:jsonassert:$jsonassertVersion "
15
15
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
" org.aspectj:aspectjrt:$aspectjVersion " ,
26
26
" org.springframework:spring-jdbc:$springVersion " ,
27
27
" org.springframework:spring-tx:$springVersion " ,
28
- " com.fasterxml.jackson.core:jackson-databind:$j acksonDatavindVersion "
28
+ " com.fasterxml.jackson.core:jackson-databind:$j acksonDatabindVersion "
29
29
30
30
included cryptoProject
31
31
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ext.groovyVersion = '2.4.4'
21
21
ext. hsqlVersion = ' 2.3.2'
22
22
ext. hibernateVersion = ' 5.0.11.Final'
23
23
ext. hibernateValidatorVersion = ' 5.2.4.Final'
24
- ext. jacksonDatavindVersion = ' 2.8.4'
24
+ ext. jacksonDatabindVersion = ' 2.8.4'
25
25
ext. javaPersistenceVersion = ' 2.1.1'
26
26
ext. jettyVersion = ' 6.1.26'
27
27
ext. jstlVersion = ' 1.2.1'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
" javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion " ,
19
19
" javax.validation:validation-api:$validationApiVersion " ,
20
20
" org.hibernate:hibernate-validator:$hibernateValidatorVersion " ,
21
- " com.fasterxml.jackson.core:jackson-databind:$j acksonDatavindVersion "
21
+ " com.fasterxml.jackson.core:jackson-databind:$j acksonDatabindVersion "
22
22
23
23
runtime " opensymphony:sitemesh:2.4.2" ,
24
24
" cglib:cglib-nodep:$cglibVersion " ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
12
12
optional " org.springframework:spring-webmvc:$springVersion " ,
13
13
" org.springframework:spring-jdbc:$springVersion " ,
14
14
" org.springframework:spring-tx:$springVersion " ,
15
- " com.fasterxml.jackson.core:jackson-databind:$j acksonDatavindVersion "
15
+ " com.fasterxml.jackson.core:jackson-databind:$j acksonDatabindVersion "
16
16
17
17
provided " javax.servlet:javax.servlet-api:$servletApiVersion "
18
18
You can’t perform that action at this time.
0 commit comments