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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]