diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -240,6 +240,11 @@ <artifactId>jaxb-impl</artifactId> <version>2.1.9</version> </dependency> + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>jaxws-rt</artifactId> + <version>2.1.5</version> + </dependency> <!-- version not defined in BKUOnline pom "include-webstart" profile, | it wouldn't be adjusted by release:prepare --> <dependency> |