You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sindhurirayavaram <gi...@git.apache.org> on 2017/08/10 19:53:34 UTC

[GitHub] drill pull request #903: DRILL-5712: Update the pom files with dependency ex...

GitHub user sindhurirayavaram opened a pull request:

    https://github.com/apache/drill/pull/903

    DRILL-5712: Update the pom files with dependency exclusions for commons-codec

    In java-exec, we are adding a dependency for commons-codec of version 1.10. Other dependencies like hadoop-common, parquet-column etc are trying to download different versions for common codec. Exclusions should be added for common-codec in these dependencies.
    This change has added exclusions in all the pom.xml files.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sindhurirayavaram/drill DRILL-5712

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/903.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 #903
    
----
commit 88389f83e7c786c47c907b73a086d677a224778a
Author: Sindhuri Rayavaram <si...@mapr.local>
Date:   2017-08-10T19:50:58Z

    DRILL-5712: Update the pom files with dependency exclusions for commons-codec

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] drill pull request #903: DRILL-5712: Update the pom files with dependency ex...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/drill/pull/903


---

[GitHub] drill issue #903: DRILL-5712: Update the pom files with dependency exclusion...

Posted by paul-rogers <gi...@git.apache.org>.
Github user paul-rogers commented on the issue:

    https://github.com/apache/drill/pull/903
  
    @sindhurirayavaram, will you be able to rebase this & squash commits? Then I can merge it into master. Thanks! 


---

[GitHub] drill issue #903: DRILL-5712: Update the pom files with dependency exclusion...

Posted by paul-rogers <gi...@git.apache.org>.
Github user paul-rogers commented on the issue:

    https://github.com/apache/drill/pull/903
  
    @sindhurirayavaram, please rebase this onto the latest master; looks like some stray commits have found their way into this PR.


---