Skip to content

Commit 729940d

Browse files
mhalbritterdsyer
authored andcommitted
Manage version of com.google.protobuf:protoc
1 parent e63ed35 commit 729940d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spring-grpc-dependencies/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
<type>pom</type>
102102
<scope>import</scope>
103103
</dependency>
104+
<dependency>
105+
<groupId>com.google.protobuf</groupId>
106+
<artifactId>protoc</artifactId>
107+
<version>${protobuf-java.version}</version>
108+
</dependency>
104109
<dependency>
105110
<groupId>io.grpc</groupId>
106111
<artifactId>grpc-bom</artifactId>
@@ -190,4 +195,4 @@
190195
</developer>
191196
</developers>
192197

193-
</project>
198+
</project>

0 commit comments

Comments
 (0)