diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-14 23:58:31 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2013-07-14 23:58:31 +0000 |
commit | d69c9130eca7470d5b83482ea09d7fd18b13c8e2 (patch) | |
tree | 0ec2165156450b3b532273a74cd6217c4fa0ce12 /sca-java-2.x/trunk | |
parent | 15ded4298784d46260a996bdd77dd63ed0f8b654 (diff) |
Fixing compilation issue in ws-policy itest
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1503084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml index dbf150c2a1..24fbf3bf4c 100644 --- a/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml +++ b/sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml @@ -44,22 +44,28 @@ <version>2.5-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jetty</artifactId>
- <version>6.1.19</version>
- </dependency>
+ <dependency>
+ <groupId>wss4j</groupId>
+ <artifactId>wss4j</artifactId>
+ <version>1.5.1</version>
+ </dependency>
- <dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <version>6.1.19</version>
+ </dependency>
+
+ <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.9</version>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
+ </dependency>
</dependencies>
<build>
|