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