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 <sebastien.determe@intl.att.com>
Signed-off-by: xuegao <xg353y@intl.att.com>
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 39be035..ee5f412 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -268,6 +268,31 @@
</dependencies>
<build>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <excludes>
+ <exclude>**/*.zip</exclude>
+ </excludes>
+ <filtering>true</filtering>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources/zip</directory>
+ <includes>
+ <include>**.zip</include>
+ </includes>
+ <filtering>false</filtering>
+ <targetPath>zip</targetPath>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources/zip-slip</directory>
+ <includes>
+ <include>**.zip</include>
+ </includes>
+ <filtering>false</filtering>
+ <targetPath>zip-slip</targetPath>
+ </testResource>
+ </testResources>
<plugins>
<plugin>
<groupId>com.github.sylvainlaurent.maven</groupId>