AronBuzogany opened a new issue, #2120: URL: https://github.com/apache/jena/issues/2120
### Version 4.6.1 ### Question When switching from: ``` <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-jre8</artifactId> <version>2.35.0</version> ``` to ``` <groupId>org.wiremock</groupId> <artifactId>wiremock</artifactId> <version>3.3.1</version> ``` in my pom.xml and rebuilding my project I get the following error: ``` java.lang.IncompatibleClassChangeError: Class org.eclipse.jetty.servlet.ServletContextHandler$Context does not implement the requested interface javax.servlet.ServletContext ``` in `org.apache.jena.fuseki.Fuseki.setVerbose` I am using: ``` <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> ``` I tried different versions of javax.servlet, but none of them resolved the issue, nor did other Jena versions. What does this error mean? How can I solve it? -- 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]
