You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2010/10/29 12:16:10 UTC

svn commit: r1028666 - /tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml

Author: edwardsmj
Date: Fri Oct 29 10:16:10 2010
New Revision: 1028666

URL: http://svn.apache.org/viewvc?rev=1028666&view=rev
Log:
Fix POM.XML of implementation-web-runtime to address OSGi problems described in TUSCANY_3760

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml?rev=1028666&r1=1028665&r2=1028666&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml Fri Oct 29 10:16:10 2010
@@ -59,14 +59,14 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
             <version>2.5</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jsp_2.1_spec</artifactId>
             <version>1.0.1</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
 
         <!-- provided scope doesn't pull in transitive dependencies -->
@@ -74,7 +74,7 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-el_1.0_spec</artifactId>
             <version>1.0.1</version>
-            <scope>provided</scope>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>