File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 158158 <groupId >org.reactivestreams</groupId >
159159 <artifactId >reactive-streams</artifactId >
160160 </dependency >
161+ <dependency >
162+ <groupId >com.google.protobuf</groupId >
163+ <artifactId >protobuf-java</artifactId >
164+ </dependency >
161165 <dependency >
162166 <groupId >org.reactivestreams</groupId >
163167 <artifactId >reactive-streams-tck</artifactId >
339343 <artifactId >protobuf-maven-plugin</artifactId >
340344 <version >0.6.1</version >
341345 <configuration >
342- <protocArtifact >com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier} </protocArtifact >
346+ <protocArtifact >com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier}
347+ </protocArtifact >
343348 <pluginId >grpc-java</pluginId >
344- <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier} </pluginArtifact >
349+ <pluginArtifact >io.grpc:protoc-gen-grpc-java:${grpc.version} :exe:${os.detected.classifier}
350+ </pluginArtifact >
345351 <protoSourceRoot >${project.build.directory} /proto</protoSourceRoot >
346352 </configuration >
347353 <executions >
You can’t perform that action at this time.
0 commit comments