From cd807e62f2d3f4f2a35059e1ab6456c52bda4345 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 9 May 2019 11:28:11 +0200 Subject: [PATCH] TSK-850: reconfigured taskana-rest-spring-wildfly-example --- .../pom.xml | 40 +++++++++++-------- .../src/main/resources/application.properties | 2 +- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/rest/taskana-rest-spring-wildfly-example/pom.xml b/rest/taskana-rest-spring-wildfly-example/pom.xml index b5fbc7f56..3f8b66c63 100644 --- a/rest/taskana-rest-spring-wildfly-example/pom.xml +++ b/rest/taskana-rest-spring-wildfly-example/pom.xml @@ -1,22 +1,17 @@ - 4.0.0 - pro.taskana - - org.springframework.boot - spring-boot-starter-parent - 2.0.2.RELEASE - - - 1.1.3-SNAPSHOT taskana-rest-spring-wildfly-example war + + + taskana-rest-parent + pro.taskana + 1.1.2-SNAPSHOT + .. + + - 1.8 - 1.8 - UTF-8 - 2017.4.0 - 3.1.2.Final true jdbc:h2:mem:taskana;IGNORECASE=TRUE;LOCK_MODE=0 @@ -25,6 +20,7 @@ sa sa + @@ -41,6 +37,13 @@ pom import + + org.springframework.boot + spring-boot-dependencies + ${version.spring-boot} + pom + import + @@ -53,7 +56,6 @@ org.springframework.boot spring-boot-starter-web - 2.0.2.RELEASE org.springframework.boot @@ -106,7 +108,7 @@ ${version.resteasy} test - + org.wildfly.swarm arquillian @@ -126,10 +128,11 @@ org.springframework spring-test - 5.1.5.RELEASE + ${version.spring} test + postgres @@ -163,6 +166,7 @@ org.springframework.boot spring-boot-maven-plugin + ${version.spring-boot} org.wildfly.plugins @@ -269,7 +273,9 @@ + org.apache.maven.plugins maven-resources-plugin + 3.1.0 copy-documentation-to-static-folder diff --git a/rest/taskana-rest-spring-wildfly-example/src/main/resources/application.properties b/rest/taskana-rest-spring-wildfly-example/src/main/resources/application.properties index d94456b56..023c3be06 100644 --- a/rest/taskana-rest-spring-wildfly-example/src/main/resources/application.properties +++ b/rest/taskana-rest-spring-wildfly-example/src/main/resources/application.properties @@ -32,4 +32,4 @@ taskana.jobscheduler.async.cron=0 * * * * * spring.resources.cache.cachecontrol.cache-private=true ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy server.tomcat.internal-proxies=.* -server.use-forward-headers=true \ No newline at end of file +server.use-forward-headers=true