diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-09-15 22:43:01 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-09-15 22:43:01 +0200 |
commit | 68af81034f311e6a25221648f48ae6db7c8e30b6 (patch) | |
tree | 60d945ff967ed922275a36f92f8c00324dac8bc6 /pom.xml | |
parent | 536db7b811eba341aef48a745b495da068d170eb (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |