Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
jphalip committed Dec 27, 2023
1 parent e24610e commit d3bc3a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hive-2-bigquery-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>shaded-deps-sparksql</artifactId>
<version>${project.version}</version>
<classifier>shaded</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -91,13 +92,14 @@
<groupId>${project.groupId}</groupId>
<artifactId>shaded-deps-hive2.3.6-hadoop2.7.0</artifactId>
<version>${project.version}</version>
<classifier>shaded</classifier>
<scope>provided</scope>
<classifier>shaded</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>shaded-deps-sparksql</artifactId>
<version>${project.version}</version>
<classifier>shaded</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -116,6 +118,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>shaded-deps-sparksql</artifactId>
<version>${project.version}</version>
<classifier>shaded</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions hive-bigquery-connector-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<groupId>com.google.cloud.bigdataoss</groupId>
<artifactId>gcs-connector</artifactId>
<classifier>shaded</classifier>
<scope>provided</scope>
</dependency>

<!-- [START Spark SQL dependencies] -->
Expand Down

0 comments on commit d3bc3a2

Please sign in to comment.