diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-07-05 15:13:43 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-07-05 16:34:26 +0200 |
commit | 6b05f46fb4ed5cf086fcbd416a4f619819f86735 (patch) | |
tree | 6d56a0095dc370bee2b167588b8df6a48a2b6b7d /pom.xml | |
parent | bce9428824803a9f2b03975c7238e52974ec31b2 (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -387,7 +387,11 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.0</version> <configuration> +<!-- <argLine>--> +<!-- --illegal-access=permit--> +<!-- </argLine>--> <includes> <include>org/onap/nbi/test/KarateApiTest.java</include> <include>org/onap/nbi/test/ExecutionTaskTest.java</include> |