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
05e7cd6f
Commit
05e7cd6f
authored
Feb 03, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20022 from dreis2211
* pr/20022: Upgrade to Ivy 2.5.0 Closes gh-20022
parents
cde92f0c
e4a95a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.gradle
...project/spring-boot-tools/spring-boot-antlib/build.gradle
+1
-1
build.gradle
...-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle
+1
-1
No files found.
spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle
View file @
05e7cd6f
...
@@ -18,7 +18,7 @@ configurations {
...
@@ -18,7 +18,7 @@ configurations {
dependencies
{
dependencies
{
antUnit
"org.apache.ant:ant-antunit:1.3"
antUnit
"org.apache.ant:ant-antunit:1.3"
antIvy
"org.apache.ivy:ivy:2.
4
.0"
antIvy
"org.apache.ivy:ivy:2.
5
.0"
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle
View file @
05e7cd6f
...
@@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
...
@@ -23,7 +23,7 @@ plugins.withType(EclipsePlugin) {
}
}
dependencies
{
dependencies
{
antDependencies
"org.apache.ivy:ivy:2.
4
.0"
antDependencies
"org.apache.ivy:ivy:2.
5
.0"
antDependencies
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-antlib"
)
antDependencies
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-antlib"
)
antDependencies
"org.apache.ant:ant-launcher:1.10.7"
antDependencies
"org.apache.ant:ant-launcher:1.10.7"
antDependencies
"org.apache.ant:ant:1.10.7"
antDependencies
"org.apache.ant:ant:1.10.7"
...
...
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