diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-18 16:12:01 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-18 16:12:01 +0200 |
commit | 256763965c5c06db942928b412a46938138cdb5d (patch) | |
tree | 845613c7317e5bdee5675b138f85bba15a69683c /pom.xml | |
parent | 24a89793ae63280e58e0715c9807dc8099a389f4 (diff) |
Use Java 11 in traversal1.14.7
- switch compiler version and base image to Java 11
- remove com.sun.jersey (Jersey 1) dependencies
- replace heap_size jvm args with MaxRAMPercentage to scale dynamically with the K8s limits
Issue-ID: AAI-4000
Change-Id: I7db8633593816af495d36eea7b6fc56f1b98e648
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.6</version> + <version>1.14.7</version> </parent> <groupId>org.onap.aai.traversal</groupId> <artifactId>traversal</artifactId> @@ -41,7 +41,7 @@ Nexus Proxy Properties and Snapshot Locations Ideally this can be overwritten at runtime per internal environment specific values at runtime --> - <aai.common.version>1.14.6</aai.common.version> + <aai.common.version>1.14.7</aai.common.version> <nexusproxy>https://nexus.onap.org</nexusproxy> <site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path> <release.path>/content/repositories/releases/</release.path> |