TSK-850: removed unnecessary properties and comments

This commit is contained in:
Mustapha Zorgati 2019-06-04 14:22:31 +02:00 committed by Holger Hagen
parent aebd87b935
commit 7df168d870
2 changed files with 0 additions and 4 deletions

View File

@ -56,14 +56,12 @@
<version>${version.h2}</version> <version>${version.h2}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Brought in via WildFly Swarm `bom` -->
<dependency> <dependency>
<groupId>org.wildfly.swarm</groupId> <groupId>org.wildfly.swarm</groupId>
<artifactId>arquillian</artifactId> <artifactId>arquillian</artifactId>
<version>${version.wildfly.swarm}</version> <version>${version.wildfly.swarm}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Brought in via Arquillian BOM, see dependencyManagement section above -->
<dependency> <dependency>
<groupId>org.jboss.arquillian.junit</groupId> <groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-container</artifactId> <artifactId>arquillian-junit-container</artifactId>

View File

@ -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 ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.internal-proxies=.* server.tomcat.internal-proxies=.*
server.use-forward-headers=true server.use-forward-headers=true
####### allow bean overriding
spring.main.allow-bean-definition-overriding=true