JAVA-2977: Get rid of the unused spring*boot* properties
This commit is contained in:
parent
10e7aaed73
commit
d51a8319c6
@ -27,6 +27,12 @@
|
|||||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.h2database</groupId>
|
||||||
|
<artifactId>h2</artifactId>
|
||||||
|
<version>${h2.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
@ -50,8 +56,6 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<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>
|
<testcontainers.version>1.12.2</testcontainers.version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user