diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-31 15:28:43 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-31 15:28:43 +0000 |
commit | 07bbb08d9cfb500c711e2b338236ff12fb9f0459 (patch) | |
tree | 43b41090119de68a9125d099a5e4f16a87a6de1f /sca-java-2.x/trunk/compliance-tests/policy | |
parent | 6497db083dc216f1a9b2775dc2449e54e512a13a (diff) |
Update complicance tests to use JAX-WS based WS binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml index 154ddd1ee6..c77861e486 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -45,12 +45,6 @@ </dependency>
<dependency>
- <groupId>org.apache.tuscany.sca.shades</groupId>
- <artifactId>tuscany-webservices</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
<!-- This is need for POL_4013 and POL_4028 when running with Sun JDK which
gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
when Tuscany is writing a property value -->
@@ -67,12 +61,6 @@ </dependency>
<dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.19</version>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
|