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-server</artifactId>
<packaging>${packaging.type}</packaging>
<description>The server part of the financer application - a simple app to manage your personal finances</description>
@@ -58,6 +57,11 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<!-- Financer dependencies -->
<dependency>
<groupId>de.77zzcx7.financer</groupId>
<artifactId>financer-common</artifactId>
</dependency>
<!-- Runtime dependencies -->
<dependency>