Skip to content

Commit

Permalink
[INLONG-9715][Sort] Update protobuf-java version in sort module (#9738)
Browse files Browse the repository at this point in the history
  • Loading branch information
baomingyu authored Feb 28, 2024
1 parent 45ca134 commit 9252da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions inlong-sort/sort-formats/format-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

<properties>
<inlong.root.dir>${project.parent.parent.parent.basedir}</inlong.root.dir>
<binlog.protobuf.version>2.5.0</binlog.protobuf.version>
</properties>

<dependencies>
Expand All @@ -49,7 +48,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${binlog.protobuf.version}</version>
<version>${protobuf.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<properties>
<inlong.root.dir>${project.parent.parent.parent.parent.basedir}</inlong.root.dir>
<binlog.protobuf.version>2.5.0</binlog.protobuf.version>
</properties>

<dependencies>
Expand All @@ -52,7 +51,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${binlog.protobuf.version}</version>
<version>${protobuf.version}</version>
<type>jar</type>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<name>Apache InLong - Sort Format-InLongMsg-RowData-Binlog</name>

<properties>
<binlog.protobuf.version>2.5.0</binlog.protobuf.version>
<inlong.root.dir>${project.parent.parent.parent.parent.basedir}</inlong.root.dir>
</properties>

Expand All @@ -56,7 +55,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${binlog.protobuf.version}</version>
<version>${protobuf.version}</version>
<type>jar</type>
</dependency>

Expand Down

0 comments on commit 9252da6

Please sign in to comment.