Author: rickhall
Date: Tue Jun 26 03:04:00 2007
New Revision: 550762

URL: http://svn.apache.org/viewvc?view=rev&rev=550762
Log:
Excluded OBR's transitive kxml2 dependency.

Modified:
    felix/trunk/main/pom.xml

Modified: felix/trunk/main/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/main/pom.xml?view=diff&rev=550762&r1=550761&r2=550762
==============================================================================
--- felix/trunk/main/pom.xml (original)
+++ felix/trunk/main/pom.xml Tue Jun 26 03:04:00 2007
@@ -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>


Reply via email to