Commit cc5ab23f by Johannes Edmeier

Fix missing spring-boot-starter-test for hazelcast example

parent 381483cb
......@@ -42,6 +42,12 @@
<artifactId>hazelcast</artifactId>
</dependency>
<!-- end::dependency-hazelcast[] -->
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment