I'm not able to download the artifact for (maven):
<dependency>
<groupId>org.apache.tomcat.extras</groupId>
<artifactId>tomcat-extras-juli</artifactId>
<version>8.5.4</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.extras</groupId>
<artifactId>tomcat-extras-juli-adapters</artifactId>
<version>8.5.4</version>
</dependency>
Also the download links at http://tomcat.apache.org/download-80.cgi#8.5.4
for juli-adapters and log4j-juli give a 404.
Have these packages been removed or relocated?
Thanks.
- Tim Stewart.