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

oflebbe pushed a commit to branch bigtop-alpha
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/bigtop-alpha by this push:
     new 8e9e0da  enhance regexp
8e9e0da is described below

commit 8e9e0da8baf71c5450e06318a563fad265fcbdec
Author: Olaf Flebbe <[email protected]>
AuthorDate: Mon Jun 24 19:22:24 2019 +0200

    enhance regexp
---
 bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff 
b/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
index 189c67c..03ae7b7 100644
--- a/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
+++ b/bigtop-packages/src/common/hadoop/patch0-maven-enforcer.diff
@@ -46,7 +46,7 @@ diff -ur 
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-invariants/s
  #     convention should be in a path that looks like org/apache/hadoop
  allowed_expr+="|^org/apache/hadoop/"
 +# To be looked into later: org/w3c/dom/html/HTMLDOMImplementation.class
-+allowed_expr+="|^org/w3c/dom/"
++allowed_expr+="|^org/w3c/"
  #   * whatever in the "META-INF" directory
  allowed_expr+="|^META-INF/"
  #   * whatever under the "webapps" directory; for things shipped by yarn
@@ -58,7 +58,7 @@ diff -ur 
hadoop-3.1.2-src/hadoop-client-modules/hadoop-client-check-test-invaria
  #     convention should be in a path that looks like org/apache/hadoop
  allowed_expr+="|^org/apache/hadoop/"
 +# TODO FIX!
-+allowed_expr+="|^org/w3c/dom/"
++allowed_expr+="|^org/w3c/"
  #   * whatever in the "META-INF" directory
  allowed_expr+="|^META-INF/"
  #   * whatever under the "webapps" directory; for minicluster UIs

Reply via email to