From dcd4502a558270bb843cc7a66cf5a630d9646b1b Mon Sep 17 00:00:00 2001 From: Hafflgav <52525.thomas@gmail.com> Date: Wed, 21 Aug 2024 09:10:55 +0200 Subject: [PATCH] feat: adding process app and integration app --- connector-workshop/kyc-process-app/pom.xml | 20 +++++++++++++++++++ .../notifiy-customer-integration/pom.xml | 20 +++++++++++++++++++ connector-workshop/pom.xml | 5 +++++ 3 files changed, 45 insertions(+) create mode 100644 connector-workshop/kyc-process-app/pom.xml create mode 100644 connector-workshop/notifiy-customer-integration/pom.xml diff --git a/connector-workshop/kyc-process-app/pom.xml b/connector-workshop/kyc-process-app/pom.xml new file mode 100644 index 0000000..404e5fb --- /dev/null +++ b/connector-workshop/kyc-process-app/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + io.miragon.consulting + connector-workshop + 1.0.0 + + + kyc-process-app + + + 19 + 19 + UTF-8 + + + \ No newline at end of file diff --git a/connector-workshop/notifiy-customer-integration/pom.xml b/connector-workshop/notifiy-customer-integration/pom.xml new file mode 100644 index 0000000..394096d --- /dev/null +++ b/connector-workshop/notifiy-customer-integration/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + io.miragon.consulting + connector-workshop + 1.0.0 + + + notifiy-customer-integration + + + 19 + 19 + UTF-8 + + + \ No newline at end of file diff --git a/connector-workshop/pom.xml b/connector-workshop/pom.xml index 6de8156..be6b00e 100644 --- a/connector-workshop/pom.xml +++ b/connector-workshop/pom.xml @@ -10,6 +10,11 @@ connector-workshop + pom + + kyc-process-app + notifiy-customer-integration + 19