[java-parent-project-v3] branch master updated: Add Jackson/Metrics managed dependencies.

Scott Cantor cantor.2 at osu.edu
Fri Oct 21 22:12:03 EDT 2016


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  7b4021e   Add Jackson/Metrics managed dependencies.
7b4021e is described below

commit 7b4021e2e420b6a98ab8e222d829e26dbe70e973
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Oct 21 22:12:02 2016 -0400

    Add Jackson/Metrics managed dependencies.
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index bf541e9..a09046e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,11 @@
                 <version>${metrics.version}</version>
             </dependency>
             <dependency>
+                <groupId>io.dropwizard.metrics</groupId>
+                <artifactId>metrics-json</artifactId>
+                <version>${metrics.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>${httpclient.groupId}</groupId>
                 <artifactId>httpclient</artifactId>
                 <version>${httpclient.version}</version>
@@ -248,10 +253,25 @@
             </dependency>
             <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-core</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-annotations</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
                 <version>${jackson.version}</version>
             </dependency>
             <dependency>
+                <groupId>com.fasterxml.jackson.datatype</groupId>
+                <artifactId>jackson-datatype-joda</artifactId>
+                <version>${jackson.version}</version>
+            </dependency>    
+            <dependency>
                 <groupId>${spring.groupId}</groupId>
                 <artifactId>spring-core</artifactId>
                 <version>${spring.version}</version>

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


More information about the commits mailing list