Access to org.apache.tomcat in Jira 10

Hi folks,

I have been using this dependency since forever (Jira 7.3):

<dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-websocket</artifactId>
            <version>8.5.76</version>
            <scope>provided</scope>
</dependency>

I know it is not exactly officially supported, but it was always there. With Jira 10.0-m0004 this is now gone and I am unable to wire my app:

missing requirement [com.spartez.jira.plugins.support-chat [293](R 293.0)] osgi.wiring.package; (osgi.wiring.package=org.apache.tomcat)

Is there any chance I could get it back?

Janusz

You’re unlikely to get a response on a new thread, I’d put this into the existing platform 7 and Jira 10 threads. Only Atlassian can really help with this.