You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Scott Wegner (JIRA)" <ji...@apache.org> on 2016/08/15 22:13:20 UTC

[jira] [Created] (BEAM-557) Test-scoped dependencies should be excluded from shading package relocation

Scott Wegner created BEAM-557:
---------------------------------

             Summary: Test-scoped dependencies should be excluded from shading package relocation
                 Key: BEAM-557
                 URL: https://issues.apache.org/jira/browse/BEAM-557
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Scott Wegner
            Assignee: Scott Wegner
            Priority: Minor


Currently, guava-testlib is being relocated as part of the shading process, but test-scope dependencies aren't bundled in the uber-jar. As a result, the output JAR is unusable without recreating the same shading rules in a consuming project.

Note that this does not effect our maven test process because tests are run on the unshaded JAR.



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