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 <[email protected]>
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>

Reply via email to