Skip to content

Commit 943b696

Browse files
be-hasecopybara-github
authored andcommitted
Add protobuf-kotlin into protobuf-bom (#12936)
Close: #12810 Closes #12936 COPYBARA_INTEGRATE_REVIEW=#12936 from be-hase:issue-12810 f4df5b5 PiperOrigin-RevId: 541917182
1 parent 4567683 commit 943b696

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<artifactId>protobuf-java-util</artifactId>
6767
<version>${project.version}</version>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.google.protobuf</groupId>
71+
<artifactId>protobuf-kotlin</artifactId>
72+
<version>${project.version}</version>
73+
</dependency>
6974
</dependencies>
7075
</dependencyManagement>
7176

0 commit comments

Comments
 (0)