You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Daniel Halperin (JIRA)" <ji...@apache.org> on 2016/10/24 22:11:58 UTC

[jira] [Created] (BEAM-812) Shade guava in beam-sdks-java-io-google-cloud-platform

Daniel Halperin created BEAM-812:
------------------------------------

             Summary: Shade guava in beam-sdks-java-io-google-cloud-platform
                 Key: BEAM-812
                 URL: https://issues.apache.org/jira/browse/BEAM-812
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-gcp
            Reporter: Daniel Halperin
            Assignee: Daniel Halperin
             Fix For: 0.4.0-incubating


Looking at 0.3.0-incubating RC1, we are not properly shading Guava.

https://repository.apache.org/content/repositories/staging/org/apache/beam/beam-sdks-java-io-google-cloud-platform/0.3.0-incubating/beam-sdks-java-io-google-cloud-platform-0.3.0-incubating.pom

has 

{code}
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
</dependency
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)