[ 
https://issues.apache.org/jira/browse/BEAM-4540?focusedWorklogId=111092&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-111092
 ]

ASF GitHub Bot logged work on BEAM-4540:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Jun/18 15:31
            Start Date: 12/Jun/18 15:31
    Worklog Time Spent: 10m 
      Work Description: lukecwik opened a new pull request #5604: [BEAM-4540] 
Migrate junit/hamcrest to provided scope.
URL: https://github.com/apache/beam/pull/5604
 
 
   
   ------------------------
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
    - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   It will help us expedite review of your Pull Request if you tag someone 
(e.g. `@username`) to look at it.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 111092)
            Time Spent: 10m
    Remaining Estimate: 0h

> Hamcrest and JUnit are being leaked into the main path (should be test only)
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-4540
>                 URL: https://issues.apache.org/jira/browse/BEAM-4540
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>            Reporter: Ismaël Mejía
>            Assignee: Luke Cwik
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The sdks/java/io/google-cloud-platform module includes Hamcrest and JUnit as 
> a test dependency via shadowTest. However it seems both dependencies can be 
> resolved from the the main java path (src/main/java).
> I discovered this while checking at BEAM-4539. We should probably validate 
> the isolation level of shadowTest so deps don't leak to the main path 
> otherwise developers will start to use them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to