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 /bkucommon | |
parent | 6abf9ea26eb1283611273123abdb3e174f1ebb85 (diff) | |
download | mocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.gz mocca-298e450b506d50f808d50ff76f97cf5a072cddac.tar.bz2 mocca-298e450b506d50f808d50ff76f97cf5a072cddac.zip |
Update to glassfish
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 7 |
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 --> |