From f8d65028bb25ff774d668873720640bd32b16956 Mon Sep 17 00:00:00 2001 From: Prudence Au Date: Thu, 20 Sep 2018 11:52:30 -0400 Subject: Try fixing the start up issue with old version of javax.ws.rs-api Change-Id: I7ac8edfb38fd16bc95e0a0562ca37082e0badf04 Signed-off-by: Prudence Au Issue-ID: LOG-648 --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 11206fb..036670f 100644 --- a/pom.xml +++ b/pom.xml @@ -168,6 +168,14 @@ limitations under the License. org.springframework.boot spring-boot-maven-plugin + + + + javax.ws.rs + jsr311-api + + + @@ -186,6 +194,7 @@ limitations under the License. + -- cgit 1.2.3-korg