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 + +