Use KeyValue snapshots until we have a version with the fix available.

See #606.
This commit is contained in:
Mark Paluch
2021-04-28 10:53:03 +02:00
parent 430643bb47
commit 546eda53bd

View File

@@ -105,6 +105,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>2.5.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>