You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dhalperi <gi...@git.apache.org> on 2017/05/08 18:37:43 UTC

[GitHub] beam pull request #2957: [BEAM-2190] Cherry-pick #2934 into release-2.0.0

GitHub user dhalperi opened a pull request:

    https://github.com/apache/beam/pull/2957

    [BEAM-2190] Cherry-pick #2934 into release-2.0.0

    This cherry-picks #2934 
    
    R: @davorbonaci 
    
    ---
    
    Even if Beam appears to have the correct dependencies, we cannot
    guarantee that modules that depend on us transitively get the right
    dependencies. For example, even though grpc-protobuf-lite has
    protobuf-lite excluded, and the Maven Enforcer banned-dependencies
    check passes... if a user happens to get a transitive dependency on
    grpc-all first, they may pull in grpc-protobuf from that other source
    without the exclusion. Thus we need to exclude protobuf-lite from
    grpc-all as well.
    
    While we're here, also add guava-jdk5 to the set of banned dependencies,
    though (as above) we cannot currently properly identify the places it
    might be transitively exposed in a users' pom.xml.

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

    $ git pull https://github.com/dhalperi/beam cp-2934

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

    https://github.com/apache/beam/pull/2957.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 #2957
    
----

----


---
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] beam pull request #2957: [BEAM-2190] Cherry-pick #2934 into release-2.0.0

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

    https://github.com/apache/beam/pull/2957


---
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.
---