diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/launchers/payment-bpel/pom.xml')
-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> |