Skip to content

Commit

Permalink
[bugfix] Download must be over https
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Dec 16, 2021
1 parent 1f643a9 commit b8db3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<echo message="Detected log4j2 version: ${log4j2.version}, downloading log4j-web-${log4j2.version}.jar..."/>

<property name="log4j2.web.artifact" value="log4j-web-${log4j2.version}.jar"/>
<property name="log4j2.web.url" value="http://search.maven.org/remotecontent?filepath=org/apache/logging/log4j/log4j-web/${log4j2.version}/${log4j2.web.artifact}"/>
<property name="log4j2.web.url" value="https://search.maven.org/remotecontent?filepath=org/apache/logging/log4j/log4j-web/${log4j2.version}/${log4j2.web.artifact}"/>

<mkdir dir="${war.tmp.libs}"/>
<get src="${log4j2.web.url}" dest="${war.tmp.libs}/${log4j2.web.artifact}" verbose="true" usetimestamp="true" skipexisting="true" tryGzipEncoding="true"/>
Expand Down

0 comments on commit b8db3b9

Please sign in to comment.