summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>