summaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-17 15:26:08 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-18 15:43:41 +0200
commit1a0763c2cfb23de0c690136d8e66df98e3844192 (patch)
tree8d3d76c468fcc326e13d21c629d684ac518cae77 /aai-resources/pom.xml
parentfec75c941420be1c637112e9f404ed4553dba66f (diff)
Use Java 11 in resources1.14.7
- update aai-common to 1.14.7 - change compiler and base image to Java 11 - do not use all schema versions in tests since that increases test duration Issue-ID: AAI-3996 Change-Id: I2bb86c7ae0ad5bdce1784fdd1e64b3573723061b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index 1c43954..83c6c92 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -31,7 +31,7 @@
<version>1.14.7-SNAPSHOT</version>
</parent>
<properties>
- <java.version>1.8</java.version>
+ <java.version>11</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
<!-- Default docker registry that maven fabric plugin will try to pull from -->