justinleet commented on issue #1557: METRON-2310: Remove 
metron-integration-test from compile dependencies
URL: https://github.com/apache/metron/pull/1557#issuecomment-552271257
 
 
   Example of jar contents before and after
   
   The resulting jar from this PR, which produces no results:
   ```
   jar -tf metron-elasticsearch-storm-0.7.2-uber-shaded.jar| grep 'mockito'
   ```
   
   From master:
   ```
   jar -tf metron-elasticsearch-storm-0.7.2-uber-master.jar | grep 'mockito' | 
head -n 10
   ```
   
   ```
   org/mockito/
   org/mockito/AdditionalAnswers.class
   org/mockito/AdditionalAnswers.java
   org/mockito/AdditionalMatchers.class
   org/mockito/AdditionalMatchers.java
   org/mockito/Answers.class
   org/mockito/Answers.java
   org/mockito/ArgumentCaptor.class
   org/mockito/ArgumentCaptor.java
   org/mockito/ArgumentMatcher.class
   ```

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


With regards,
Apache Git Services

Reply via email to