From c59a1b7f470ece0e5d933186d10ea1a2dcbcb7b2 Mon Sep 17 00:00:00 2001 From: Keesun Baik Date: Thu, 10 Jan 2019 10:24:09 -0800 Subject: [PATCH] Update dependencies for demo-oauth2 --- demo-oauth2/pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/demo-oauth2/pom.xml b/demo-oauth2/pom.xml index f8a8651..b38553a 100644 --- a/demo-oauth2/pom.xml +++ b/demo-oauth2/pom.xml @@ -14,14 +14,14 @@ org.springframework.boot spring-boot-starter-parent - 2.0.3.RELEASE + 2.1.1.RELEASE UTF-8 UTF-8 - 1.8 + 11 @@ -46,6 +46,19 @@ com.h2database h2 + + javax.xml.bind + jaxb-api + + + org.glassfish.jaxb + jaxb-runtime + + + org.springframework + spring-oxm + ${spring-framework.version} + org.springframework.boot