You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/06/09 11:51:23 UTC

[avro] branch branch-1.10 updated: AVRO-1664: Fix RAT exclusions for PHP vendor

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

iemejia pushed a commit to branch branch-1.10
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.10 by this push:
     new 2eb06cc  AVRO-1664: Fix RAT exclusions for PHP vendor
2eb06cc is described below

commit 2eb06cca26ebfa7af0cce529f45090ea7e7b793e
Author: Ryan Skraba <ry...@skraba.com>
AuthorDate: Tue Jun 9 13:43:23 2020 +0200

    AVRO-1664: Fix RAT exclusions for PHP vendor
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1a7f645..8b511c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,6 +310,8 @@
                 <exclude>lang/csharp/build/**</exclude>
                 <exclude>lang/perl/pm_to_blib</exclude>
                 <exclude>lang/perl/blib/**/.exists</exclude>
+                <exclude>vendor/**</exclude>
+                <exclude>lang/php/vendor/**</exclude>
                 <exclude>lang/ruby/Gemfile.lock</exclude>
                 <exclude>lang/ruby/avro.gemspec</exclude>
                 <exclude>lang/ruby/.gem/**</exclude>