Excluded OBR's transitive kxml2 dependency.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@550762 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/pom.xml b/main/pom.xml
index c224e58..ba02bd5 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -73,6 +73,10 @@
           <groupId>${pom.groupId}</groupId>
           <artifactId>org.osgi.core</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>net.sf.kxml</groupId>
+          <artifactId>kxml2</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>