diff options
Diffstat (limited to 'bkucommon/pom.xml')
-rw-r--r-- | bkucommon/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index cbe355f9..b58d9c0d 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -113,9 +113,10 @@ <scope>compile</scope> <optional>true</optional> </dependency> - <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>jaxws-rt</artifactId> + <dependency> + <groupId>org.glassfish.metro</groupId> + <artifactId>webservices-rt</artifactId> + <scope>test</scope> </dependency> <!-- dependency to ensure NamespacePrefixmapper --> |