We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff84e1 commit 969eebcCopy full SHA for 969eebc
dumper/lib-ext-hive-metastore/build.gradle
@@ -113,7 +113,7 @@ shadowJar {
113
exclude(dependency('org.datanucleus:.*')) // can't be safely shadowed
114
}
115
116
- exclude 'META-INF/versions/**' // // Exclude the specific Java 8+ deps versions
+ exclude 'META-INF/versions/**' // Exclude the specific Java 8+ deps versions
117
118
relocate 'org.apache.thrift', 'shadow.org.apache.thrift' // this is the whole point of doing this
119
relocate 'com.google.common', 'shadow.com.google.common'
0 commit comments