diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -401,15 +401,10 @@ <version>2.2.11</version> </dependency> <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>jaxws-rt</artifactId> - <version>2.2.10</version> - </dependency> - <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>policy</artifactId> - <version>2.7.1</version> - </dependency> + <groupId>org.glassfish.metro</groupId> + <artifactId>webservices-rt</artifactId> + <version>2.3.1</version> +</dependency> <!-- version not defined in BKUOnline pom "include-webstart" profile, | it wouldn't be adjusted by release:prepare --> <dependency> |