summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-14 23:58:31 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2013-07-14 23:58:31 +0000
commitd69c9130eca7470d5b83482ea09d7fd18b13c8e2 (patch)
tree0ec2165156450b3b532273a74cd6217c4fa0ce12
parent15ded4298784d46260a996bdd77dd63ed0f8b654 (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
-rw-r--r--sca-java-2.x/trunk/testing/itest/ws/wspolicy/pom.xml6
1 files changed, 6 insertions, 0 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
@@ -45,6 +45,12 @@
</dependency>
<dependency>
+ <groupId>wss4j</groupId>
+ <artifactId>wss4j</artifactId>
+ <version>1.5.1</version>
+ </dependency>
+
+ <dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.19</version>