You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/11/15 18:43:02 UTC

[GitHub] [metron] justinleet commented on issue #1561: METRON-2311: Remove JUnit from all our uber jars

justinleet commented on issue #1561: METRON-2311: Remove JUnit from all our uber jars
URL: https://github.com/apache/metron/pull/1561#issuecomment-554480438
 
 
   After a maven install of the project,
   
   ```
   find ./ -name "*uber*jar" | xargs -I{} jar tf {}  | grep junit
   ```
   
   shouldn't return any results.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services