Add OutputCapture test class

This commit is contained in:
Phillip Webb
2013-08-05 12:15:33 -07:00
parent 174427881a
commit 4038b39496
10 changed files with 186 additions and 198 deletions

View File

@@ -34,6 +34,14 @@
<artifactId>groovy-templates</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>