Skip to content
Snippets Groups Projects
Commit e96c0017 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

OZG-7689 fix build

parent c489cf6d
No related branches found
No related tags found
1 merge request!16Ozg 7689 move status change event
...@@ -123,11 +123,11 @@ ...@@ -123,11 +123,11 @@
<version>${zufi-manager-interface.version}</version> <version>${zufi-manager-interface.version}</version>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>de.ozgcloud.processor</groupId>--> <groupId>de.ozgcloud.processor</groupId>
<!-- <artifactId>processor-manager</artifactId>--> <artifactId>processor-manager</artifactId>
<!-- <version>${processor-manager.version}</version>--> <version>${processor-manager.version}</version>
<!-- </dependency>--> </dependency>
<dependency> <dependency>
<groupId>de.ozgcloud.user</groupId> <groupId>de.ozgcloud.user</groupId>
......
...@@ -118,7 +118,7 @@ class VorgangEventListenerITCase { ...@@ -118,7 +118,7 @@ class VorgangEventListenerITCase {
void shouldCallProcessorService() { void shouldCallProcessorService() {
publisher.publishEvent(new VorgangCreatedEvent("id")); publisher.publishEvent(new VorgangCreatedEvent("id"));
verify(vorgangProcessorService, timeout(500)).processVorgang(any(), anyString()); verify(vorgangProcessorService, timeout(500)).processVorgang(any());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment