summaryrefslogtreecommitdiff
path: root/BKUOnline/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r--BKUOnline/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index 3f8e3315..7c10a2fa 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25</version>
+ <version>1.3.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>BKUOnline</artifactId>
@@ -96,8 +96,8 @@
| see https://wsit.dev.java.net/issues/show_bug.cgi?id=970
-->
<dependency>
- <groupId>org.glassfish.metro</groupId>
- <artifactId>webservices-rt</artifactId>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
<!-- use JAX-WS RI with SJSXP instead of Woodstox -->
<exclusions>
<exclusion>
@@ -112,7 +112,10 @@
<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>