[SMX4-1685] Add exclusion to the spring-core artifact

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk/spring-core-3.2.7.RELEASE@1564432 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 58a4b7a..054ba00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,12 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>