DATACOUCH-504 - More enhancements for spring boot

This commit is contained in:
Michael Nitschinger
2020-03-05 16:47:13 +01:00
parent d34fa1c5ab
commit c16d6e33e1
4 changed files with 204 additions and 21 deletions

View File

@@ -18,8 +18,8 @@
</parent>
<properties>
<couchbase>3.0.1</couchbase>
<couchbase.osgi>3.0.1</couchbase.osgi>
<couchbase>3.0.2</couchbase>
<couchbase.osgi>3.0.2</couchbase.osgi>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<java-module-name>spring.data.couchbase</java-module-name>
</properties>
@@ -39,7 +39,7 @@
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>