Remove old subscription code and other fixes 84/137484/7
authormpriyank <priyank.maheshwari@est.tech>
Wed, 6 Mar 2024 12:52:47 +0000 (12:52 +0000)
committerPriyank Maheshwari <priyank.maheshwari@est.tech>
Wed, 6 Mar 2024 15:25:00 +0000 (15:25 +0000)
commit351f39126899711dd0ec4fcee35b1f5fbd295bbb
tree90e3a59e3d0515635ef21b7ed59fe3b65f701ae4
parent344e546241667dddc80f5296398780d09ed48009
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 <priyank.maheshwari@est.tech>
pom.xml
src/main/java/org/onap/cps/ncmp/dmi/exception/CloudEventConstructionException.java [deleted file]
src/main/java/org/onap/cps/ncmp/dmi/notifications/cmsubscription/CmSubscriptionDmiInEventConsumer.java [deleted file]
src/main/java/org/onap/cps/ncmp/dmi/notifications/cmsubscription/CmSubscriptionDmiOutEventToCloudEventMapper.java [deleted file]
src/main/java/org/onap/cps/ncmp/dmi/notifications/mapper/CloudEventMapper.java [deleted file]
src/test/groovy/org/onap/cps/ncmp/dmi/notifications/cmsubscription/CmSubscriptionDmiInEventConsumerSpec.groovy [deleted file]
src/test/groovy/org/onap/cps/ncmp/dmi/notifications/cmsubscription/CmSubscriptionDmiOutEventToCloudEventMapperSpec.groovy [deleted file]
src/test/groovy/org/onap/cps/ncmp/dmi/notifications/mapper/CloudEventMapperSpec.groovy [deleted file]
src/test/groovy/org/onap/cps/ncmp/dmi/rest/controller/DmiRestControllerSpec.groovy