JAVA-2977: Get rid of the unused spring*boot* properties

This commit is contained in:
Krzysiek 2020-09-21 21:15:03 +02:00
parent 10e7aaed73
commit d51a8319c6
1 changed files with 6 additions and 2 deletions

View File

@ -27,6 +27,12 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
@ -50,8 +56,6 @@
</dependencies>
<properties>
<spring-boot-version>2.1.9.RELEASE</spring-boot-version>
<spring.boot.starter.version>2.1.9.RELEASE</spring.boot.starter.version>
<testcontainers.version>1.12.2</testcontainers.version>
</properties>
</project>