Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
816c236e
Commit
816c236e
authored
Dec 01, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
4445bb6c
ee72e788
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
15 additions
and
15 deletions
+15
-15
pom.xml
pom.xml
+1
-1
pom.xml
spring-boot-actuator/pom.xml
+1
-1
pom.xml
spring-boot-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+3
-3
pom.xml
spring-boot-devtools/pom.xml
+1
-1
pom.xml
spring-boot-docs/pom.xml
+1
-1
pom.xml
spring-boot-full-build/pom.xml
+1
-1
pom.xml
spring-boot-test-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-test-support/pom.xml
+3
-3
ClassPathExclusions.java
...work/boot/junit/runner/classpath/ClassPathExclusions.java
+0
-0
ClassPathOverrides.java
...ework/boot/junit/runner/classpath/ClassPathOverrides.java
+0
-0
ModifiedClassPathRunner.java
.../boot/junit/runner/classpath/ModifiedClassPathRunner.java
+0
-0
package-info.java
...ngframework/boot/junit/runner/classpath/package-info.java
+0
-0
package-info.java
...a/org/springframework/boot/junit/runner/package-info.java
+0
-0
ModifiedClassPathRunnerExclusionsTests.java
...ner/classpath/ModifiedClassPathRunnerExclusionsTests.java
+0
-0
ModifiedClassPathRunnerOverridesTests.java
...nner/classpath/ModifiedClassPathRunnerOverridesTests.java
+0
-0
pom.xml
spring-boot-test/pom.xml
+1
-1
pom.xml
spring-boot/pom.xml
+1
-1
No files found.
pom.xml
View file @
816c236e
...
...
@@ -81,7 +81,7 @@
<module>
spring-boot-dependencies
</module>
<module>
spring-boot-parent
</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-test
</module>
<module>
spring-boot-autoconfigure
</module>
...
...
spring-boot-actuator/pom.xml
View file @
816c236e
...
...
@@ -279,7 +279,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot-autoconfigure/pom.xml
View file @
816c236e
...
...
@@ -637,7 +637,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot-dependencies/pom.xml
View file @
816c236e
...
...
@@ -201,12 +201,13 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test
</artifactId>
<version>
2.0.0.BUILD-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-test
</artifactId>
<type>
test-jar
</type>
<version>
2.0.0.BUILD-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
@@ -216,8 +217,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-test
</artifactId>
<type>
test-jar
</type>
<artifactId>
spring-boot-test-support
</artifactId>
<version>
2.0.0.BUILD-SNAPSHOT
</version>
</dependency>
<dependency>
...
...
spring-boot-devtools/pom.xml
View file @
816c236e
...
...
@@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot-docs/pom.xml
View file @
816c236e
...
...
@@ -732,7 +732,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
spring-boot-full-build/pom.xml
View file @
816c236e
...
...
@@ -48,7 +48,7 @@
<module>
../spring-boot-dependencies
</module>
<module>
../spring-boot-parent
</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-test
</module>
<module>
../spring-boot-autoconfigure
</module>
...
...
spring-boot-test-autoconfigure/pom.xml
View file @
816c236e
...
...
@@ -130,7 +130,7 @@
<!-- Test -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot-
junit-runners
/pom.xml
→
spring-boot-
test-support
/pom.xml
View file @
816c236e
...
...
@@ -8,9 +8,9 @@
<version>
2.0.0.BUILD-SNAPSHOT
</version>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<name>
Spring Boot
JUnit Runners
</name>
<description>
Spring Boot
JUnit Runners
</description>
<artifactId>
spring-boot-
test-support
</artifactId>
<name>
Spring Boot
Testing Support
</name>
<description>
Spring Boot
Testing Support
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<name>
Pivotal Software, Inc.
</name>
...
...
spring-boot-
junit-runners
/src/main/java/org/springframework/boot/junit/runner/classpath/ClassPathExclusions.java
→
spring-boot-
test-support
/src/main/java/org/springframework/boot/junit/runner/classpath/ClassPathExclusions.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/main/java/org/springframework/boot/junit/runner/classpath/ClassPathOverrides.java
→
spring-boot-
test-support
/src/main/java/org/springframework/boot/junit/runner/classpath/ClassPathOverrides.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/main/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunner.java
→
spring-boot-
test-support
/src/main/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunner.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/main/java/org/springframework/boot/junit/runner/classpath/package-info.java
→
spring-boot-
test-support
/src/main/java/org/springframework/boot/junit/runner/classpath/package-info.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/main/java/org/springframework/boot/junit/runner/package-info.java
→
spring-boot-
test-support
/src/main/java/org/springframework/boot/junit/runner/package-info.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/test/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunnerExclusionsTests.java
→
spring-boot-
test-support
/src/test/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunnerExclusionsTests.java
View file @
816c236e
File moved
spring-boot-
junit-runners
/src/test/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunnerOverridesTests.java
→
spring-boot-
test-support
/src/test/java/org/springframework/boot/junit/runner/classpath/ModifiedClassPathRunnerOverridesTests.java
View file @
816c236e
File moved
spring-boot-test/pom.xml
View file @
816c236e
...
...
@@ -120,7 +120,7 @@
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
spring-boot/pom.xml
View file @
816c236e
...
...
@@ -248,7 +248,7 @@
<!-- Test -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-
junit-runners
</artifactId>
<artifactId>
spring-boot-
test-support
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment