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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user