jiayuasu commented on issue #1055: URL: https://github.com/apache/sedona/issues/1055#issuecomment-1858219723
@zachtrong This might be caused by the shaded jar of Sedona which shaded the `commons`. Since you are using gradle which can handle maven coordinates, please use the unshaded version of Sedona `sedona-spark` (https://sedona.apache.org/1.5.0/setup/maven-coordinates/#use-sedona-unshaded-jars) If it still has the problem, please remove the `geotools-wrapper` from the dependencies as it might also shade `commons`. If you run into any issue about missing geotools, please add geotools dependencies manually: https://github.com/jiayuasu/geotools-wrapper/blob/main/pom.xml#L74 -- 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]
