From 30670accb070b20c1c770d1ebbd6d72e24fee2db Mon Sep 17 00:00:00 2001 From: sebdet Date: Tue, 4 Aug 2020 14:16:00 +0200 Subject: Upgrade to java 11 MOve SDC to Java 11, this is one of the PR to move to Jdk 11, jenkins will have to be changed as well Issue-ID: SDC-2725 Change-Id: I85f13f14ba8004f6e9656093a837465a2e4af3e1 Signed-off-by: sebdet Signed-off-by: xuegao Signed-off-by: sebdet --- common/onap-tosca-datatype/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'common/onap-tosca-datatype/pom.xml') diff --git a/common/onap-tosca-datatype/pom.xml b/common/onap-tosca-datatype/pom.xml index 9a621e02f1..e6c6bc5b28 100644 --- a/common/onap-tosca-datatype/pom.xml +++ b/common/onap-tosca-datatype/pom.xml @@ -33,7 +33,7 @@ org.yaml snakeyaml - 1.17 + ${snakeyaml.version} org.apache.commons @@ -90,4 +90,12 @@ test + + + + src/test/resources + true + + + -- cgit 1.2.3-korg