Imbruced commented on pull request #505:
URL: https://github.com/apache/incubator-sedona/pull/505#issuecomment-762455631
```xml
<exclusion>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
```
Exclusions cause the issue, I am not sure if that way is manageable from
Python side. Tried to use exclusions **spark.jars.excludes** without success.
Maybe we should keep this module as separate ? Or make all external
dependencies as provided and share the code with all dependencies packed ? WDYT
?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]