Repository: metron Updated Branches: refs/heads/master 0eeb3a379 -> 939eb73bc
METRON-1598 NoClassDefFoundError when running with Elasticsearch X-Pack (nickwallen) closes apache/metron#1048 Project: http://git-wip-us.apache.org/repos/asf/metron/repo Commit: http://git-wip-us.apache.org/repos/asf/metron/commit/939eb73b Tree: http://git-wip-us.apache.org/repos/asf/metron/tree/939eb73b Diff: http://git-wip-us.apache.org/repos/asf/metron/diff/939eb73b Branch: refs/heads/master Commit: 939eb73bce9cd7f7af58d95e9201fc08d2f9b92e Parents: 0eeb3a3 Author: nickwallen <[email protected]> Authored: Tue Jun 5 10:51:11 2018 -0400 Committer: nickallen <[email protected]> Committed: Tue Jun 5 10:51:11 2018 -0400 ---------------------------------------------------------------------- metron-deployment/Kerberos-manual-setup.md | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metron/blob/939eb73b/metron-deployment/Kerberos-manual-setup.md ---------------------------------------------------------------------- diff --git a/metron-deployment/Kerberos-manual-setup.md b/metron-deployment/Kerberos-manual-setup.md index 4ba39a9..0b84236 100644 --- a/metron-deployment/Kerberos-manual-setup.md +++ b/metron-deployment/Kerberos-manual-setup.md @@ -628,10 +628,6 @@ The last step before restarting the topology is to create a custom X-Pack shaded <exclusions> <exclusion> <groupId>com.fasterxml.jackson.dataformat</groupId> - <artifactId>jackson-dataformat-smile</artifactId> - </exclusion> - <exclusion> - <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> </exclusion> <exclusion>
