|
@@ -279,6 +279,7 @@
|
|
|
<bouncycastle.version>1.60</bouncycastle.version>
|
|
|
<commons-collections.version>3.2.2</commons-collections.version>
|
|
|
<commons-lang.version>2.6</commons-lang.version>
|
|
|
+ <dropwizard.version>3.2.5</dropwizard.version>
|
|
|
<spotbugsannotations.version>3.1.9</spotbugsannotations.version>
|
|
|
</properties>
|
|
|
|
|
@@ -402,6 +403,17 @@
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
<version>${jetty.version}</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.dropwizard.metrics</groupId>
|
|
|
+ <artifactId>metrics-core</artifactId>
|
|
|
+ <version>${dropwizard.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|