summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/distribution/tomcat/testing/legal-checks/pom.xml')
-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>