[
https://issues.apache.org/jira/browse/METRON-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Leet updated METRON-2310:
--------------------------------
Description:
Discovered while debugging https://github.com/apache/metron/pull/1554.
In several poms, we carry through metron-integration-test as a compile time
dependency. This means it gets pulled into the uber jar, and suddenly we have a
ton of mockito and other test time dependencies being carried through to what
we deploy.
was:
Discovered while debugging https://github.com/apache/metron/pull/1554.
In several poms, we carry through metron-integration-test as a compile time
dependency. This means it gets pulled into the uber jar, and suddenly we have a
ton of junit and other test time dependencies being carried through to what we
deploy.
> Remove metron-integration-test from compile dependencies
> --------------------------------------------------------
>
> Key: METRON-2310
> URL: https://issues.apache.org/jira/browse/METRON-2310
> Project: Metron
> Issue Type: Bug
> Reporter: Justin Leet
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Discovered while debugging https://github.com/apache/metron/pull/1554.
> In several poms, we carry through metron-integration-test as a compile time
> dependency. This means it gets pulled into the uber jar, and suddenly we have
> a ton of mockito and other test time dependencies being carried through to
> what we deploy.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)