Skip to content

Commit

Permalink
[INLONG-11166][SDK] Fixes Mongodb2StarRocksTest Failure Due to Potent…
Browse files Browse the repository at this point in the history
…ial Dependency Conflicts
  • Loading branch information
PeterZh6 committed Sep 21, 2024
1 parent 260a12d commit 58a1361
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions inlong-sdk/transform-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
<curator.version>4.2.0</curator.version>

<avro.version>1.10.1</avro.version>
<bson.version>4.9.1</bson.version>
<orc.core.version>1.6.7</orc.core.version>
<parquet.version>1.12.2</parquet.version>
<oro.version>2.0.8</oro.version>
Expand Down Expand Up @@ -210,12 +209,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>${bson.version}</version>
</dependency>

<!--opentelemetry-->
<dependency>
<groupId>io.opentelemetry</groupId>
Expand Down

0 comments on commit 58a1361

Please sign in to comment.