DATACOUCH-517 - Update SDK to 3.0.3

This commit is contained in:
Michael Nitschinger
2020-04-13 09:03:42 +02:00
parent 0f2bf121ca
commit a8980c8cf9

10
pom.xml
View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>3.0.2</couchbase>
<couchbase.osgi>3.0.2</couchbase.osgi>
<couchbase>3.0.3</couchbase>
<couchbase.osgi>3.0.3</couchbase.osgi>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>
@@ -95,12 +95,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.2.12.RELEASE</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>