Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/785#discussion_r143552937 --- Diff: metron-interface/metron-rest/pom.xml --- @@ -163,6 +163,7 @@ <groupId>org.apache.metron</groupId> <artifactId>metron-parsers</artifactId> <version>${project.parent.version}</version> + <scope>provided</scope> --- End diff -- Yep, there's no reason to do that, the REST API can load dependencies from the classpath.
---