Merge pull request #10066 from kwoyke/JAVA-2977

JAVA-2977: Get rid of the unused spring*boot* properties
This commit is contained in:
Loredana Crusoveanu 2020-09-22 09:47:02 +03:00 committed by GitHub
commit a06c39ae4b
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>