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

OZG-6162 include document-manager for itcases

parent 5bc61d0e
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
<notification-manager.version>2.12.0</notification-manager.version> <notification-manager.version>2.12.0</notification-manager.version>
<collaboration-manager.version>0.5.0-PR-17-SNAPSHOT</collaboration-manager.version> <collaboration-manager.version>0.5.0-PR-17-SNAPSHOT</collaboration-manager.version>
<archive-manager.version>0.1.0-PR-9-SNAPSHOT</archive-manager.version> <archive-manager.version>0.1.0-PR-9-SNAPSHOT</archive-manager.version>
<document-manager.version>1.1.0-SNAPSHOT</document-manager.version>
<zip.version>2.11.5</zip.version> <zip.version>2.11.5</zip.version>
<jsoup.version>1.15.3</jsoup.version> <jsoup.version>1.15.3</jsoup.version>
...@@ -271,6 +272,12 @@ ...@@ -271,6 +272,12 @@
<type>test-jar</type> <type>test-jar</type>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>de.ozgcloud.document</groupId>
<artifactId>document-manager-server</artifactId>
<version>${document-manager.version}</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>de.ozgcloud.nachrichten</groupId> <groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-manager-interface</artifactId> <artifactId>nachrichten-manager-interface</artifactId>
......
...@@ -58,12 +58,12 @@ import com.mongodb.client.gridfs.model.GridFSFile; ...@@ -58,12 +58,12 @@ import com.mongodb.client.gridfs.model.GridFSFile;
import de.ozgcloud.apilib.user.OzgCloudUserId; import de.ozgcloud.apilib.user.OzgCloudUserId;
import de.ozgcloud.apilib.user.OzgCloudUserProfile; import de.ozgcloud.apilib.user.OzgCloudUserProfile;
import de.ozgcloud.apilib.user.OzgCloudUserProfileService; import de.ozgcloud.apilib.user.OzgCloudUserProfileService;
import de.ozgcloud.collaboration.CollaborationManagerConfiguration;
import de.ozgcloud.command.Command; import de.ozgcloud.command.Command;
import de.ozgcloud.command.CommandStatus; import de.ozgcloud.command.CommandStatus;
import de.ozgcloud.common.test.DataITCase; import de.ozgcloud.common.test.DataITCase;
import de.ozgcloud.document.BescheidDocumentCreatedEvent; import de.ozgcloud.document.BescheidDocumentCreatedEvent;
import de.ozgcloud.document.Document; import de.ozgcloud.document.Document;
import de.ozgcloud.document.DocumentManagerConfiguration;
import de.ozgcloud.document.DocumentService; import de.ozgcloud.document.DocumentService;
import de.ozgcloud.document.common.attached_item.AttachedItemService; import de.ozgcloud.document.common.attached_item.AttachedItemService;
import de.ozgcloud.nachrichten.postfach.PostfachAddressTestFactory; import de.ozgcloud.nachrichten.postfach.PostfachAddressTestFactory;
...@@ -112,7 +112,7 @@ class BescheidITCase { ...@@ -112,7 +112,7 @@ class BescheidITCase {
@MockBean @MockBean
private PostfachRemoteService postfachRemoteService; private PostfachRemoteService postfachRemoteService;
@MockBean @MockBean
@Qualifier(CollaborationManagerConfiguration.OZG_CLOUD_USER_PROFILE_SERVICE_NAME) @Qualifier(DocumentManagerConfiguration.USER_PROFILE_SERVICE_NAME)
private OzgCloudUserProfileService documentUserProfileService; private OzgCloudUserProfileService documentUserProfileService;
@Captor @Captor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment