Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/904#discussion_r132930206 --- Diff: contrib/format-maprdb/pom.xml --- @@ -75,6 +75,12 @@ <dependency> <groupId>com.mapr.fs</groupId> <artifactId>mapr-hbase</artifactId> + <exclusions> + <exclusion> + <artifactId>commons-codec</artifactId> + <groupId>commons-codec</groupId> + </exclusion> + </exclusions> --- End diff -- I think it would be better to create another Jira and move these changes in the pom files there since it does not connect with the issue described in DRILL-5717.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---