From 7df168d8706035113910ad32aa8579e8fdfe6d00 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Tue, 4 Jun 2019 14:22:31 +0200 Subject: [PATCH] TSK-850: removed unnecessary properties and comments --- lib/taskana-cdi/pom.xml | 2 -- .../src/main/resources/application.properties | 2 -- 2 files changed, 4 deletions(-) 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