[java-parent-project] branch master updated: Update Metrics to 4.1.1 and switch to BOM.

Scott Cantor cantor.2 at osu.edu
Fri Dec 6 14:31:36 EST 2019


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

scantor pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=17efb2712129f3de53ed538e80a19ab50228e64c

The following commit(s) were added to refs/heads/master by this push:
       new  17efb27   Update Metrics to 4.1.1 and switch to BOM.
17efb27 is described below

commit 17efb2712129f3de53ed538e80a19ab50228e64c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 6 14:31:31 2019 -0500

    Update Metrics to 4.1.1 and switch to BOM.
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5dcb22..b295eeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <ldaptive.version>1.3.0-SNAPSHOT</ldaptive.version>
         <unboundid.version>4.0.13</unboundid.version>
         <logback.version>1.2.3</logback.version>
-        <metrics.version>3.1.2</metrics.version>
+        <metrics.version>4.1.1</metrics.version>
         <jackson.version>2.10.1</jackson.version>
         <slf4j.groupId>org.slf4j</slf4j.groupId>
         <slf4j.version>1.7.28</slf4j.version>
@@ -241,8 +241,10 @@
             </dependency>
             <dependency>
                 <groupId>io.dropwizard.metrics</groupId>
-                <artifactId>metrics-core</artifactId>
+                <artifactId>metrics-bom</artifactId>
                 <version>${metrics.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>io.dropwizard.metrics</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list