From d03de21d62128357248353a41c12075bc6881f8c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 20 Mar 2013 12:26:07 +0100 Subject: [PATCH] Removed explicit JAXB 2.1 dependency (included in JDK 1.7 anyway) --- build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle b/build.gradle index c7dc8b05bd..e7c4c580b0 100644 --- a/build.gradle +++ b/build.gradle @@ -356,7 +356,6 @@ project("spring-oxm") { optional(project(":spring-context")) // for Jaxb2Marshaller compile("commons-lang:commons-lang:2.5") optional("com.thoughtworks.xstream:xstream:1.3.1") - optional("com.sun.xml.bind:jaxb-impl:2.1.7") optional("org.jibx:jibx-run:1.2.3") optional("org.apache.xmlbeans:xmlbeans:2.4.0") optional("org.codehaus.castor:castor-xml:1.3.2") @@ -685,7 +684,6 @@ project("spring-test-mvc") { testCompile("rome:rome:1.0") testCompile("javax.activation:activation:1.1") testCompile("javax.mail:mail:1.4") - testCompile("javax.xml.bind:jaxb-api:2.2.6") testCompile("org.apache.tiles:tiles-request-api:1.0.1") testCompile("org.apache.tiles:tiles-api:3.0.1") testCompile("org.apache.tiles:tiles-core:3.0.1") {