diff options
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r-- | bkucommon/pom.xml | 6 |
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> |