aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2018-10-17 11:19:21 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2018-10-17 11:19:21 +0200
commit8ca40bc0c36e16d6b098323d66251ae622075bea (patch)
tree9a1c18fb48ad855d9295a7ca41da0877d5aa75f6
parent07fb4c0a995b1f66fb79a5ff6419542a9accaefe (diff)
Retrying for connection when postgres is not ready
Dbcapi version changed to 1.0.16 Change-Id: Ie49f43f5417d8b7f266753dce004f9e66a7496e2 Issue-ID: DMAAP-828 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 90cee24..b5c0ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,7 +330,7 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>1.0.15-SNAPSHOT</version>
+ <version>1.0.16-SNAPSHOT</version>
</dependency>
</dependencies>
<reporting>