From 351f39126899711dd0ec4fcee35b1f5fbd295bbb Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 6 Mar 2024 12:52:47 +0000 Subject: Remove old subscription code and other fixes - removed old subscription related dummy code. - updated cps version to 3.4.6 to use the latest released version - added six dependency for the RTD fix - Removing the CloudEventMapper for now. Can be brought back when somebody uses it - added missing test for InvalidDatastoreException which was failing on coverage check locally Issue-ID: CPS-2149 Change-Id: I60e9036398fea82bb0162ab5524a1cc45dedb611 Signed-off-by: mpriyank --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 736fe799..1a21805e 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ org.onap.cps.ncmp.dmi.Application ${docker.pull.registry}/onap/integration-java17:12.0.0 - 3.3.9 + 3.4.6 ${project.version}-${maven.build.timestamp} 0.98 yyyyMMdd'T'HHmmss'Z' -- cgit 1.2.3-korg