From a48990f2d4d9a61b03754839bb8faffdeb5229ba Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 10 Oct 2013 15:46:59 -0400 Subject: [PATCH] Add spring-boot-starter-test [Fixes #56467326] [bs-314] --- spring-boot-starters/pom.xml | 1 + .../spring-boot-starter-test/.gitignore | 1 + .../spring-boot-starter-test/pom.xml | 44 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 spring-boot-starters/spring-boot-starter-test/.gitignore create mode 100644 spring-boot-starters/spring-boot-starter-test/pom.xml diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index e23db8b52c..a72623787b 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -26,6 +26,7 @@ spring-boot-starter-actuator spring-boot-starter-parent spring-boot-starter-security + spring-boot-starter-test spring-boot-starter-tomcat spring-boot-starter-web spring-boot-starter-websocket diff --git a/spring-boot-starters/spring-boot-starter-test/.gitignore b/spring-boot-starters/spring-boot-starter-test/.gitignore new file mode 100644 index 0000000000..ea8c4bf7f3 --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-test/.gitignore @@ -0,0 +1 @@ +/target diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml new file mode 100644 index 0000000000..a473f690a6 --- /dev/null +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -0,0 +1,44 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starters + 0.5.0.BUILD-SNAPSHOT + + spring-boot-starter-test + jar + + ${basedir}/../.. + + + + ${project.groupId} + spring-boot-starter-logging + ${project.version} + + + junit + junit + + + org.mockito + mockito-core + + + org.hamcrest + hamcrest-library + + + org.springframework + spring-test + + + commons-logging + commons-logging + + + + +