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-->
<exclude>org.apache.httpcomponents:*</exclude>
<!--Provided by hive-hadoop2-->
<excude>com.fasterxml.jackson.core:*</excude>
<excude>com.fasterxml.jackson.datatype:jackson-datatype-guava</excude>
<excude>org.apache.parquet:*</excude>
<exclude>com.fasterxml.jackson.core:*</exclude>
<exclude>com.fasterxml.jackson.datatype:jackson-datatype-guava</exclude>
<exclude>org.apache.parquet:*</exclude>
</excludes>
</artifactSet>
<filters>