Skip to content
Snippets Groups Projects
Commit 40713a19 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4606 add missing dependency, fix renaming issues

parent faeaf302
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
......
......@@ -35,10 +35,10 @@ import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Service;
import de.itvsh.kop.common.errorhandling.TechnicalException;
import de.ozgcloud.apilib.user.OzgCloudUserId;
import de.ozgcloud.apilib.user.OzgCloudUserProfileService;
import de.ozgcloud.command.Command;
import de.ozgcloud.common.errorhandling.TechnicalException;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
......
......@@ -74,11 +74,10 @@ ozgcloud:
# file-manager:
# address: ${ozgcloud.vorgang-manager.address}
# negotiation-type: plaintext
# command-manager:
# address: ${ozgcloud.vorgang-manager.address}
# address: self:self
# negotiation-type: plaintext
# user-manager:
# address: ${grpc.client.user-manager.address:false}
# address: static://127.0.0.1:9000
# negotiation-type: ${grpc.client.user-manager.negotiationType:TLS}
\ No newline at end of file
command-manager:
address: self:self
negotiation-type: plaintext
user-manager:
address: ${grpc.client.user-manager.address}
negotiation-type: ${grpc.client.user-manager.negotiationType
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment