[java-identity-provider] 02/02: Remove unused runtime dependency

Tom Zeller tzeller at dragonacea.biz
Mon May 18 17:17:41 UTC 2020


This is an automated email from the git hooks/post-receive script.

tzeller 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=eddc6874abea38981baaff8c922d77e8a42ac5eb

commit eddc6874abea38981baaff8c922d77e8a42ac5eb
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 18 12:03:40 2020 -0500

    Remove unused runtime dependency
    
    (The Metrics dependency is in idp-war-distribution)
---
 idp-distribution/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 8281ad76a..9dc783ecf 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -68,13 +68,6 @@
             <artifactId>logback-core</artifactId>
             <scope>runtime</scope>
         </dependency>
-
-        <!-- Support for JVM metrics, per IDP-1205. -->
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-jvm</artifactId>
-            <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