GitHub user ilooner opened a pull request:
https://github.com/apache/drill/pull/1048
DRILL-5987: Use one version of javassist
There were two different versions of javassist being pulled in by
**msgpack** and **reflections**. This makes sure only one version is included.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ilooner/drill DRILL-5987
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1048.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 #1048
----
commit 23e82f4c73afbad66cab110dd06c672adcea6984
Author: Timothy Farkas <[email protected]>
Date: 2017-11-22T20:31:18Z
DRILL-5987: Use one version of javassist
----
---