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 9267C200D5C for ; Tue, 7 Nov 2017 10:22:25 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 91040160C00; Tue, 7 Nov 2017 09:22:25 +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 91BF4160C04 for ; Tue, 7 Nov 2017 10:22:24 +0100 (CET) Received: (qmail 57656 invoked by uid 500); 7 Nov 2017 09:22:22 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 57063 invoked by uid 99); 7 Nov 2017 09:22:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 09:22:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8650B87558; Tue, 7 Nov 2017 09:22:21 +0000 (UTC) Date: Tue, 07 Nov 2017 09:22:39 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-commons-metrics] 19/23: SLING-4080 - API to capture/measure application-level metrics MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: rombert@apache.org In-Reply-To: <151004654082.6706.7437655463186034884@gitbox.apache.org> References: <151004654082.6706.7437655463186034884@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-commons-metrics X-Git-Refname: refs/tags/org.apache.sling.commons.metrics-0.0.2 X-Git-Reftype: annotated tag X-Git-Rev: 8b19b8e5183f151a8f73cb85c1561d6f611a4f1a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171107092221.8650B87558@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 09:22:25 -0000 This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.metrics-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git commit 8b19b8e5183f151a8f73cb85c1561d6f611a4f1a Author: Chetan Mehrotra AuthorDate: Thu Jan 7 10:07:59 2016 +0000 SLING-4080 - API to capture/measure application-level metrics Cleanup pom -- Make dependencies for WebConsole plugin optional and have DynamicImport package for them -- Removed unused dependencies git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/metrics@1723503 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 641d996..4e6a5f0 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,19 @@ org.apache.felix maven-bundle-plugin true + + + + https://sling.apache.org/documentation/bundles/metrics.html + + + javax.servlet, + javax.servlet.http;version=2.3, + org.apache.commons.io.output;version=2.4.0, + org.apache.felix.inventory;version=1.0 + + + org.apache.felix @@ -73,11 +86,7 @@ javax.servlet servlet-api - - - org.apache.sling - org.apache.sling.commons.osgi - 2.2.0 + true org.osgi @@ -102,12 +111,14 @@ commons-io commons-io 2.2 + true org.hamcrest hamcrest-all 1.3 + test junit -- To stop receiving notification emails like this one, please contact "commits@sling.apache.org" .