summaryrefslogtreecommitdiff
path: root/bkucommon
diff options
context:
space:
mode:
authorbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-14 07:09:21 +0100
committerbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-14 07:09:21 +0100
commit298e450b506d50f808d50ff76f97cf5a072cddac (patch)
treed45e77ccb900b54ac42183eb8405844663ae8978 /bkucommon
parent6abf9ea26eb1283611273123abdb3e174f1ebb85 (diff)
downloadmocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.gz
mocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.bz2
mocca-298e450b506d50f808d50ff76f97cf5a072cddac.zip
Update to glassfish
Diffstat (limited to 'bkucommon')
-rw-r--r--bkucommon/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml
index cbe355f9..b58d9c0d 100644
--- a/bkucommon/pom.xml
+++ b/bkucommon/pom.xml
@@ -113,9 +113,10 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
+ <dependency>
+ <groupId>org.glassfish.metro</groupId>
+ <artifactId>webservices-rt</artifactId>
+
<scope>test</scope>
</dependency>
<!-- dependency to ensure NamespacePrefixmapper -->