From 46885dd78b8360d9b338d92ee4cffd48175e5f0a Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Fri, 3 May 2019 12:47:49 +0200 Subject: [PATCH] readded spring-boot-maven-plugin for taskana-rest-spring-example --- manifest.yml | 3 ++- rest/taskana-rest-spring-example/pom.xml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index c41fdbc8d..22da764c3 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,6 +2,7 @@ applications: - name: taskana-rest path: taskana-rest-spring-example.jar - buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.10 + buildpacks: + - https://github.com/cloudfoundry/java-buildpack.git#v3.10 memory: 512M disk_quota: 256M diff --git a/rest/taskana-rest-spring-example/pom.xml b/rest/taskana-rest-spring-example/pom.xml index 87c6730c4..820d1f875 100644 --- a/rest/taskana-rest-spring-example/pom.xml +++ b/rest/taskana-rest-spring-example/pom.xml @@ -129,6 +129,10 @@ + + org.springframework.boot + spring-boot-maven-plugin + maven-resources-plugin