#136 - Replace Streamable with the one from Spring Data Commons.

This commit is contained in:
Mark Paluch
2020-02-26 14:11:07 +01:00
parent 5231a0e572
commit 49bbb32d77
14 changed files with 41 additions and 71 deletions

View File

@@ -33,6 +33,11 @@
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>