summaryrefslogtreecommitdiff
path: root/BKUOnline/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r--BKUOnline/pom.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 7c10a2fa..8d1f7614 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -96,8 +96,9 @@
| see https://wsit.dev.java.net/issues/show_bug.cgi?id=970
-->
<dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
+
+ <groupId>org.glassfish.metro</groupId>
+ <artifactId>webservices-rt</artifactId>
<!-- use JAX-WS RI with SJSXP instead of Woodstox -->
<exclusions>
<exclusion>
@@ -112,10 +113,7 @@
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId> </exclusion> </exclusions -->
</dependency>
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>policy</artifactId>
- </dependency>
+
<dependency>
<artifactId>sjsxp</artifactId>
<groupId>com.sun.xml.stream</groupId>