diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-14 07:09:21 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-14 07:09:21 +0100 |
commit | 298e450b506d50f808d50ff76f97cf5a072cddac (patch) | |
tree | d45e77ccb900b54ac42183eb8405844663ae8978 /BKUOnline/pom.xml | |
parent | 6abf9ea26eb1283611273123abdb3e174f1ebb85 (diff) | |
download | mocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.gz mocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.bz2 mocca-298e450b506d50f808d50ff76f97cf5a072cddac.zip |
Update to glassfish
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r-- | BKUOnline/pom.xml | 10 |
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> |