zmanji opened a new issue, #2228: URL: https://github.com/apache/fury/issues/2228
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/fury/issues) and found no similar issues. ### Version The `fury-extensions` jar incorrectly specifies `fury-test-core` as a compile time dependency instead of a test dependency. Since `fury-test-core` is not published this means gradle/maven will fail to resolve the dependency. The problem is rooted in the `pom.xml`. In `fury-core` the `fury-test-core` dep is marked as test only: https://github.com/apache/fury/blob/45aa92a1a03aa951ec7be319d3d24fbce7939382/java/fury-core/pom.xml#L73 However in `fury-extensions` it's not: https://github.com/apache/fury/blob/45aa92a1a03aa951ec7be319d3d24fbce7939382/java/fury-extensions/pom.xml#L75 ### Component(s) Java ### Minimal reproduce step Try to add `fury-extensions` to a maven project. ### What did you expect to see? No errors ### What did you see instead? Error about failing to resolve `fury-test-core` which is a unpublished compile dep. ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
