Open stokito opened 4 years ago
BTW annotations-api.jar mising Bundle-Name: tomcat-annotations-api Bundle-SymbolicName: org.apache.tomcat-annotations-api
Thanks for your interest.
I don't really maintain this project anymore.
Nowadays, I rather use something like spring-boot-starter-tomcat
(scope compile or provided, depending on the packaging JAR/WAR) or something backed by a strong community. Or if not using Spring, we can still use org.apache.tomcat.embed:tomcat-embed-core
.
But I agree this doesn't really cover the same needs...
Can you send a letter to Tomcat dev list with a proposition to publish an official BOM? Thank you