Tried to add an optional dependency to get the build to pass.

This commit is contained in:
Jon Brisbin
2013-03-13 15:58:12 -05:00
committed by Jon Brisbin
parent 80202207ee
commit 1ad3c93482

View File

@@ -208,6 +208,8 @@ project("spring-data-rest-webmvc") {
// 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"