Skip to content

Commit

Permalink
[KYUUBI #6267] Remove unused dependency management in POM
Browse files Browse the repository at this point in the history
# 🔍 Description

This pull request removes unused dependency management in POM

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

Pass GA.

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6267 from pan3793/clean-pom.

Closes #6267

d19f719 [Cheng Pan] Remove usued dependency management in POM

Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pan3793 committed Apr 7, 2024
1 parent 6910d75 commit b4f35d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion extensions/spark/kyuubi-spark-authz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-spark-${paimon.spark.binary.version}</artifactId>
<artifactId>paimon-spark-${spark.binary.version}</artifactId>
<scope>test</scope>
</dependency>

Expand Down
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,10 @@
<openai.java.version>0.12.0</openai.java.version>
<retrofit.version>2.9.0</retrofit.version>
<paimon.version>0.7.0-incubating</paimon.version>
<paimon.spark.binary.version>${spark.binary.version}</paimon.spark.binary.version>
<parquet.version>1.10.1</parquet.version>
<phoenix.version>6.0.0</phoenix.version>
<postgresql.version>42.7.2</postgresql.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.21.7</protobuf.version>
<py4j.version>0.10.7</py4j.version>
<scalatest.version>3.2.16</scalatest.version>
<scalatestplus.version>3.2.16.0</scalatestplus.version>
<scopt.version>4.1.0</scopt.version>
Expand Down Expand Up @@ -1418,12 +1415,6 @@
<version>${sqlite.version}</version>
</dependency>

<dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>${py4j.version}</version>
</dependency>

<dependency>
<groupId>com.theokanning.openai-gpt3-java</groupId>
<artifactId>service</artifactId>
Expand All @@ -1444,7 +1435,7 @@

<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-spark-${paimon.spark.binary.version}</artifactId>
<artifactId>paimon-spark-${spark.binary.version}</artifactId>
<version>${paimon.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit b4f35d2

Please sign in to comment.