Skip to content

Commit 1fe8558

Browse files
committed
Manage the version of org.apache.ivy:ivy
1 parent 2e615a7 commit 1fe8558

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,10 @@
13741374
<org.codehaus.groovy.groovy-xml.version>${groovy-xml.version}</org.codehaus.groovy.groovy-xml.version>
13751375
<org.codehaus.groovy.groovy-yaml.version>${groovy-yaml.version}</org.codehaus.groovy.groovy-yaml.version>
13761376

1377+
<!-- Apache Ivy - https://ant.apache.org/ivy/ -->
1378+
<ivy.version>2.5.1</ivy.version>
1379+
<org.apache.ivy.ivy.version>${ivy.version}</org.apache.ivy.ivy.version>
1380+
13771381
<!-- Apache Log4j - https://logging.apache.org/log4j/2.x/ -->
13781382
<log4j.version>2.20.0</log4j.version>
13791383
<log4j-api.version>${log4j.version}</log4j-api.version>
@@ -4308,6 +4312,13 @@
43084312
<version>${org.codehaus.groovy.groovy-yaml.version}</version>
43094313
</dependency>
43104314

4315+
<!-- Apache Ivy - https://ant.apache.org/ivy/ -->
4316+
<dependency>
4317+
<groupId>org.apache.ivy</groupId>
4318+
<artifactId>ivy</artifactId>
4319+
<version>${org.apache.ivy.ivy.version}</version>
4320+
</dependency>
4321+
43114322
<!-- Apache Log4j - https://logging.apache.org/log4j/ -->
43124323
<dependency>
43134324
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)