Skip to content

Commit

Permalink
feat: adding notify-customer-connector module
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafflgav committed Jan 15, 2024
1 parent e318be1 commit 8facd00
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions futue-proof-connector/notify-customer-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.miragon.miranum.consulting</groupId>
<artifactId>miranum-consulting</artifactId>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>notify-customer-connector</artifactId>

<properties>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
<module>customer-onboarding-showcase</module>
<module>miranum-stack-showcase</module>
<module>futue-proof-connector</module>
<module>futue-proof-connector/notify-customer-connector</module>
</modules>
</project>

0 comments on commit 8facd00

Please sign in to comment.