DATAREST-93 - Polished Jackson dependencies.
Upgraded to Jackson 2.2.2. Removed dependency to Jackson 1.9.12 remaining in webmvc module.
This commit is contained in:
@@ -20,7 +20,7 @@ ext {
|
||||
sdNeo4jVersion = "2.3.0.BUILD-SNAPSHOT"
|
||||
|
||||
// Libraries
|
||||
jacksonVersion = "2.1.2"
|
||||
jacksonVersion = "2.2.2"
|
||||
jodaVersion = "2.1"
|
||||
hibernateVersion = "4.2.0.Final"
|
||||
hibernateValidatorVersion = "4.3.1.Final"
|
||||
@@ -205,11 +205,9 @@ project("spring-data-rest-webmvc") {
|
||||
// Spring
|
||||
compile("org.springframework:spring-webmvc:$springVersion") { force = true }
|
||||
|
||||
// APIS
|
||||
// APIs
|
||||
compile("javax.servlet:javax.servlet-api:3.0.1", provided)
|
||||
|
||||
compile("org.codehaus.jackson:jackson-core-asl:1.9.12", optional)
|
||||
|
||||
// Testing
|
||||
testCompile "org.eclipse.jetty:jetty-servlet:$jettyVersion"
|
||||
testCompile "org.eclipse.jetty:jetty-webapp:$jettyVersion"
|
||||
|
||||
Reference in New Issue
Block a user