-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude jackson stuff #4320
Comments
It seems right now that the culprit is neosemantics, |
Most of them are included via testImplementation and apt. There are also many included via compileOnly, These however exclude jackson, e.g. here via The only two included as “implementations” (and thus integrated into the built jar) are:
But atm they do not seem to give conflict problems. |
Exclude jackson stuff and optionally replicate the error with testContainer or so.
To replicate it, enable and run the new query API and got this error:
executing this one:
The text was updated successfully, but these errors were encountered: