#542 - Polishing.

Remove properties that are no longer needed as they are provided by Spring Boot.
This commit is contained in:
Mark Paluch
2019-11-11 13:50:25 +01:00
parent 34e73d360e
commit 481eb57aec
3 changed files with 4 additions and 12 deletions

View File

@@ -20,11 +20,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jdbc</artifactId>
</dependency>
</dependencies>
</project>