From 5be1390d67a7a0fa05117e49d7a82134d6f81dcf Mon Sep 17 00:00:00 2001 From: "priyanka.akhade" Date: Wed, 9 Sep 2020 11:25:32 +0530 Subject: java migration 8->11 Signed-off-by: priyanka.akhade Issue-ID: CLI-288 Change-Id: I418f30e46acc99cb4802455e12212f123179eeb0 --- profiles/command/pom.xml | 2 +- profiles/http/pom.xml | 2 +- profiles/pom.xml | 10 ++++++++++ profiles/snmp/pom.xml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) (limited to 'profiles') diff --git a/profiles/command/pom.xml b/profiles/command/pom.xml index ddd3279f..2b56c54b 100644 --- a/profiles/command/pom.xml +++ b/profiles/command/pom.xml @@ -48,7 +48,7 @@ org.jmockit jmockit - 1.19 + 1.43 test diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3dee45c4..d4788aab 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -126,7 +126,7 @@ Excluded commons-codec vulnerable version and added invulnerable version org.jmockit jmockit - 1.19 + 1.43 test diff --git a/profiles/pom.xml b/profiles/pom.xml index 39176e24..62893578 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -125,6 +125,16 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar + + + diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 43e5ff51..577d5ddd 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -70,7 +70,7 @@ org.jmockit jmockit - 1.19 + 1.43 test -- cgit 1.2.3-korg