apupier opened a new issue, #3077:
URL: https://github.com/apache/drill/issues/3077
**Is your feature request related to a problem? Please describe.**
Currently there is a dependency to msgpack 0.6.6 which is from 2012. There
are newer version (0.9.12 from May 2026)
It is pulling JUnit 4.x as runtime dependencies (not test!) through
drill-common 1.22.0 -> msgpack 0.6.6 -> json-simple 1.1.1 -> junit 4.10
Latest surefire plugin 3.6.0) doesn't support Junit 4.11-, causing this kind
of error:
```
Caused by: org.apache.maven.plugin.MojoExecutionException: Surefire is not
compatible with JUnit 4.11 or older. Project version is 4.7
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo$JUnitPlatformProviderInfo.getProviderClasspath
(AbstractSurefireMojo.java:3224)
```
**Describe the solution you'd like**
Use recent version of msgpack without dependency on junit a compile time
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features
you've considered.
**Additional context**
Note that the artifact has been relocated from org:msgpack:msgpack to
org.msgpack:msgpack-core
--
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]