TSK-850: removed unnecessary properties and comments
This commit is contained in:
parent
aebd87b935
commit
7df168d870
|
@ -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>
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue