You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ma...@apache.org on 2022/08/29 14:11:38 UTC

[flink] branch master updated: [FLINK-29062][build] Fix protobuf plugin proxy issue on flink-protobuf module.

This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ac37c08918 [FLINK-29062][build] Fix protobuf plugin proxy issue on flink-protobuf module.
7ac37c08918 is described below

commit 7ac37c08918bc76ff67f196e6ef46b53027957b8
Author: jiabao.sun <ji...@xtransfer.cn>
AuthorDate: Mon Aug 22 20:35:41 2022 +0800

    [FLINK-29062][build] Fix protobuf plugin proxy issue on flink-protobuf module.
---
 flink-formats/flink-protobuf/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-formats/flink-protobuf/pom.xml b/flink-formats/flink-protobuf/pom.xml
index 101a022f860..a86b7e5c5bc 100644
--- a/flink-formats/flink-protobuf/pom.xml
+++ b/flink-formats/flink-protobuf/pom.xml
@@ -108,7 +108,7 @@ under the License.
 							<goal>run</goal>
 						</goals>
 						<configuration>
-							<protocVersion>${protoc.version}</protocVersion>
+							<protocArtifact>com.google.protobuf:protoc:${protoc.version}</protocArtifact>
 							<inputDirectories>
 								<include>src/test/proto</include>
 							</inputDirectories>