Remove duplicate dependency declaration in sample

Fixes gh-476
pull/478/head
Dave Syer 11 years ago
parent 207d4853ed
commit 34efda1890

@ -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>

Loading…
Cancel
Save