aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2019-07-05 15:13:43 +0200
committerromaingimbert <romain.gimbert@orange.com>2019-07-05 16:34:26 +0200
commit6b05f46fb4ed5cf086fcbd416a4f619819f86735 (patch)
tree6d56a0095dc370bee2b167588b8df6a48a2b6b7d /pom.xml
parentbce9428824803a9f2b03975c7238e52974ec31b2 (diff)
Migrate to jdk 11
-change docker -change pom Change-Id: I5e3beb2b416671b20a7e235ac757ed18a75db4df Issue-ID: EXTAPI-259 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9a254a4..43fefff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.22.0</version>
<configuration>
+<!-- <argLine>-->
+<!-- &#45;&#45;illegal-access=permit-->
+<!-- </argLine>-->
<includes>
<include>org/onap/nbi/test/KarateApiTest.java</include>
<include>org/onap/nbi/test/ExecutionTaskTest.java</include>