Skip to content

Commit

Permalink
updated sql-plugin pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
razajafri committed Nov 12, 2023
1 parent 7f34d35 commit 6c1259d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions shim-deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-format-internal_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-common-utils_${scala.binary.version}</artifactId>
Expand All @@ -139,6 +151,12 @@
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>shaded.parquet.org.apache.thrift</groupId>
<artifactId>shaded-parquet-thrift_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
<profile>
Expand Down

0 comments on commit 6c1259d

Please sign in to comment.