diff options
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 1b1b4d24..3557d522 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -114,8 +114,8 @@ <optional>true</optional> </dependency> <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>jaxws-rt</artifactId> + <groupId>org.glassfish.metro</groupId> + <artifactId>webservices-rt</artifactId> <scope>test</scope> </dependency> <!-- dependency to ensure NamespacePrefixmapper --> |