You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/10/08 21:08:32 UTC

svn commit: r1180463 - /webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml

Author: veithen
Date: Sat Oct  8 19:08:32 2011
New Revision: 1180463

URL: http://svn.apache.org/viewvc?rev=1180463&view=rev
Log:
Removed the dependency on Felix SCR, which is no longer necessary to deploy Axiom.

Modified:
    webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml

Modified: webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml?rev=1180463&r1=1180462&r2=1180463&view=diff
==============================================================================
--- webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml (original)
+++ webservices/axiom/branches/osgi-redesign/modules/axiom-osgi-tests/pom.xml Sat Oct  8 19:08:32 2011
@@ -96,12 +96,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr</artifactId>
-            <version>1.0.6</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>org.ops4j.pax.exam</groupId>
             <artifactId>pax-exam</artifactId>
             <version>${exam.version}</version>