From 6f62c8ae06aac477aa1d1b68563802f7c148002c Mon Sep 17 00:00:00 2001 From: Murali-P Date: Wed, 15 Feb 2017 19:45:27 +0530 Subject: Update Java JRE Resolved:VNFSDK-21 VNF SDK Function test Change-Id: Icebd5007ff3179c04e2d4066a92f622c182fceed Signed-off-by: Murali-P --- vnf-sdk-function-test/pom.xml | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'vnf-sdk-function-test/pom.xml') diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index 9e7e8de..a42e36b 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -1,5 +1,6 @@ - + org.openo.vnf-sdk.function-test @@ -25,20 +26,29 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 + 2.10 [2.0,) copy-dependencies - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + org.apache.maven.plugins maven-jar-plugin @@ -80,8 +90,10 @@ 1.8 1.8 - - + + org.openo.vnfsdk.functest.VnfSdkFuncTestApp @@ -134,8 +146,8 @@ org.projectlombok - lombok - 1.16.4 + lombok + 1.16.4 io.swagger -- cgit 1.2.3-korg