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

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


The following commit(s) were added to refs/heads/master by this push:
     new c42338157e Fix python client license check (#6521)
c42338157e is described below

commit c42338157ea14b947353f3c05da7194aecbe90a4
Author: Haonan <[email protected]>
AuthorDate: Wed Jun 29 21:35:38 2022 +0800

    Fix python client license check (#6521)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index f0f2003787..ba7281a7d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,7 @@
                             <exclude>apache_iotdb.egg-info/**</exclude>
                             <exclude>**/iotdb/thrift/__init__.py</exclude>
                             <exclude>**/iotdb/thrift/rpc/__init__.py</exclude>
+                            
<exclude>**/iotdb/thrift/common/__init__.py</exclude>
                             <!-- Java SPI uses files in 
resources/META-INF/services-->
                             
<exclude>**/resources/META-INF/services/**</exclude>
                             <!-- grafana plugin -->

Reply via email to