From 9456a887805366ecd1d75b15786ae748774d7687 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 10 Oct 2018 11:47:22 +0100 Subject: [PATCH] Add extra dependency for Java 11 builds --- .../function-sample-azure/pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-azure/pom.xml b/spring-cloud-function-samples/function-sample-azure/pom.xml index 822f736a9..79a74e3ea 100644 --- a/spring-cloud-function-samples/function-sample-azure/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.M1 + 2.1.0.M4 @@ -26,7 +26,7 @@ java-function-group ${project.build.directory}/azure-functions/${functionAppName} example.Config - 1.0.11.RELEASE + 1.0.15.RELEASE @@ -90,7 +90,14 @@ com.microsoft.azure azure-functions-maven-plugin - 1.0.0-beta-4 + 1.0.0-beta-6 + + + javax.xml.bind + jaxb-api + 2.3.1 + +