diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-22 15:51:24 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-22 15:51:24 +0000 |
commit | 0424294dec4c2c9e7abc26b2ddf1fc40dca229a4 (patch) | |
tree | 881d6d816d0b903d848b7ee6d4fbcbf706d5d8ba | |
parent | 27099266eee0b360fd50147e063f04d3e863b9ce (diff) |
Fix the dependency scope
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084225 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml index 93b0dbfa72..7b2e7a4674 100644 --- a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml +++ b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/pom.xml @@ -66,7 +66,6 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>sample-implementation-spring-helloworld-contribution</artifactId> <version>2.0-SNAPSHOT</version> - <scope>provided</scope> </dependency> <dependency> |