You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/22 20:42:00 UTC

[jira] [Commented] (DRILL-5987) Two versions of javassist on the classpath

    [ https://issues.apache.org/jira/browse/DRILL-5987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16263311#comment-16263311 ] 

ASF GitHub Bot commented on DRILL-5987:
---------------------------------------

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 <ti...@apache.org>
Date:   2017-11-22T20:31:18Z

    DRILL-5987: Use one version of javassist

----


> Two versions of javassist on the classpath
> ------------------------------------------
>
>                 Key: DRILL-5987
>                 URL: https://issues.apache.org/jira/browse/DRILL-5987
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Timothy Farkas
>            Assignee: Timothy Farkas
>
> Selected output from maven dependency tree
> {code}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Logical Plan, Base expressions 1.12.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-dependency-plugin:2.10:tree (default-cli) @ drill-logical ---
> [INFO] org.apache.drill:drill-logical:jar:1.12.0-SNAPSHOT
> [INFO] +- org.apache.drill:drill-protocol:jar:1.12.0-SNAPSHOT:compile
> [INFO] |  +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
> [INFO] |  +- com.dyuproject.protostuff:protostuff-core:jar:1.0.8:compile
> [INFO] |  |  \- com.dyuproject.protostuff:protostuff-api:jar:1.0.8:compile
> [INFO] |  \- com.dyuproject.protostuff:protostuff-json:jar:1.0.8:compile
> [INFO] |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
> [INFO] +- org.apache.drill:drill-common:jar:1.12.0-SNAPSHOT:compile
> [INFO] +- org.apache.drill:drill-common:jar:tests:1.12.0-SNAPSHOT:test
> [INFO] +- junit:junit:jar:4.11:compile
> [INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:compile
> [INFO] +- org.apache.calcite:calcite-core:jar:1.4.0-drill-r23:compile
> [INFO] |  +- org.apache.calcite:calcite-avatica:jar:1.4.0-drill-r23:compile
> [INFO] |  +- org.apache.calcite:calcite-linq4j:jar:1.4.0-drill-r23:compile
> [INFO] |  +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] |  |  \- commons-pool:commons-pool:jar:1.5.4:compile
> [INFO] |  +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
> [INFO] |  +- net.hydromatic:eigenbase-properties:jar:1.1.5:compile
> [INFO] |  +- org.codehaus.janino:janino:jar:2.7.6:compile
> [INFO] |  +- org.codehaus.janino:commons-compiler:jar:2.7.6:compile
> [INFO] |  \- org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde:compile
> [INFO] |     \- commons-lang:commons-lang:jar:2.4:compile
> [INFO] +- com.typesafe:config:jar:1.0.0:compile
> [INFO] +- org.apache.commons:commons-lang3:jar:3.1:compile
> [INFO] +- org.msgpack:msgpack:jar:0.6.6:compile
> [INFO] |  +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
> [INFO] |  \- org.javassist:javassist:jar:3.16.1-GA:compile
> [INFO] +- org.reflections:reflections:jar:0.9.8:compile
> [INFO] |  +- javassist:javassist:jar:3.12.1.GA:compile
> [INFO] |  \- dom4j:dom4j:jar:1.6.1:compile
> [INFO] |     \- xml-apis:xml-apis:jar:1.0.b2:compile
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)