diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-13 14:26:19 +0000 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2022-10-14 07:58:01 +0000 |
commit | 67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 (patch) | |
tree | 24da3c4fa791ddad3ce6f3b3f2748e0b478c4f69 /aai-rest | |
parent | 271e8f5f853c7ed8c277f5c12607a4633dd5b136 (diff) |
Update eclipse.persistence and eelf.core in aai-common
- update eclipse persistence to version 2.7.11
- update eelf core to 2.0.0-oss
- pin eelf core version in aai-utils and aai-schema-abstraction to 1.0.1 since there would be IncompatibleClassChange errors
- add the jaxb-api dependency to aai-utils to make it compilable with jdk 11
Issue-ID: AAI-3550
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Change-Id: Ia2aa31a9f3550af853583e65bc1f84583c9fc22f
Diffstat (limited to 'aai-rest')
-rw-r--r-- | aai-rest/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 04328bcf..952bd720 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -37,7 +37,6 @@ <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> - <eelf.core.version>1.0.1-oss</eelf.core.version> <spring.boot.starter.web.version>1.5.21.RELEASE</spring.boot.starter.web.version> <spring.boot.starter.parent.version>1.5.21.RELEASE</spring.boot.starter.parent.version> <spring.security.version>1.0.8.RELEASE</spring.security.version> |