Remove test dependencies from spring-boot-starter-parent

Fixes gh-617

Conflicts:

	spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
This commit is contained in:
Dave Syer
2014-04-01 11:30:20 +01:00
parent 477b199cd6
commit 42ca765e1a
4 changed files with 8 additions and 34 deletions

View File

@@ -168,24 +168,6 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Generally Useful Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<!-- Turn on filtering by default for application properties -->
<resources>