Browse Source

Revert "Attempt to fix server test CI failures"

This reverts commit 32782429af.
pull/12697/head
Phillip Webb 8 years ago
parent
commit
7498e7f2cd
  1. 3
      spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/pom.xml

3
spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/pom.xml

@ -56,9 +56,6 @@
<maven.home>${maven.home}</maven.home> <maven.home>${maven.home}</maven.home>
<repository>${repository}</repository> <repository>${repository}</repository>
</systemPropertyVariables> </systemPropertyVariables>
<useSystemClassLoader>false</useSystemClassLoader>
<forkCount>0</forkCount>
<reuseForks>false</reuseForks>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>

Loading…
Cancel
Save