Skip to content

Commit cdccea3

Browse files
committed
Merge branch 'connector-2024.2.x'
# Conflicts: # pom.xml
2 parents 33ed60f + b7f5f80 commit cdccea3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
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>
@@ -339,9 +343,11 @@
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>

0 commit comments

Comments
 (0)