rvesse commented on issue #2120:
URL: https://github.com/apache/jena/issues/2120#issuecomment-1838474312

   This looks like a dependency conflict between different versions of the 
Servlet API and Jetty
   
   You will need to look at your full `mvn dependency:tree` output to see what 
versions are being referenced (both directly and indirectly).  Remember that 
closest dependency wins in Maven if you have multiple paths to the same 
dependency.
   
   Once you've figured out where the multiple sources of Servlet API and/or 
Jetty dependencies are coming from you'll need to adjust your dependencies 
and/or exclusions appropriately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to