diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/stest/sampleTest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/stest/sampleTest/pom.xml b/java/sca/stest/sampleTest/pom.xml index 6b405ff519..940fab66e6 100644 --- a/java/sca/stest/sampleTest/pom.xml +++ b/java/sca/stest/sampleTest/pom.xml @@ -80,14 +80,14 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-xml</artifactId>
<version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
+ <!-- <scope>runtime</scope> -->
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
+ <!-- <scope>runtime</scope> -->
</dependency>
<dependency>
|