[java-identity-provider] branch master updated: IDP-1205 - Ship metrics-jvm JAR in webapp
Scott Cantor
cantor.2 at osu.edu
Tue Mar 27 21:43:32 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=00d0afd604fcc724007735bd20f865b87f8a031f
The following commit(s) were added to refs/heads/master by this push:
new 00d0afd IDP-1205 - Ship metrics-jvm JAR in webapp
00d0afd is described below
commit 00d0afd604fcc724007735bd20f865b87f8a031f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 27 21:43:30 2018 -0400
IDP-1205 - Ship metrics-jvm JAR in webapp
https://issues.shibboleth.net/jira/browse/IDP-1205
---
idp-distribution/pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index ddaf10d..e04be35 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -59,7 +59,7 @@
<version>1.9.4</version>
<scope>runtime</scope>
</dependency>
- <!-- Logging dependencies. https://issues.shibboleth.net/jira/browse/JPAR-57 -->
+ <!-- Logging dependencies, per JPAR-57. -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
@@ -75,6 +75,13 @@
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
+ <!-- Support for JVM metrics, per IDP-1205. -->
+ <dependency>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-jvm</artifactId>
+ <version>${metrics.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list