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 (#11170)

* [INLONG-11166][SDK] Fixes Mongodb2StarRocksTest Failure Due to Potential Dependency Conflicts

* refactor: specify bson version with properties
  • Loading branch information
PeterZh6 committed Sep 23, 2024
1 parent 34f0a7a commit eafc3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions inlong-sdk/transform-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<properties>
<inlong.root.dir>${project.parent.parent.basedir}</inlong.root.dir>
<bson.version>4.9.1</bson.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -61,6 +62,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>${bson.version}</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 eafc3a2

Please sign in to comment.