summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/pom.xml
diff options
context:
space:
mode:
authorOleg Mitsura <oleg.mitsura@amdocs.com>2019-04-15 14:56:44 -0400
committerOleg Mitsura <oleg.mitsura@amdocs.com>2019-04-16 16:01:54 -0400
commit569eaa5163b07d153c9b76195ecfd586bc84d7a7 (patch)
treeda264ee769c22aaa3e9b65f59edf477a32aa7168 /ms/cds-sdc-listener/application/pom.xml
parent8063159d056e8b85cabf648202c219c6ae4fb3c8 (diff)
Added health-check feature for SDC-Listener that will be neede by Liveness probe inside HELM chart.
Issue-ID: CCSDK-1144 Change-Id: Ie6465a794a9c34136008892d141fe4662e41f6d7 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Diffstat (limited to 'ms/cds-sdc-listener/application/pom.xml')
-rw-r--r--ms/cds-sdc-listener/application/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml
index 537b1d6d2..657e3934e 100644
--- a/ms/cds-sdc-listener/application/pom.xml
+++ b/ms/cds-sdc-listener/application/pom.xml
@@ -80,9 +80,15 @@
<dependency>
<groupId>org.onap.ccsdk.cds.components</groupId>
<artifactId>proto-definition</artifactId>
- <version>0.4.2-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-core</artifactId>
+ <version>3.2.6.RELEASE</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>