Skip to content

Commit

Permalink
[INLONG-11166] Fixes Mongodb2StarRocksTest Failure Due to Potential D…
Browse files Browse the repository at this point in the history
…ependency Conflicts
  • Loading branch information
PeterZh6 committed Sep 21, 2024
1 parent 179e478 commit 64df4a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inlong-sdk/transform-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<artifactId>protobuf-java-util</artifactId>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

<dependencyManagement>
<dependencies>

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

0 comments on commit 64df4a1

Please sign in to comment.