From 14a9a365c5aaaa4a34fe23541dc455134056cbdb Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 21 Jun 2021 15:12:57 +0100 Subject: Remove the obsolete DmaapPublisher module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The module is not part of the SDC repo build and not being used in the project. It also does not build in its current state. Change-Id: Ide1bcde26c2781cba9d0baa3a3da1b9c96ba5144 Issue-ID: SDC-3620 Signed-off-by: André Schmid --- utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml (limited to 'utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml') diff --git a/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml b/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml deleted file mode 100644 index da2ebd635a..0000000000 --- a/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.yaml +++ /dev/null @@ -1,6 +0,0 @@ -publisherPropertiesFilePath: "resources/catalogWfMgmt.properties" -topicMessages: - - "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"action\":\"Activate\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"action\":\"Rollback\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"action\":\"Activate\"}" - #- "{\"transactionId\": \"221e8cbe-493d-4848-b46c-a552b8928075\",\"action\":\"Activate\"}" \ No newline at end of file -- cgit 1.2.3-korg