diff options
author | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 16:04:14 +0100 |
---|---|---|
committer | bschnalzer <bianca.schnalzer@egiz.gv.at> | 2017-03-13 16:04:14 +0100 |
commit | 91968dd45fc5ebf1fccc1c7e4a718eb30df1626b (patch) | |
tree | 1f5b9f930cb18468a90c74f4b1eeb1f9d29b3049 | |
parent | c0fe39a2faf22a2e3e7915f47b88ab5cedc8af4d (diff) | |
download | mocca-91968dd45fc5ebf1fccc1c7e4a718eb30df1626b.tar.gz mocca-91968dd45fc5ebf1fccc1c7e4a718eb30df1626b.tar.bz2 mocca-91968dd45fc5ebf1fccc1c7e4a718eb30df1626b.zip |
[maven-release-plugin] prepare release mocca-1.3.25
-rw-r--r-- | BKUOnline/pom.xml | 5 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 2 insertions, 9 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index b4ff3bcd..3f8e3315 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -112,10 +112,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> @@ -405,11 +405,7 @@ <artifactId>webservices-rt</artifactId> <version>2.3.1</version> </dependency> - <dependency> - <groupId>com.sun.xml.ws</groupId> - <artifactId>policy</artifactId> - <version>2.7.1</version> - </dependency> + <!-- version not defined in BKUOnline pom "include-webstart" profile, | it wouldn't be adjusted by release:prepare --> <dependency> |