From 1a592b9e45f95d694fbf649f41304f148e3c40fe Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 17 Jun 2019 10:51:08 -0400 Subject: Changes related to eviction of connections These are changes related to ASDC controller for evicting database connection pool when ip address changes Included other appllications such as requestDB, CatalogDB, API Handler, BPMN, OpenstackAdapter etc Change-Id: I9a96ea12fb0c10643a204a58d55360bebba326fe Issue-ID: SO-2018 Signed-off-by: Benjamin, Max (mb388a) --- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1abbeaec80..7384c5b104 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,8 @@ 3.2.0 false true + 2.7.1 + 4.1.0 @@ -502,7 +504,7 @@ io.fabric8 fabric8-maven-plugin - 4.1.0 + ${io.fabric8.version} ${docker.skip} ${docker.skip.build} @@ -510,12 +512,12 @@ ${docker.newHost} ${docker.host.cert.path} - + ${dockerPushRepo} ${dockerPullRepo} - + service @@ -858,6 +860,11 @@ snakeyaml 1.19 + + hikari-cp + hikari-cp + ${hikari.cp.version} + -- cgit 1.2.3-korg