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-schema-ingest/pom.xml | |
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-schema-ingest/pom.xml')
-rw-r--r-- | aai-schema-ingest/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 833091d3..c5ea8b27 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -34,7 +34,6 @@ limitations under the License. <packaging>jar</packaging> <properties> - <eelf.core.version>1.0.1-oss</eelf.core.version> <httpclient.version>4.5.13</httpclient.version> <groovy.version>2.5.15</groovy.version> <springframework.version>4.3.24.RELEASE</springframework.version> |