From 8150cbd0d18dd9facdbe574c698954d10f297c3c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 24 Oct 2016 14:36:35 +0100 Subject: [PATCH] Remove commentary on Neo4j's licence Closes gh-7214 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index e3ab06b1a9..4e54a8e916 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3380,9 +3380,6 @@ properties: [[boot-features-connecting-to-neo4j-embedded]] ==== Using the embedded mode -NOTE: Neo4j's embedded mode is subject to a different licensing, make sure to review it -before integrating the dependency in your application. - If you add `org.neo4j:neo4j-ogm-embedded-driver` to the dependencies of your application, Spring Boot will automatically configure an in-process embedded instance of Neo4j that will not persist any data when your application shuts down. You can explicitly disable