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

Merge pull request 'OZG-4561 use new user-manager interfaces' (#341) from...

Merge pull request 'OZG-4561 use new user-manager interfaces' (#341) from OZG-4561-use-new-user-manager-interfaces into master

Reviewed-on: https://git.ozg-sh.de/ozgcloud-app/alfa/pulls/341


Reviewed-by: default avatarOZGCloud <ozgcloud@mgm-tp.com>
parents 13518df1 84c3a0ef
Branches
Tags
No related merge requests found
......@@ -122,7 +122,7 @@
<artifactId>kop-common-pdf</artifactId>
</dependency>
<dependency>
<groupId>de.itvsh.kop.user</groupId>
<groupId>de.ozgcloud.user</groupId>
<artifactId>user-manager-interface</artifactId>
</dependency>
......
......@@ -2,7 +2,7 @@ package de.ozgcloud.alfa.common.user;
import org.mapstruct.Mapper;
import de.itvsh.kop.user.userprofile.GrpcUserProfile;
import de.ozgcloud.user.userprofile.GrpcUserProfile;
@Mapper
interface UserProfileMapper {
......
......@@ -29,9 +29,9 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.stereotype.Service;
import de.itvsh.kop.user.grpc.userprofile.GrpcGetUserProfileRequest;
import de.itvsh.kop.user.grpc.userprofile.UserProfileServiceGrpc;
import de.itvsh.kop.user.grpc.userprofile.UserProfileServiceGrpc.UserProfileServiceBlockingStub;
import de.ozgcloud.user.grpc.userprofile.UserProfileServiceGrpc;
import de.ozgcloud.user.grpc.userprofile.UserProfileServiceGrpc.UserProfileServiceBlockingStub;
import de.ozgcloud.user.userprofile.GrpcGetUserProfileRequest;
import io.grpc.Channel;
import io.grpc.Status;
import io.grpc.StatusRuntimeException;
......
......@@ -23,9 +23,9 @@
*/
package de.ozgcloud.alfa.common.user;
import de.itvsh.kop.user.grpc.userprofile.GrpcGetUserProfileRequest;
import de.itvsh.kop.user.grpc.userprofile.GrpcGetUserProfileResponse;
import de.itvsh.kop.user.userprofile.GrpcUserProfile;
import de.ozgcloud.user.userprofile.GrpcGetUserProfileRequest;
import de.ozgcloud.user.userprofile.GrpcGetUserProfileResponse;
import de.ozgcloud.user.userprofile.GrpcUserProfile;
public class GrpcUserProfileTestFactory {
......
......@@ -8,7 +8,7 @@ import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.mapstruct.factory.Mappers;
import de.itvsh.kop.user.userprofile.GrpcUserProfile;
import de.ozgcloud.user.userprofile.GrpcUserProfile;
class UserProfileMapperTest {
......
......@@ -37,8 +37,8 @@ import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Spy;
import de.itvsh.kop.user.grpc.userprofile.GrpcGetUserProfileRequest;
import de.itvsh.kop.user.grpc.userprofile.UserProfileServiceGrpc.UserProfileServiceBlockingStub;
import de.ozgcloud.user.grpc.userprofile.UserProfileServiceGrpc.UserProfileServiceBlockingStub;
import de.ozgcloud.user.userprofile.GrpcGetUserProfileRequest;
import io.grpc.Status;
import io.grpc.StatusRuntimeException;
......
......@@ -53,7 +53,7 @@
<vorgang-manager.version>2.0.0-SNAPSHOT</vorgang-manager.version>
<kop-common-pdf.version>2.3.1</kop-common-pdf.version>
<user-manager.version>1.6.0</user-manager.version>
<user-manager.version>2.0.0-SNAPSHOT</user-manager.version>
</properties>
<build>
......@@ -111,7 +111,7 @@
<version>${kop-common-pdf.version}</version>
</dependency>
<dependency>
<groupId>de.itvsh.kop.user</groupId>
<groupId>de.ozgcloud.user</groupId>
<artifactId>user-manager-interface</artifactId>
<version>${user-manager.version}</version>
<exclusions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment