diff options
-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> |