File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -316,10 +316,14 @@ com.fasterxml.jackson.module:jackson-module-scala_2.12
316316com.github.mifmif:generex
317317com.google.code.findbugs:jsr305
318318com.google.code.gson:gson
319+ com.google.errorprone:error_prone_annotations
319320com.google.flatbuffers:flatbuffers-java
321+ com.google.guava:failureaccess
320322com.google.guava:guava
323+ com.google.guava:listenablefuture
321324com.google.inject:guice
322325com.google.inject.extensions:guice-servlet
326+ com.google.j2objc:j2objc-annotations
323327com.twitter:parquet-hadoop-bundle
324328commons-cli:commons-cli
325329commons-dbcp:commons-dbcp
@@ -471,6 +475,7 @@ MIT License
471475-----------
472476
473477com.microsoft.sqlserver:mssql-jdbc
478+ org.checkerframework:checker-qual
474479org.typelevel:spire_2.12
475480org.typelevel:spire-macros_2.12
476481org.typelevel:spire-platform_2.12
Original file line number Diff line number Diff line change 8080 that the libraries Spark depend on have it available. We'll package the version that Spark
8181 uses which is not the same as Hadoop dependencies, but works.
8282
83- TODO: consider removing this. It's only required by a few libraries such as
83+ TODO(SPARK-36676) : consider removing this. It's only required by a few libraries such as
8484 curator-client. See https://cwiki.apache.org/confluence/display/CURATOR/TN13) on why
8585 curator imposes a hard dependency on Guava.
8686 -->
Original file line number Diff line number Diff line change 188188 <javax .jdo.version>3.0.1</javax .jdo.version>
189189 <stax-api .version>1.0.1</stax-api .version>
190190 <guava .version>30.1.1-jre</guava .version>
191+ <hive .guava.version>14.0.1</hive .guava.version>
191192 <janino .version>3.0.16</janino .version>
192193 <jersey .version>2.34</jersey .version>
193194 <joda .version>2.10.10</joda .version>
Original file line number Diff line number Diff line change 8282 <dependency >
8383 <groupId >com.google.guava</groupId >
8484 <artifactId >guava</artifactId >
85- <version >14.0.1 </version >
85+ <version >${hive.guava.version} </version >
8686 <scope >compile</scope >
8787 <optional >true</optional >
8888 </dependency >
You can’t perform that action at this time.
0 commit comments