Integrate push-service app

This commit is contained in:
2020-07-28 00:11:38 +02:00
parent 8cb9a8e717
commit 427c4cbf70
10 changed files with 54 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
<activeProfiles>dev</activeProfiles>
<!-- Property to define the final name of the build artifact.
This used in combination with the build-war profile to change the .war file name
to e.g. financer#00004.war so that the application is accessible via the /financer
to e.g. financer##00004.war so that the application is accessible via the /financer
context path once deployed in a standalone servlet container instance. This also enables multiple
deployments of the application in the same servlet container just with different context
paths. Default is the artifactId, the build-war profile defines its own default.
@@ -59,6 +59,10 @@
<artifactId>mime-types</artifactId>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>de.77zzcx7.push-service</groupId>
<artifactId>push-service-client-lib</artifactId>
</dependency>
<!-- Financer dependencies -->
<dependency>