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:46:31 UTC

[avro] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/avro.git


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

commit 5ac4553c796712c8f5941c6b35d031a4bbce64ac
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 5387baa..8df3b58 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>