Skip to content

Commit 18fb1ff

Browse files
committed
exclude kryo in hive pom
1 parent fa21d09 commit 18fb1ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sql/hive/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
<groupId>commons-logging</groupId>
6666
<artifactId>commons-logging</artifactId>
6767
</exclusion>
68+
<exclusion>
69+
<groupId>com.esotericsoftware.kryo</groupId>
70+
<artifactId>kryo</artifactId>
71+
</exclusion>
6872
</exclusions>
6973
</dependency>
7074
<dependency>

0 commit comments

Comments
 (0)