diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-17 19:48:22 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-17 19:48:22 +0000 |
commit | b1408ed8ae54ca5c3ebf4636b3c9cbef094454dc (patch) | |
tree | 67aca8ea568c02e1588da2dfeeb43030ab04f946 /sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel | |
parent | 76badb8eae67d61c44542b8a606cd7c410cb7300 (diff) |
Fix pom dependencies in launchers, clients and services (TUSCANY-3506)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935239 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml index 498ee1eb53..811bb6a9ed 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml @@ -97,6 +97,7 @@ <artifactId>avalon-framework</artifactId> </exclusion> </exclusions> + <scope>runtime</scope> </dependency> <dependency> @@ -112,13 +113,6 @@ <version>${tuscany.version}</version> <scope>runtime</scope> </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> - </dependency> </dependencies> <build> |