Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C8E3200D1D for ; Sat, 30 Sep 2017 00:55:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4ADD81609ED; Fri, 29 Sep 2017 22:55:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 90E141609D1 for ; Sat, 30 Sep 2017 00:55:00 +0200 (CEST) Received: (qmail 64898 invoked by uid 500); 29 Sep 2017 22:54:59 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 64887 invoked by uid 99); 29 Sep 2017 22:54:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2017 22:54:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E6AFF5C0C; Fri, 29 Sep 2017 22:54:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: phunt@apache.org To: commits@zookeeper.apache.org Message-Id: <966de7a24b5f4a61a35e2dcf3e96a99f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zookeeper git commit: ZOOKEEPER-2906: The OWASP dependency check jar should not be included in the default classpath in the default classpath Date: Fri, 29 Sep 2017 22:54:59 +0000 (UTC) archived-at: Fri, 29 Sep 2017 22:55:01 -0000 Repository: zookeeper Updated Branches: refs/heads/master 086359a69 -> 54cd7519a ZOOKEEPER-2906: The OWASP dependency check jar should not be included in the default classpath in the default classpath Author: Abraham Fine Reviewers: Patrick Hunt Closes #384 from afine/ZOOKEEPER-2906 and squashes the following commits: 45e8eb98 [Abraham Fine] Move releaseaudit jars to their own directory 241fbeb2 [Abraham Fine] ZOOKEEPER-2906: The OWASP dependency check jar should not be included in the default classpath Change-Id: I6267ddbe15fd932f20ab7fbaa4909e03960c5497 Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/54cd7519 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/54cd7519 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/54cd7519 Branch: refs/heads/master Commit: 54cd7519a3afc43dabbf49490b9b012d6be68fee Parents: 086359a Author: Abraham Fine Authored: Fri Sep 29 15:53:40 2017 -0700 Committer: Patrick Hunt Committed: Fri Sep 29 15:54:07 2017 -0700 ---------------------------------------------------------------------- build.xml | 14 +++++++++++--- ivy.xml | 3 ++- 2 files changed, 13 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/54cd7519/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index dce1636..b3a78fc 100644 --- a/build.xml +++ b/build.xml @@ -121,6 +121,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + + @@ -427,10 +429,16 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + pattern="${ivy.releaseaudit.lib}/[artifact]-[revision].[ext]"/> + + + + + @@ -1558,8 +1566,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> classpathref="releaseaudit-classpath"/> - - + + http://git-wip-us.apache.org/repos/asf/zookeeper/blob/54cd7519/ivy.xml ---------------------------------------------------------------------- diff --git a/ivy.xml b/ivy.xml index a637988..0ad1f4d 100644 --- a/ivy.xml +++ b/ivy.xml @@ -34,6 +34,7 @@ + @@ -82,7 +83,7 @@ + rev="${dependency-check-ant.version}" conf="owasp->default"/>