Merge branch '2.0.x'
This commit is contained in:
commit
e26f743e82
|
@ -94,6 +94,8 @@ NOTE: If you want to use the client/server mode or if you need more options, Inf
|
||||||
provides an official Spring Boot starter, check
|
provides an official Spring Boot starter, check
|
||||||
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
|
https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=== Couchbase
|
=== Couchbase
|
||||||
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
|
Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that
|
||||||
you have setup at least a `spring.couchbase.bootstrap-hosts` property.
|
you have setup at least a `spring.couchbase.bootstrap-hosts` property.
|
||||||
|
|
|
@ -133,15 +133,5 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>guava</id>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
<version>18.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue