File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ configure(allprojects) { project ->
185
185
" http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
186
186
" http://ehcache.org/apidocs/2.10.4" ,
187
187
" http://quartz-scheduler.org/api/2.2.1/" ,
188
- " http://fasterxml.github.io/jackson-core/javadoc/2.8 /" ,
189
- " http://fasterxml.github.io/jackson-databind/javadoc/2.8 /" ,
190
- " http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8 /" ,
188
+ " http://fasterxml.github.io/jackson-core/javadoc/2.9 /" ,
189
+ " http://fasterxml.github.io/jackson-databind/javadoc/2.9 /" ,
190
+ " http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9 /" ,
191
191
" http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
192
192
] as String []
193
193
}
@@ -276,7 +276,7 @@ configure(rootProject) {
276
276
testCompile(" javax.servlet:javax.servlet-api:3.1.0" )
277
277
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
278
278
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
279
- testCompile(" org.hibernate:hibernate-core:5.1.17 .Final" )
279
+ testCompile(" org.hibernate:hibernate-core:5.1.16 .Final" )
280
280
}
281
281
282
282
artifacts {
You can’t perform that action at this time.
0 commit comments