[SIS-3] adding meetup implementation

This commit is contained in:
Sheldan
2022-06-19 19:56:49 +02:00
parent 853e1e4946
commit f6956958bb
89 changed files with 3387 additions and 12 deletions

View File

@@ -81,6 +81,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>dev.sheldan.sissi.application.module</groupId>
<artifactId>meetup</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>