summaryrefslogtreecommitdiff
path: root/bkucommon/pom.xml
diff options
context:
space:
mode:
authormcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-11-30 15:05:21 +0000
committermcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-11-30 15:05:21 +0000
commitebede55b888e8232cef37a2f4b40dbb0746dd28a (patch)
tree2091eee0c88bed1bcff5a6531d94bac92dc33ba2 /bkucommon/pom.xml
parent2573a0bde88b31d08db21a57f296bacf7c99dc14 (diff)
downloadmocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.tar.gz
mocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.tar.bz2
mocca-ebede55b888e8232cef37a2f4b40dbb0746dd28a.zip
Added test classes for creating a signature with MOCCA and sending it to MOA-SP for verification.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@557 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r--bkucommon/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index 7a5c5167..53dfbf46 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -97,6 +97,12 @@
<artifactId>spring-context</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ <scope>test</scope>
+ <version>2.1.5</version>
+ </dependency>
<!-- dependency to ensure NamespacePrefixmapper -->
<dependency>
<groupId>com.sun.xml.bind</groupId>