On Wed, 30 Dec 2020 17:22:53 +0100 Ricardo Wurmus wrote: > Here’s the list: [..] > tools/lib/tomcat/ant-launcher-1.7.1.jar > tools/lib/tomcat/catalina-1.0.jar > tools/lib/tomcat/catalina-optional-1.0.jar > tools/lib/tomcat/commons-beanutils-1.6.jar > tools/lib/tomcat/commons-collections-3.1.jar > tools/lib/tomcat/commons-digester-1.5.jar > tools/lib/tomcat/commons-el-1.0.jar > tools/lib/tomcat/commons-logging-1.0.jar > tools/lib/tomcat/commons-modeler-1.1.jar > tools/lib/tomcat/servlet-api-2.4.jar > tools/lib/tomcat/servlet-api-2.5.jar > tools/lib/tomcat/tomcat-servlet-api-8.0.28.jar It's of cause useful to look into the java-tomcat package, we have some of these in the lib/ directory. Others are dependencies of Tomcat or are directly built as its own packages from Apache Commons. Maybe it's more work, but some dependencies could also be built with the newly maven-build-system? Björn