diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 15:15:08 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 15:15:08 +0100 |
commit | c0fe39a2faf22a2e3e7915f47b88ab5cedc8af4d (patch) | |
tree | 26f92083a82d7c757c29951d29f87d9ced4f10ad /bkucommon | |
parent | 24405580bcb6a5dcb6acd92faf22ed6a3e1b9e47 (diff) | |
download | mocca-c0fe39a2faf22a2e3e7915f47b88ab5cedc8af4d.tar.gz mocca-c0fe39a2faf22a2e3e7915f47b88ab5cedc8af4d.tar.bz2 mocca-c0fe39a2faf22a2e3e7915f47b88ab5cedc8af4d.zip |
[maven-release-plugin] prepare release mocca-1.3.25
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index 1b1b4d24..3557d522 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -114,8 +114,8 @@ <optional>true</optional> </dependency> <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>jaxws-rt</artifactId> + <groupId>org.glassfish.metro</groupId> + <artifactId>webservices-rt</artifactId> <scope>test</scope> </dependency> <!-- dependency to ensure NamespacePrefixmapper --> |