Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xjin-Confluent committed Oct 13, 2023
1 parent 970d805 commit 91d80f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -167,6 +167,11 @@
<dependencyManagement>
<dependencies>
<!-- our deps-->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>${avro.version}</version>
</dependency>
<!-- This is to unify the version of Protocol Buffers across CP -->
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit 91d80f1

Please sign in to comment.