summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/contribution-jee/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-04-15 14:47:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-04-15 14:47:05 +0000
commit904dfab75e47aaa12610ecdf2a26ea266d8069f1 (patch)
tree6db9e69a8f9edc0b4d3bdee295df3f998713b72b /branches/sca-java-1.x/itest/contribution-jee/pom.xml
parentf91b8cf613c4cdaf20a9bbf85efeb2824608d6ef (diff)
Separate the contribution JEE sample scenarios from the contribution JEE itests so we can see the source for the samples and more easily mix and match to construct the various combinations required. Add a new test relating to a single sample scenario to explore the problem with classloading where the JEE archive classloader is not available during contribution resolution.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/itest/contribution-jee/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee/pom.xml b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
index 83f4a220a7..133345ef20 100644
--- a/branches/sca-java-1.x/itest/contribution-jee/pom.xml
+++ b/branches/sca-java-1.x/itest/contribution-jee/pom.xml
@@ -83,6 +83,12 @@
<artifactId>tuscany-implementation-web-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>itest-contribution-jee-samples</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.myfaces.core</groupId>
@@ -95,6 +101,7 @@
<artifactId>myfaces-impl</artifactId>
<version>1.2.3</version>
</dependency>
+
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>