summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-13 10:25:06 +0100
committerbschnalzer <bianca.schnalzer@egiz.gv.at>2017-03-13 10:25:06 +0100
commitec5f53c20e4000f4ec55bef294b2bf41924e1429 (patch)
tree33db11a0b73038d2cab7c008b10cdc89cf707bb8 /pom.xml
parente46e9a87913413b6948591e7429d2f40b51cfe58 (diff)
downloadmocca-ec5f53c20e4000f4ec55bef294b2bf41924e1429.tar.gz
mocca-ec5f53c20e4000f4ec55bef294b2bf41924e1429.tar.bz2
mocca-ec5f53c20e4000f4ec55bef294b2bf41924e1429.zip
Update POM (jaxws and policy)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 74a4b23c..df06508f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,13 +398,18 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.1.9</version>
+ <version>2.2.11</version>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
- <version>2.1.5</version>
+ <version>2.2.10</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>