aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-15 22:43:01 +0200
committersebdet <sebastien.determe@intl.att.com>2020-09-15 22:43:01 +0200
commit68af81034f311e6a25221648f48ae6db7c8e30b6 (patch)
tree60d945ff967ed922275a36f92f8c00324dac8bc6 /pom.xml
parent536db7b811eba341aef48a745b495da068d170eb (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> Change-Id: I9e928512bf44924e179b8726b7665209a82fd94f
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 c1c2d7732..93b59eddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,6 +372,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>