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 3BBB2200CE6 for ; Thu, 17 Aug 2017 04:24:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39872168FF6; Thu, 17 Aug 2017 02:24:09 +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 80EBE168B0A for ; Thu, 17 Aug 2017 04:24:08 +0200 (CEST) Received: (qmail 7454 invoked by uid 500); 17 Aug 2017 02:24:07 -0000 Mailing-List: contact commits-help@atlas.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.apache.org Delivered-To: mailing list commits@atlas.apache.org Received: (qmail 7442 invoked by uid 99); 17 Aug 2017 02:24:07 -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; Thu, 17 Aug 2017 02:24:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 74D86E96DA; Thu, 17 Aug 2017 02:24:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: madhan@apache.org To: commits@atlas.apache.org Message-Id: <4c40bf351df4498d8c322c0a2e702a7d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: atlas git commit: ATLAS-2052: updated packaing to exclude junit jar Date: Thu, 17 Aug 2017 02:24:07 +0000 (UTC) archived-at: Thu, 17 Aug 2017 02:24:09 -0000 Repository: atlas Updated Branches: refs/heads/0.8-incubating b285e93c9 -> 0e8d7d508 ATLAS-2052: updated packaing to exclude junit jar (cherry picked from commit 56374ff7e3a6faa3e444db1ba3fa14905f356dc9) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/0e8d7d50 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/0e8d7d50 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/0e8d7d50 Branch: refs/heads/0.8-incubating Commit: 0e8d7d508ef9ad7da333b1664eb09fe1b0a94799 Parents: b285e93 Author: Madhan Neethiraj Authored: Tue Aug 15 15:16:57 2017 -0700 Committer: Madhan Neethiraj Committed: Wed Aug 16 19:23:47 2017 -0700 ---------------------------------------------------------------------- pom.xml | 30 ++++++++++++++++++++++++++++++ webapp/pom.xml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/0e8d7d50/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 42495cd..1f9f915 100644 --- a/pom.xml +++ b/pom.xml @@ -809,6 +809,10 @@ com.google.guava guava + + junit + junit + @@ -1133,6 +1137,10 @@ * org.mortbay.jetty + + junit + junit + @@ -1141,6 +1149,12 @@ hbase-server ${hbase.version} tests + + + junit + junit + + @@ -1156,6 +1170,10 @@ tomcat * + + junit + junit + @@ -1369,12 +1387,24 @@ org.apache.atlas atlas-hbase-client-shaded ${project.version} + + + junit + junit + + org.apache.atlas atlas-hbase-server-shaded ${project.version} + + + junit + junit + + http://git-wip-us.apache.org/repos/asf/atlas/blob/0e8d7d50/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/pom.xml b/webapp/pom.xml index fbe25c4..5f59ffa 100755 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -511,7 +511,7 @@ - WEB-INF/lib/titan*.jar,WEB-INF/lib/hbase*.jar,${packages.to.exclude} + WEB-INF/lib/titan*.jar,WEB-INF/lib/hbase*.jar,WEB-INF/lib/junit*.jar,${packages.to.exclude}