Skip to content
Snippets Groups Projects
Commit 1f055fcd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6162 Include Archive-Manager in Vorgang-Manager

parent 6e29b2fe
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
<ozgcloud-starter.version>0.10.0</ozgcloud-starter.version>
<notification-manager.version>2.10.0-SNAPSHOT</notification-manager.version>
<collaboration-manager.version>0.2.0-SNAPSHOT</collaboration-manager.version>
<archive-manager.version>0.1.0-SNAPSHOT</archive-manager.version>
<zip.version>2.11.1</zip.version>
<jsoup.version>1.15.3</jsoup.version>
......@@ -157,6 +158,11 @@
<artifactId>collaboration-manager-server</artifactId>
<version>${collaboration-manager.version}</version>
</dependency>
<dependency>
<groupId>de.ozgcloud.archive</groupId>
<artifactId>archive-manager-server</artifactId>
<version>${archive-manager.version}</version>
</dependency>
<!-- Spring -->
<dependency>
......
......@@ -38,6 +38,8 @@ grpc:
negotiationType: PLAINTEXT
vorgang-manager:
negotiationType: PLAINTEXT
file-manager:
negotiationType: PLAINTEXT
server:
security:
enabled: false
......
......@@ -27,6 +27,9 @@ grpc:
vorgang-manager:
address: self:self
negotiationType: TLS
file-manager:
address: self:self
negotiationType: TLS
user-manager:
negotiationType: TLS
email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment