Fix issues

This commit is contained in:
Yuriy Dvorzhetskiy
2021-06-28 20:34:04 +06:00
parent 6c8dd689d7
commit de5a68d0a1
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -10,8 +10,9 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifac5Id>spring-boot-starter-parent</artifac5Id>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.1</version>
<relativePath/>
</parent>
<properties>
@@ -29,8 +30,7 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
<version>3.1.0.RELEASE</version>
<artifactId>spring-data-rest-hal-explorer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+2 -2
View File
@@ -12,6 +12,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.1</version>
<relativePath/>
</parent>
<properties>
@@ -29,8 +30,7 @@
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
<version>3.1.0.RELEASE</version>
<artifactId>spring-data-rest-hal-explorer</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>