From e428130fe181aa6d433afc00c214ed45650c3777 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 20 Sep 2018 16:27:49 -0400 Subject: Fix start up issue Change-Id: I9eea364ce0f8e599dbcf18c6aff3e156a6a2716f Signed-off-by: Prudence Au Issue-ID: LOG-667 --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index b16fcca..1be8704 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,17 @@ spring-boot-starter-test test + + com.sun.jersey + jersey-client + 1.19.4 + + + javax.ws.rs + jsr311-api + + + -- cgit 1.2.3-korg