diff --git a/lib/taskana-cdi/pom.xml b/lib/taskana-cdi/pom.xml index 2b65a5ac4..b67140b1d 100644 --- a/lib/taskana-cdi/pom.xml +++ b/lib/taskana-cdi/pom.xml @@ -56,14 +56,12 @@ ${version.h2} test - org.wildfly.swarm arquillian ${version.wildfly.swarm} test - org.jboss.arquillian.junit arquillian-junit-container diff --git a/rest/taskana-rest-spring-example/src/main/resources/application.properties b/rest/taskana-rest-spring-example/src/main/resources/application.properties index 3a4282c45..24eced016 100644 --- a/rest/taskana-rest-spring-example/src/main/resources/application.properties +++ b/rest/taskana-rest-spring-example/src/main/resources/application.properties @@ -52,5 +52,3 @@ 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 -####### allow bean overriding -spring.main.allow-bean-definition-overriding=true