Commit 816c236e authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x'

parents 4445bb6c ee72e788
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<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-junit-runners</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>
......
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -637,7 +637,7 @@ ...@@ -637,7 +637,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -201,12 +201,13 @@ ...@@ -201,12 +201,13 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId> <artifactId>spring-boot-test</artifactId>
<type>test-jar</type>
<version>2.0.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
...@@ -216,8 +217,7 @@ ...@@ -216,8 +217,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId> <artifactId>spring-boot-test-support</artifactId>
<type>test-jar</type>
<version>2.0.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -732,7 +732,7 @@ ...@@ -732,7 +732,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<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-junit-runners</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>
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
<version>2.0.0.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-boot-parent</relativePath> <relativePath>../spring-boot-parent</relativePath>
</parent> </parent>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<name>Spring Boot JUnit Runners</name> <name>Spring Boot Testing Support</name>
<description>Spring Boot JUnit Runners</description> <description>Spring Boot Testing Support</description>
<url>http://projects.spring.io/spring-boot/</url> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>
<name>Pivotal Software, Inc.</name> <name>Pivotal Software, Inc.</name>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
<!-- Test --> <!-- Test -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId> <artifactId>spring-boot-test-support</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
......
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