diff options
author | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-22 10:24:33 +0000 |
---|---|---|
committer | edwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-22 10:24:33 +0000 |
commit | 81c8a8a8e38ea2f0caef0019651a344663724d03 (patch) | |
tree | 11bbaadd51745a3bda4cbbe258da0680257251fc /sca-java-2.x | |
parent | f0797f0026f729fa612930fbd0acefc5343a0fe6 (diff) |
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r-- | sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml index 7812f07954..db8e81c922 100644 --- a/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml @@ -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> |