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/03/28 15:41:54 UTC

[flink-statefun] 02/13: [FLINK-16841] Do not bundle Protobuf .proto source files in jars

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

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

commit 621a6eefbd3a06321521cea9b456d6be39a26cbd
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Sat Mar 28 16:54:48 2020 +0800

    [FLINK-16841] Do not bundle Protobuf .proto source files in jars
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f1bf7e0..cf994c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,6 @@ under the License.
                             </goals>
                             <configuration>
                                 <includeStdTypes>true</includeStdTypes>
-                                <addProtoSources>all</addProtoSources>
                                 <protocVersion>${protobuf.version}</protocVersion>
                                 <inputDirectories>
                                     <include>src/test/protobuf</include>