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
933a8514
Commit
933a8514
authored
Jun 03, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x'
Closes gh-21669
parents
f041be88
daeca9f3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
18 deletions
+12
-18
build.gradle
...t-project/spring-boot-actuator-autoconfigure/build.gradle
+3
-4
build.gradle
spring-boot-project/spring-boot-actuator/build.gradle
+1
-2
build.gradle
spring-boot-project/spring-boot-devtools/build.gradle
+2
-3
build.gradle
...boot-project/spring-boot-properties-migrator/build.gradle
+2
-3
build.gradle
...-boot-project/spring-boot-test-autoconfigure/build.gradle
+3
-4
build.gradle
spring-boot-project/spring-boot-test/build.gradle
+1
-2
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle
View file @
933a8514
...
@@ -23,12 +23,11 @@ dependencies {
...
@@ -23,12 +23,11 @@ dependencies {
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot-actuator"
))
api
(
project
(
":spring-boot-project:spring-boot-actuator"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
api
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
implementation
(
"com.fasterxml.jackson.core:jackson-databind"
)
implementation
(
"com.fasterxml.jackson.core:jackson-databind"
)
implementation
(
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
)
implementation
(
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
)
implementation
(
"org.springframework:spring-core"
)
implementation
(
"org.springframework:spring-context"
)
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
"ch.qos.logback:logback-classic"
)
optional
(
"ch.qos.logback:logback-classic"
)
...
...
spring-boot-project/spring-boot-actuator/build.gradle
View file @
933a8514
...
@@ -10,8 +10,7 @@ description = "Spring Boot Actuator"
...
@@ -10,8 +10,7 @@ description = "Spring Boot Actuator"
dependencies
{
dependencies
{
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
"com.fasterxml.jackson.core:jackson-databind"
)
optional
(
"com.fasterxml.jackson.core:jackson-databind"
)
...
...
spring-boot-project/spring-boot-devtools/build.gradle
View file @
933a8514
...
@@ -16,9 +16,8 @@ configurations {
...
@@ -16,9 +16,8 @@ configurations {
dependencies
{
dependencies
{
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
api
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
implementation
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
intTestDependencies
(
project
(
":spring-boot-project:spring-boot-starters:spring-boot-starter-web"
))
intTestDependencies
(
project
(
":spring-boot-project:spring-boot-starters:spring-boot-starter-web"
))
...
...
spring-boot-project/spring-boot-properties-migrator/build.gradle
View file @
933a8514
...
@@ -9,9 +9,8 @@ description = "Spring Boot Properties Migrator"
...
@@ -9,9 +9,8 @@ description = "Spring Boot Properties Migrator"
dependencies
{
dependencies
{
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
api
(
project
(
":spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata"
))
implementation
(
project
(
":spring-boot-project:spring-boot-tools:spring-boot-configuration-metadata"
))
testImplementation
(
project
(
":spring-boot-project:spring-boot-test"
))
testImplementation
(
project
(
":spring-boot-project:spring-boot-test"
))
testImplementation
(
"org.junit.jupiter:junit-jupiter"
)
testImplementation
(
"org.junit.jupiter:junit-jupiter"
)
...
...
spring-boot-project/spring-boot-test-autoconfigure/build.gradle
View file @
933a8514
...
@@ -10,10 +10,9 @@ description = "Spring Boot Test AutoConfigure"
...
@@ -10,10 +10,9 @@ description = "Spring Boot Test AutoConfigure"
dependencies
{
dependencies
{
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
api
(
project
(
":spring-boot-project:spring-boot-test"
))
implementation
(
project
(
":spring-boot-project:spring-boot-test"
))
api
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
implementation
(
project
(
":spring-boot-project:spring-boot-autoconfigure"
))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
"javax.json.bind:javax.json.bind-api"
)
optional
(
"javax.json.bind:javax.json.bind-api"
)
...
...
spring-boot-project/spring-boot-test/build.gradle
View file @
933a8514
...
@@ -11,8 +11,7 @@ description = "Spring Boot Test"
...
@@ -11,8 +11,7 @@ description = "Spring Boot Test"
dependencies
{
dependencies
{
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot"
))
implementation
(
project
(
":spring-boot-project:spring-boot"
))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
optional
(
"com.fasterxml.jackson.core:jackson-databind"
)
optional
(
"com.fasterxml.jackson.core:jackson-databind"
)
...
...
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