You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/09/17 10:27:24 UTC

svn commit: r576298 - /incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml

Author: rfeng
Date: Mon Sep 17 01:27:22 2007
New Revision: 576298

URL: http://svn.apache.org/viewvc?rev=576298&view=rev
Log:
Exclude the back-leveled javax.servlet

Modified:
    incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml

Modified: incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml?rev=576298&r1=576297&r2=576298&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/osgi-implementation/pom.xml Mon Sep 17 01:27:22 2007
@@ -46,6 +46,13 @@
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.configadmin</artifactId>
             <version>0.9.0-SNAPSHOT</version>
+            <!-- Exclude the javax.servlet to avoid conflict -->
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>javax.servlet</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org