Author: slaws
Date: Mon Oct 11 12:33:16 2010
New Revision: 1021321
URL: http://svn.apache.org/viewvc?rev=1021321&view=rev
Log:
attempt to depend on the learning-more contributions so they get built first
Modified:
tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml?rev=1021321&r1=1021320&r2=1021321&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml Mon Oct 11
12:33:16 2010
@@ -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>