diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 09:54:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-19 09:54:09 +0000 |
commit | d5df99bd619609d46fe753877f4b6b5fc8682b5e (patch) | |
tree | 36a35b8f7c87e1883e715df592cb2a6bcd3c2901 /sca-java-2.x/trunk/samples | |
parent | aa5e3b22e1e8f6f30860ab0ef66ded82287f77b0 (diff) |
Update dependency to see if that helps the hudson build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900713 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml index f8732fb360..32fe91389d 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-servlet/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.apache.tuscany.sca.shades</groupId> - <artifactId>tuscany-base</artifactId> + <artifactId>tuscany-base-nodep</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |