Remove unnecessary override

This commit is contained in:
Stephane Nicoll 2017-09-13 12:03:10 +02:00
parent a825e9f493
commit 73f4a2e130

View File

@ -43,13 +43,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
</plugins>
</build>
</project>