You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by GitBox <gi...@apache.org> on 2021/01/18 20:24:42 UTC

[GitHub] [incubator-sedona] Imbruced commented on pull request #505: Change the project structure according to the voting result

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:
users@infra.apache.org