DATACOUCH-517 - Update SDK to 3.0.3
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user