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