summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-24 06:38:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-07-24 06:38:17 +0000
commitcae0be77f0e5fab1fdac08104b569483fa93f026 (patch)
tree9eb95f9dc42d7dbefe054a3f8c44ac7cf8d97689 /sca-java-2.x/branches/2.0-Beta1
parent7c71d45ca82fffd0a393f3f445b10239a6ba397e (diff)
Merge r966568,966629 from trunk to branch to fix the tomcat war legal checks test
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml
index a55cf8e19b..9f334bcca0 100644
--- a/sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>itest-distribution</artifactId>
+ <artifactId>tuscany-distribution-tomcat-testing</artifactId>
<version>2.0-Beta1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -29,6 +29,12 @@
<name>Apache Tuscany SCA WAR Distribution Legal Checks</name>
<dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>