From 1beec212784da4f4d9e3ec3878d700fa1b2a0e8c Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Fri, 12 Jan 2018 16:53:34 +0800 Subject: Fix jenkins builiding issue Issue-ID: MSB-118 Change-Id: If6ef83ba543a3908dd9cd323b9afb2b184b62590 Signed-off-by: HuabingZhao --- apiroute/apiroute-service/dependency-reduced-pom.xml | 11 +++++++---- apiroute/apiroute-service/pom.xml | 7 +++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apiroute/apiroute-service/dependency-reduced-pom.xml b/apiroute/apiroute-service/dependency-reduced-pom.xml index 5189658..c8f4534 100644 --- a/apiroute/apiroute-service/dependency-reduced-pom.xml +++ b/apiroute/apiroute-service/dependency-reduced-pom.xml @@ -3,13 +3,13 @@ apiroute-parent org.onap.msb.apigateway.apiroute - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT @@ -101,7 +101,10 @@ ${api-rest-package} - http,https + + http + https + ${api-host-ip}:${api-host-port} ${api-base-path} @@ -207,7 +210,7 @@ jersey2 ${project.groupId} - ${project.artifactId}-java-sdk + ${project.artifactId} ${project.version} ${project.groupId}.${project.artifactId}.client.model ${project.groupId}.${project.artifactId}.client.api diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 1d8f63f..47f4051 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -198,7 +198,10 @@ ${api-rest-package} - http,https + + http + https + ${api-host-ip}:${api-host-port} ${api-base-path} @@ -316,7 +319,7 @@ jersey2 ${project.groupId} - ${project.artifactId}-java-sdk + ${project.artifactId} ${project.version} ${project.groupId}.${project.artifactId}.client.model ${project.groupId}.${project.artifactId}.client.api -- cgit 1.2.3-korg