I try to make a java 15 maven project of a jaxws webservice using a embedded tomcat 10. My current project is on https://github.com/BeRoots/MeteoWS/tree/master/src/main/java
I'm not sure it's a good idea to make this project using the cargo-maven2-plugin instead of building this project from an Axis2 or CXF Java-First SOAP archtype. But I want to preserve this way if it's acceptable. More informations about this choice are welcome ;)
To explain my actual problem. I have an error when I run maven:build with the error:
SEVERE: Error configuring application listener of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener java.lang.NoClassDefFoundError: jakarta/servlet/ServletContextAttributeListener
If someone have an idea. Thanks in advance