You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/02/29 03:51:11 UTC

[flink-statefun] 02/05: [hotfix] POM for statefun-flink should inherit protobuf.version property

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

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

commit f61faac69aa00733e472bed3aaaf58d6396c4392
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Tue Feb 25 16:33:19 2020 +0800

    [hotfix] POM for statefun-flink should inherit protobuf.version property
---
 statefun-flink/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/statefun-flink/pom.xml b/statefun-flink/pom.xml
index 66c25e1..6e5493b 100644
--- a/statefun-flink/pom.xml
+++ b/statefun-flink/pom.xml
@@ -46,7 +46,6 @@ under the License.
         <jsr305.version>3.0.2</jsr305.version>
         <flink.version>1.10.0</flink.version>
         <jmh.version>1.21</jmh.version>
-        <protobuf-java.version>3.8.0</protobuf-java.version>
         <jsr305-version>1.3.9</jsr305-version>
     </properties>
 
@@ -135,7 +134,7 @@ under the License.
             <dependency>
                 <groupId>com.google.protobuf</groupId>
                 <artifactId>protobuf-java</artifactId>
-                <version>${protobuf-java.version}</version>
+                <version>${protobuf.version}</version>
             </dependency>
 
             <!-- JMH -->