Skip to content

Commit

Permalink
refactor: specify bson version with properties
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 23, 2024
1 parent 58a1361 commit fdf801c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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,7 +62,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.9.1</version>
<version>${bson.version}</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit fdf801c

Please sign in to comment.