Author: edwardsmj
Date: Mon Nov 22 10:24:33 2010
New Revision: 1037660
URL: http://svn.apache.org/viewvc?rev=1037660&view=rev
Log:
Fix for TUSCANY-3760, making geronimo-jsp_2.1_spec & geronimo-el_1.0_spec into
compile dependencies to ensure that those JARs are included in the distribution
and in the tuscany.target for the PDE environment
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=1037660&r1=1037659&r2=1037660&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 Mon
Nov 22 10:24:33 2010
@@ -66,7 +66,7 @@
<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>