Remove duplicate dependency declaration in sample

Fixes gh-476
This commit is contained in:
Dave Syer 2014-03-11 19:39:12 +00:00
parent 207d4853ed
commit 34efda1890
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>