diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml b/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml
index 308fdc2b85..f33fd64d5b 100644
--- a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml
@@ -35,12 +35,40 @@
org.cassandraunit
cassandra-unit-spring
- 2.1.3.1
+ 2.1.9.2
test
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ reserve-cassandra-port
+
+ reserve-network-port
+
+ process-resources
+
+
+ cassandra.port
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ ${cassandra.port}
+ ${cassandra.port}
+
+
+
org.springframework.boot
spring-boot-maven-plugin