summaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-13 14:26:19 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2022-10-14 07:58:01 +0000
commit67acb223c78e804bdd3a4f0b1d51ed4c87e070a1 (patch)
tree24da3c4fa791ddad3ce6f3b3f2748e0b478c4f69 /aai-parent
parent271e8f5f853c7ed8c277f5c12607a4633dd5b136 (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-parent')
-rw-r--r--aai-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 518f23f1..17af71d7 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -60,8 +60,8 @@ limitations under the License.
<docker.fabric.version>0.31.0</docker.fabric.version>
<dmaap.client.version>1.1.9</dmaap.client.version>
<easy.mock.version>4.0.2</easy.mock.version>
- <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
- <eelf.core.version>1.0.1-oss</eelf.core.version>
+ <eclipse.persistence.version>2.7.11</eclipse.persistence.version>
+ <eelf.core.version>2.0.0-oss</eelf.core.version>
<freemarker.version>2.3.31</freemarker.version>
<google.guava.version>19.0</google.guava.version>
<gremlin.version>3.2.3</gremlin.version>