Try to fix failing test case

Suspected cause: old test project depends on a old
snapshot dependency.

Fix: replace with equivalent release dependency.
This commit is contained in:
Kris De Volder
2020-09-25 10:06:31 -07:00
parent 35723f938f
commit 0787fe50fb

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.2.1.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -43,7 +43,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>1.2.1.BUILD-SNAPSHOT</version>
<optional>true</optional>
</dependency>
</dependencies>