From c84b11e8ad2a0420f413f3b06f1ad191226a0133 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 20 Sep 2018 15:22:44 -0400 Subject: fix start up issue Change-Id: Ic5523369c99eb2075ffa2526a13822869f62170e Signed-off-by: Prudence Au Issue-ID: LOG-661 --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e41084a..04b1f65 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.springframework.boot spring-boot-dependencies - 1.5.12.RELEASE + 1.5.15.RELEASE pom import @@ -59,6 +59,17 @@ pomba-audit-common 1.3.1-SNAPSHOT + + com.sun.jersey + jersey-client + 1.19.4 + + + javax.ws.rs + jsr311-api + + + com.google.code.gson gson -- cgit 1.2.3-korg