Introduce module financer-common that hosts common code for server and (web) client

Also various fixes all over the place
This commit is contained in:
2019-06-27 20:25:22 +02:00
parent 099562c408
commit eae6f374f5
40 changed files with 176 additions and 434 deletions

View File

@@ -10,7 +10,6 @@
<version>11-SNAPSHOT</version>
</parent>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-web-client</artifactId>
<packaging>${packaging.type}</packaging>
<description>The web client part of the financer application - a simple app to manage your personal finances</description>
@@ -49,6 +48,12 @@
</dependency>
<!-- Misc dependencies -->
<!-- Financer dependencies -->
<dependency>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-common</artifactId>
</dependency>
<!-- Runtime dependencies -->
<!-- Test dependencies -->