We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b8fa2 commit 3ebab31Copy full SHA for 3ebab31
sql/hive/pom.xml
@@ -80,6 +80,10 @@
80
<groupId>commons-logging</groupId>
81
<artifactId>commons-logging-api</artifactId>
82
</exclusion>
83
+ <exclusion>
84
+ <groupId>commons-lang</groupId>
85
+ <artifactId>commons-lang</artifactId>
86
+ </exclusion>
87
</exclusions>
88
</dependency>
89
<!-- hive-serde already depends on avro, but this brings in customized config of avro deps from parent -->
0 commit comments