Skip to content

Commit

Permalink
Remove duplicate dependency declaration in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Mar 11, 2014
1 parent 207d485 commit 34efda1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spring-boot-samples/spring-boot-sample-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 34efda1

Please sign in to comment.