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 504B9200D5C for ; Fri, 1 Dec 2017 04:30:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4EBCA160C04; Fri, 1 Dec 2017 03:30:15 +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 BBD98160C01 for ; Fri, 1 Dec 2017 04:30:14 +0100 (CET) Received: (qmail 66697 invoked by uid 500); 1 Dec 2017 03:30:14 -0000 Mailing-List: contact commits-help@sentry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sentry.apache.org Delivered-To: mailing list commits@sentry.apache.org Received: (qmail 66688 invoked by uid 99); 1 Dec 2017 03:30:13 -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, 01 Dec 2017 03:30:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C6293EEE26; Fri, 1 Dec 2017 03:30:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spena@apache.org To: commits@sentry.apache.org Message-Id: <3e301ba659a0461b865767a602a1523a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: sentry git commit: SENTRY-2082: Exclude javax.servlet-3.0.0.v201112011016.jar from Sentry dist (Sergio Pena, reviewed by Alexander Kolbasov, kalyan kumar kalvagadda) Date: Fri, 1 Dec 2017 03:30:13 +0000 (UTC) archived-at: Fri, 01 Dec 2017 03:30:15 -0000 Repository: sentry Updated Branches: refs/heads/branch-2.0 f6f83470b -> 374883149 SENTRY-2082: Exclude javax.servlet-3.0.0.v201112011016.jar from Sentry dist (Sergio Pena, reviewed by Alexander Kolbasov, kalyan kumar kalvagadda) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/37488314 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/37488314 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/37488314 Branch: refs/heads/branch-2.0 Commit: 374883149d2b962745ee338d44853b1dfa859e69 Parents: f6f8347 Author: Sergio Pena Authored: Thu Nov 30 21:26:38 2017 -0600 Committer: Sergio Pena Committed: Thu Nov 30 21:30:02 2017 -0600 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/37488314/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e8d3724..eec185b 100644 --- a/pom.xml +++ b/pom.xml @@ -292,6 +292,10 @@ limitations under the License. org.apache.logging.log4j log4j-web + + org.eclipse.jetty.orbit + javax.servlet +