Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/785#discussion_r143542088 --- 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 -- Just so I'm clear, are these additions of "provided" scope along with the "createDependencyReducedPom=false" flag done to remove the embedding of metron-hbase and metron-parsers within the rest API?
---