|
|
|
@ -52,6 +52,7 @@
|
|
|
|
|
<codahale-metrics.version>3.0.2</codahale-metrics.version>
|
|
|
|
|
<commons-dbcp.version>1.4</commons-dbcp.version>
|
|
|
|
|
<commons-pool.version>1.6</commons-pool.version>
|
|
|
|
|
<commons-pool2.version>2.2</commons-pool2.version>
|
|
|
|
|
<crashub.version>1.3.0-beta20</crashub.version>
|
|
|
|
|
<flyway.version>3.0</flyway.version>
|
|
|
|
|
<freemarker.version>2.3.20</freemarker.version>
|
|
|
|
@ -392,6 +393,11 @@
|
|
|
|
|
<artifactId>activemq-pool</artifactId>
|
|
|
|
|
<version>${activemq.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
<version>${commons-pool2.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|