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 2009/10/12 12:10:25 UTC

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

Author: rickhall
Date: Mon Oct 12 10:10:25 2009
New Revision: 824286

URL: http://svn.apache.org/viewvc?rev=824286&view=rev
Log:
The exclusion is no longer needed.

Modified:
    felix/trunk/framework/pom.xml

Modified: felix/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework/pom.xml?rev=824286&r1=824285&r2=824286&view=diff
==============================================================================
--- felix/trunk/framework/pom.xml (original)
+++ felix/trunk/framework/pom.xml Mon Oct 12 10:10:25 2009
@@ -38,12 +38,6 @@
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.compendium</artifactId>
       <version>4.2.0</version>
-      <exclusions>
-        <exclusion>
-          <groupId>${pom.groupId}</groupId>
-          <artifactId>javax.servlet</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
   </dependencies>
   <properties>