439964 - Removes configuration from OSGi dependencies created with ebr
diff --git a/build.gradle b/build.gradle
index a102c0d..3e9e29a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,13 +29,13 @@
dependencies {
testCompile group: 'org.easymock', name: 'easymock', version: easymockVersion
// we don't provide OSGi-ified version of org.springframework.test
- testCompile group: "org.springframework", name: "spring-test", version: springframeworkVersion, configuration: "compile", ext: "jar"
+ testCompile group: "org.springframework", name: "spring-test", version: springframeworkVersion, ext: "jar"
compile group: "org.eclipse.virgo.mirrored", name: "javax.servlet", version: javaxServletVersion, configuration: "compile", ext: "jar"
- compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.core", version: springframeworkVersion, configuration: "compile", ext: "jar"
- compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.context", version: springframeworkVersion, configuration: "compile", ext: "jar"
- compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.web", version: springframeworkVersion, configuration: "compile", ext: "jar"
+ compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.core", version: springframeworkVersion,ext: "jar"
+ compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.context", version: springframeworkVersion, ext: "jar"
+ compile group: "org.eclipse.virgo.mirrored", name: "org.springframework.web", version: springframeworkVersion, ext: "jar"
compile project(':util:org.eclipse.virgo.util.io')
compile project(':apps:org.eclipse.virgo.apps.repository.core')