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 2008/10/16 16:08:16 UTC

svn commit: r705247 - /felix/trunk/framework/pom.xml

Author: rickhall
Date: Thu Oct 16 07:08:15 2008
New Revision: 705247

URL: http://svn.apache.org/viewvc?rev=705247&view=rev
Log:
Modified the framework's dependency on compendium to exclude the servlet
dependency.

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=705247&r1=705246&r2=705247&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Thu Oct 16 07:08:15 2008
@@ -38,6 +38,10 @@
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.compendium</artifactId>
       <version>1.2.0</version>
+      <exclusion>
+        <groupId>${pom.groupId}</groupId>
+        <artifactId>javax.servlet</artifactId>
+      </exclusion>
     </dependency>
   </dependencies>
   <build>