Browse Source

Remove duplicate dependency declaration in sample

Fixes gh-476
pull/478/head
Dave Syer 12 years ago
parent
commit
34efda1890
  1. 5
      spring-boot-samples/spring-boot-sample-simple/pom.xml

5
spring-boot-samples/spring-boot-sample-simple/pom.xml

@ -22,11 +22,6 @@ @@ -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