DATACOUCH-650 - Implements CrudRepository and ReactiveCrudRepository.deleteById(Iterable<ID> ids).
Original pull request: #279.
This commit is contained in:
committed by
mikereiche
parent
2f6a3a8d75
commit
f8b7749289
8
pom.xml
8
pom.xml
@@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<couchbase>3.0.10</couchbase>
|
||||
<couchbase.osgi>3.0.10</couchbase.osgi>
|
||||
<springdata.commons>2.3.7.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>2.4.0-DATACMNS-800-SNAPSHOT</springdata.commons>
|
||||
<java-module-name>spring.data.couchbase</java-module-name>
|
||||
</properties>
|
||||
|
||||
@@ -161,6 +161,12 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.projectreactor</groupId>
|
||||
<artifactId>reactor-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Kotlin extension -->
|
||||
<dependency>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
|
||||
Reference in New Issue
Block a user