File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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>
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 >
You can’t perform that action at this time.
0 commit comments