Skip to content

Commit

Permalink
[Bug] Fix the protobuf conflict in paimon-micro-benchmarks (apache#2819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitozi authored Jan 31, 2024
1 parent 8a91aae commit ca26bd0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions paimon-benchmark/paimon-micro-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ under the License.
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
<exclusion>
<artifactId>protobuf-java</artifactId>
<groupId>com.google.protobuf</groupId>
</exclusion>
</exclusions>
</dependency>

Expand All @@ -102,6 +106,10 @@ under the License.
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
<exclusion>
<artifactId>protobuf-java</artifactId>
<groupId>com.google.protobuf</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit ca26bd0

Please sign in to comment.