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:15:59 UTC

[flink-statefun] 01/10: [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 master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit e72eb732ba6403ab915ab73570a9d96431254fa9
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 546ef2e..f96be2e 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>