[
https://issues.apache.org/jira/browse/DRILL-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222311#comment-16222311
]
ASF GitHub Bot commented on DRILL-5911:
---------------------------------------
GitHub user vvysotskyi opened a pull request:
https://github.com/apache/drill/pull/1012
DRILL-5911: Upgrade esri-geometry-api version to 2.0.0 to avoid depen…
…dency on org.json library
Please see [DRILL-5911](https://issues.apache.org/jira/browse/DRILL-5911)
for details.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vvysotskyi/drill DRILL-5911
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1012.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1012
----
commit 87e892515bfd731a088a3e03ffdc0bef184cf29c
Author: Volodymyr Vysotskyi <[email protected]>
Date: 2017-10-27T14:45:17Z
DRILL-5911: Upgrade esri-geometry-api version to 2.0.0 to avoid dependency
on org.json library
----
> Upgrade esri-geometry-api version to 2.0.0 to avoid dependency on org.json
> library
> ----------------------------------------------------------------------------------
>
> Key: DRILL-5911
> URL: https://issues.apache.org/jira/browse/DRILL-5911
> Project: Apache Drill
> Issue Type: Task
> Affects Versions: 1.11.0
> Reporter: Volodymyr Vysotskyi
> Assignee: Volodymyr Vysotskyi
> Fix For: 1.12.0
>
>
> Currently, {{drill-gis}} module uses {{esri-geometry-api}} library version
> 1.2.1. This version of the library has the dependency on {{org.json}} library:
> {noformat}
> [INFO] org.apache.drill.contrib:drill-gis:jar:1.12.0-SNAPSHOT
> [INFO] \- com.esri.geometry:esri-geometry-api:jar:1.2.1:compile
> [INFO] \- org.json:json:jar:20090211:compile
> {noformat}
> In {{esri-geometry-api}} v.2.0.0 this dependency on {{org.json}} was removed:
> https://github.com/Esri/geometry-api-java/commit/9bedde397f2f61675bc687b95875893aa7cd7f2f.
>
> So we need also update the version of this library to avoid transitive
> dependency on {{org.json}} form {{drill-gis}} module.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)