Reinstate integration tests

This commit is contained in:
Phillip Webb
2013-08-07 22:34:09 -07:00
parent 8a33c39f0b
commit eb69732fbb
2 changed files with 8 additions and 1 deletions

View File

@@ -19,6 +19,13 @@
<artifactId>spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>