Browse Source

Add spring-test to parents for samples

pull/9/head
Dave Syer 13 years ago
parent
commit
859e6c2ea8
  1. 5
      pom.xml
  2. 5
      spring-boot-starters/spring-boot-starter-parent/pom.xml
  3. 5
      spring-boot-starters/src/main/parent/pom.xml

5
pom.xml

@ -715,6 +715,11 @@ @@ -715,6 +715,11 @@
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<downloadUrl>http://www.springsource.com/download/community</downloadUrl>

5
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify @@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

5
spring-boot-starters/src/main/parent/pom.xml

@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify @@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save