We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b23ff commit 190e6dfCopy full SHA for 190e6df
1 file changed
java/flight/flight-core/pom.xml
@@ -25,7 +25,6 @@
25
26
<properties>
27
<forkCount>1</forkCount>
28
- <protobuf.version>3.23.1</protobuf.version>
29
</properties>
30
31
<dependencies>
@@ -90,7 +89,6 @@
90
89
<dependency>
91
<groupId>com.google.protobuf</groupId>
92
<artifactId>protobuf-java-util</artifactId>
93
- <version>${protobuf.version}</version>
94
</dependency>
95
96
<groupId>io.grpc</groupId>
0 commit comments