[java-identity-provider COMMIT] in /trunk: idp-parent/pom.xml idp-profile-impl/pom.xml idp-profile-impl/src/main/java...

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 15 12:22:57 EDT 2016


Author: scantor
Date: Thu Sep 15 12:22:57 2016
New Revision: 8394

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8394&view=rev
Log:
Draft of an action to output metrics.

Added:
    trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/OutputMetrics.java   (with props)
Modified:
    trunk/idp-parent/pom.xml
    trunk/idp-profile-impl/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=8394&r1=8393&r2=8394&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Thu Sep 15 12:22:57 2016
@@ -101,6 +101,10 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.dropwizard.metrics</groupId>
+            <artifactId>metrics-core</artifactId>
         </dependency>
         <dependency>
             <!-- needed for logback SMTP appender -->

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=8394&r1=8393&r2=8394&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml	(original)
+++ trunk/idp-profile-impl/pom.xml	Thu Sep 15 12:22:57 2016
@@ -73,6 +73,17 @@
             <groupId>${spring-webflow.groupId}</groupId>
             <artifactId>spring-webflow</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.dropwizard.metrics</groupId>
+            <artifactId>metrics-json</artifactId>
+            <version>${metrics.version}</version>
+        </dependency>
+
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->



More information about the commits mailing list