aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-15 22:43:01 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-09-30 12:54:50 +0000
commit44d87c2ce6778a916489945ac33da4942591ea9b (patch)
treebf4138b24d150546e4ade17fc30a6e98776fa284 /pom.xml
parentf659cbb146f5b8d35b82afc75ad35b5ffe41d001 (diff)
Revert lib required by AAF
This lib must be re-introduced for AAF otherwise at runtime there is a classnotfound Issue-ID: CLAMP-915 Signed-off-by: sebdet <sebastien.determe@intl.att.com> (cherry picked from commit 68af81034f311e6a25221648f48ae6db7c8e30b6) Change-Id: I34a72f627689c26ed665d9da61c23e85e4a3dfe0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f4ff41899..e5ac3a002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,6 +375,12 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- Others dependencies -->
+ <!-- Jaxws is required for AAF -->
+ <dependency>
+ <groupId>javax.xml.ws</groupId>
+ <artifactId>jaxws-api</artifactId>
+ <version>2.3.1</version>
+ </dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>