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