diff --git a/articles/tools/kubernetes/getting-started.adoc b/articles/tools/kubernetes/getting-started.adoc index bf92125408..0b69a2e976 100644 --- a/articles/tools/kubernetes/getting-started.adoc +++ b/articles/tools/kubernetes/getting-started.adoc @@ -70,6 +70,21 @@ You'll need to add the Hazelcast dependency to the project: ---- +.Spring Session should not be used +[NOTE] +==== +Verify that you do not have this dependency, it is not compatible with Kubernetes Kit. + +.`pom.xml` +[source,xml] +---- + + org.springframework.session + spring-session-hazelcast + +---- +==== + Then add the following property to the application configuration file: .application.properties