Author: fmeschbe
Date: Tue May 12 07:06:53 2009
New Revision: 773803
URL: http://svn.apache.org/viewvc?rev=773803&view=rev
Log:
SLING-961 Add exclusion for Apache Felix foundation library
Modified:
incubator/sling/trunk/parent/pom.xml
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=773803&r1=773802&r2=773803&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Tue May 12 07:06:53 2009
@@ -550,6 +550,10 @@
<groupId>org.apache.felix</groupId>
<artifactId>javax.servlet</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.foundation</artifactId>
+ </exclusion>
</exclusions>
</dependency>