Commit 6b353fb0 authored by Andy Wilkinson's avatar Andy Wilkinson

Move spring-boot-test-support into spring-boot-tools

Closes gh-8114
parent f823599d
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
<module>spring-boot-dependencies</module> <module>spring-boot-dependencies</module>
<module>spring-boot-parent</module> <module>spring-boot-parent</module>
<module>spring-boot-tools</module> <module>spring-boot-tools</module>
<module>spring-boot-test-support</module>
<module>spring-boot</module> <module>spring-boot</module>
<module>spring-boot-test</module> <module>spring-boot-test</module>
<module>spring-boot-autoconfigure</module> <module>spring-boot-autoconfigure</module>
...@@ -114,7 +113,6 @@ ...@@ -114,7 +113,6 @@
<modules> <modules>
<module>spring-boot-dependencies</module> <module>spring-boot-dependencies</module>
<module>spring-boot-parent</module> <module>spring-boot-parent</module>
<module>spring-boot-test-support</module>
<module>spring-boot-tools</module> <module>spring-boot-tools</module>
</modules> </modules>
<build> <build>
......
...@@ -20,13 +20,14 @@ ...@@ -20,13 +20,14 @@
<main.basedir>${basedir}/..</main.basedir> <main.basedir>${basedir}/..</main.basedir>
</properties> </properties>
<modules> <modules>
<module>spring-boot-antlib</module>
<module>spring-boot-autoconfigure-processor</module> <module>spring-boot-autoconfigure-processor</module>
<module>spring-boot-configuration-metadata</module> <module>spring-boot-configuration-metadata</module>
<module>spring-boot-configuration-processor</module> <module>spring-boot-configuration-processor</module>
<module>spring-boot-gradle-plugin</module>
<module>spring-boot-loader</module> <module>spring-boot-loader</module>
<module>spring-boot-loader-tools</module> <module>spring-boot-loader-tools</module>
<module>spring-boot-maven-plugin</module> <module>spring-boot-maven-plugin</module>
<module>spring-boot-gradle-plugin</module> <module>spring-boot-test-support</module>
<module>spring-boot-antlib</module>
</modules> </modules>
</project> </project>
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId> <artifactId>spring-boot-tools</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version> <version>1.5.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-test-support</artifactId> <artifactId>spring-boot-test-support</artifactId>
<name>Spring Boot Testing Support</name> <name>Spring Boot Testing Support</name>
...@@ -17,7 +16,7 @@ ...@@ -17,7 +16,7 @@
<url>http://www.spring.io</url> <url>http://www.spring.io</url>
</organization> </organization>
<properties> <properties>
<main.basedir>${basedir}/..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>
</properties> </properties>
<dependencies> <dependencies>
<!-- Provided --> <!-- Provided -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment