[java-parent-project-v3] branch master updated: Add managed dependencies for metrics-core and jackson.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 15 11:18:05 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=f6c973375f94d1bc4b83879760cfa05f28ed163b
The following commit(s) were added to refs/heads/master by this push:
new f6c9733 Add managed dependencies for metrics-core and jackson.
f6c9733 is described below
commit f6c973375f94d1bc4b83879760cfa05f28ed163b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 15 11:17:51 2016 -0400
Add managed dependencies for metrics-core and jackson.
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 123644b..8ba5088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,8 @@
<jetty.version>9.2.14.v20151106</jetty.version>
<ldaptive.version>1.0.7</ldaptive.version>
<logback.version>1.1.3</logback.version>
+ <metrics.version>3.1.2</metrics.version>
+ <jackson.version>2.8.2</jackson.version>
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.7.12</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
@@ -196,6 +198,11 @@
<version>0.9.2.1</version>
</dependency>
<dependency>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-core</artifactId>
+ <version>${metrics.version}</version>
+ </dependency>
+ <dependency>
<groupId>${httpclient.groupId}</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
@@ -240,6 +247,11 @@
<version>1.0</version>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</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