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
7270ca5c
Commit
7270ca5c
authored
Jan 16, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Remove deprecated Joda-Time support"
See gh-19699
parent
c4592e7d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
GrabCommandIntegrationTests.java
...springframework/boot/cli/GrabCommandIntegrationTests.java
+1
-1
grab.groovy
...ring-boot-cli/src/test/resources/grab-samples/grab.groovy
+1
-1
build.gradle
spring-boot-project/spring-boot-dependencies/build.gradle
+0
-7
No files found.
spring-boot-project/spring-boot-cli/src/test/java/org/springframework/boot/cli/GrabCommandIntegrationTests.java
View file @
7270ca5c
...
@@ -61,7 +61,7 @@ class GrabCommandIntegrationTests {
...
@@ -61,7 +61,7 @@ class GrabCommandIntegrationTests {
System
.
setProperty
(
"groovy.grape.report.downloads"
,
"true"
);
System
.
setProperty
(
"groovy.grape.report.downloads"
,
"true"
);
// Use --autoconfigure=false to limit the amount of downloaded dependencies
// Use --autoconfigure=false to limit the amount of downloaded dependencies
String
output
=
this
.
cli
.
grab
(
"grab.groovy"
,
"--autoconfigure=false"
);
String
output
=
this
.
cli
.
grab
(
"grab.groovy"
,
"--autoconfigure=false"
);
assertThat
(
new
File
(
this
.
cli
.
getTemp
(),
"repository/
joda-time/joda-tim
e"
)).
isDirectory
();
assertThat
(
new
File
(
this
.
cli
.
getTemp
(),
"repository/
com/fasterxml/jackson/core/jackson-cor
e"
)).
isDirectory
();
assertThat
(
output
).
contains
(
"Downloading: "
);
assertThat
(
output
).
contains
(
"Downloading: "
);
}
}
...
...
spring-boot-project/spring-boot-cli/src/test/resources/grab-samples/grab.groovy
View file @
7270ca5c
@Grab
(
'j
oda-tim
e'
)
@Grab
(
'j
ackson-cor
e'
)
class
GrabTest
{
class
GrabTest
{
}
}
spring-boot-project/spring-boot-dependencies/build.gradle
View file @
7270ca5c
...
@@ -911,13 +911,6 @@ bom {
...
@@ -911,13 +911,6 @@ bom {
]
]
}
}
}
}
library
(
'Joda Time'
,
'2.10.5'
)
{
group
(
'joda-time'
)
{
modules
=
[
'joda-time'
]
}
}
library
(
'Johnzon'
,
'1.2.2'
)
{
library
(
'Johnzon'
,
'1.2.2'
)
{
group
(
'org.apache.johnzon'
)
{
group
(
'org.apache.johnzon'
)
{
modules
=
[
modules
=
[
...
...
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