Skip to content

Commit 6b57ccc

Browse files
committed
license and variable
1 parent 05e641b commit 6b57ccc

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

LICENSE-binary

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,14 @@ com.fasterxml.jackson.module:jackson-module-scala_2.12
316316
com.github.mifmif:generex
317317
com.google.code.findbugs:jsr305
318318
com.google.code.gson:gson
319+
com.google.errorprone:error_prone_annotations
319320
com.google.flatbuffers:flatbuffers-java
321+
com.google.guava:failureaccess
320322
com.google.guava:guava
323+
com.google.guava:listenablefuture
321324
com.google.inject:guice
322325
com.google.inject.extensions:guice-servlet
326+
com.google.j2objc:j2objc-annotations
323327
com.twitter:parquet-hadoop-bundle
324328
commons-cli:commons-cli
325329
commons-dbcp:commons-dbcp
@@ -471,6 +475,7 @@ MIT License
471475
-----------
472476

473477
com.microsoft.sqlserver:mssql-jdbc
478+
org.checkerframework:checker-qual
474479
org.typelevel:spire_2.12
475480
org.typelevel:spire-macros_2.12
476481
org.typelevel:spire-platform_2.12

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
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
-->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
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>

sql/hive-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
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>

0 commit comments

Comments
 (0)