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-app-api/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'common-app-api') diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 39be0353af..ee5f412249 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -268,6 +268,31 @@ + + + src/test/resources + + **/*.zip + + true + + + src/test/resources/zip + + **.zip + + false + zip + + + src/test/resources/zip-slip + + **.zip + + false + zip-slip + + com.github.sylvainlaurent.maven -- cgit 1.2.3-korg