Skip to content
Snippets Groups Projects
Unverified Commit b647e5ac authored by Brian Carrier's avatar Brian Carrier Committed by GitHub
Browse files

Update build.xml

parent f2865349
Branches
No related tags found
No related merge requests found
......@@ -203,8 +203,12 @@
<copy file="${thirdparty.dir}/LICENSE-2.0.txt" todir="${ext.dir}" />
<!-- fetch all the dependencies from Ivy and stick them in the right places -->
<ivy:resolve log="quiet"/>
<!-- Make a report that lists out the dependencies that our JARs have -->
<ivy:report todir='${basedir}/build/ivy-reports' graph='true' xml='false'/>
<ivy:retrieve conf="core" pattern="${ext.dir}/[artifact]-[revision](-[classifier]).[ext]" />
<!-- ZooKeeper is currently (Jan 2022) pulling down Log4J 1. Delete it so that we use only v2 -->
<delete file="${basedir}/release/modules/ext/log4j-1.2.16.jar"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment