diff options
author | Yoo, Brian (by703c) <by703c@att.com> | 2021-01-22 13:50:01 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2021-02-11 18:41:46 -0500 |
commit | a9fee2cb1c991ce478e48ecc749ded2bc55181e2 (patch) | |
tree | 8b93f17f185eedefaa06edbd426c992d963f9a39 /aai-queries | |
parent | 019da323750e5c0fd2e1a0af181a190ea4dc32e6 (diff) |
Add java 11 code support1.8.4
Issue-ID: AAI-3009
Change-Id: Ic65c49e6071f240ec9fe583fa939cc965f928fc9
Signed-off-by: Yoo, Brian (by703c) <by703c@att.com>
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-queries')
-rw-r--r-- | aai-queries/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 491e9ca..b7d7cf0 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -125,6 +125,21 @@ <artifactId>spring-boot-test</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.persistence</groupId> + <artifactId>eclipselink</artifactId> + <version>3.0.0</version> + </dependency> + <dependency> + <groupId>org.eclipse.persistence</groupId> + <artifactId>org.eclipse.persistence.moxy</artifactId> + <version>3.0.0</version> + </dependency> </dependencies> <build> <plugins> |