1
0

Fix typo in hoodie-presto-bundle (#818)

This commit is contained in:
Luke Zhu
2019-08-01 08:51:57 -07:00
committed by vinoth chandar
parent 6e0ff3a235
commit 171901a9d0

View File

@@ -192,9 +192,9 @@
<!--Provided by aws-java-sdk-core dependency in presto-hive connector--> <!--Provided by aws-java-sdk-core dependency in presto-hive connector-->
<exclude>org.apache.httpcomponents:*</exclude> <exclude>org.apache.httpcomponents:*</exclude>
<!--Provided by hive-hadoop2--> <!--Provided by hive-hadoop2-->
<excude>com.fasterxml.jackson.core:*</excude> <exclude>com.fasterxml.jackson.core:*</exclude>
<excude>com.fasterxml.jackson.datatype:jackson-datatype-guava</excude> <exclude>com.fasterxml.jackson.datatype:jackson-datatype-guava</exclude>
<excude>org.apache.parquet:*</excude> <exclude>org.apache.parquet:*</exclude>
</excludes> </excludes>
</artifactSet> </artifactSet>
<filters> <filters>