You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2007/06/26 12:04:01 UTC

svn commit: r550762 - /felix/trunk/main/pom.xml

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>