Bumps commons-logging to 1.2.0
diff --git a/build.gradle b/build.gradle
index d819123..e120248 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 project(':web:org.eclipse.virgo.web.core') {
     dependencies {
         testCompile group: 'org.easymock', name: 'easymock', version: easymockVersion
-        testCompile group: "org.apache.commons", name: "com.springsource.org.apache.commons.logging", version: commonsLoggingVersion, configuration: "compile", ext: "jar"
+        testCompile group: "org.eclipse.virgo.mirrored", name: "org.apache.commons.logging", version: commonsLoggingVersion, configuration: "compile", ext: "jar"
 		// 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 project(':test:org.eclipse.virgo.test.stubs')
@@ -37,7 +37,7 @@
         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.apache.commons", name: "com.springsource.org.apache.commons.logging", version: commonsLoggingVersion, configuration: "compile", ext: "jar"
+        testCompile group: "org.eclipse.virgo.mirrored", name: "org.apache.commons.logging", version: commonsLoggingVersion, configuration: "compile", ext: "jar"
 
         compile group: "org.eclipse.virgo.mirrored", name: "org.slf4j.api", version: slf4jVersion, configuration: "compile", ext: "jar"