Add basic integration test to samples

This commit is contained in:
Dave Syer
2015-08-13 11:28:19 +01:00
parent 4df00755a5
commit 0caa495fbb
8 changed files with 98 additions and 0 deletions

View File

@@ -60,6 +60,11 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>