summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-11 12:33:16 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-11 12:33:16 +0000
commit4516683365aeed0a4f31235d67134935b08a9fdc (patch)
tree3e2bba43ff5830a80e865d76ec4b1e1b89ad1dc8 /sca-java-2.x
parentd89dcaaf374186e5a3c3f55822ebb5f34c97faba (diff)
attempt to depend on the learning-more contributions so they get built first
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
index 06d5ff3306..a558b4fae6 100644
--- a/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
@@ -29,6 +29,15 @@
<packaging>pom</packaging>
<name>Apache Tuscany SCA Running Tuscany Samples</name>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<profiles>
<profile>
<id>default</id>