[
https://issues.apache.org/jira/browse/METRON-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304205#comment-15304205
]
ASF GitHub Bot commented on METRON-152:
---------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/135#discussion_r64924182
--- Diff: metron-platform/metron-elasticsearch/pom.xml ---
@@ -206,6 +220,16 @@
<goal>shade</goal>
</goals>
<configuration>
+ <relocations>
+ <relocation>
+ <pattern>com.google.common</pattern>
+
<shadedPattern>org.apache.metron.guava.metron-elasticsearch</shadedPattern>
+ </relocation>
--- End diff --
Are we shading the wrong jar here? Shouldn't this be
`<pattern>com.google.guava</pattern>`?
> Add support for ES 2.3.x and Kibana 4.5.0
> -----------------------------------------
>
> Key: METRON-152
> URL: https://issues.apache.org/jira/browse/METRON-152
> Project: Metron
> Issue Type: Improvement
> Reporter: David M. Lyle
> Assignee: David M. Lyle
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)