Skip to content
Snippets Groups Projects
Commit 616b5308 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7573 put forwarder dependency in enterprise adapter and formcycle

parent 0e19f26a
Branches
No related tags found
1 merge request!12Ozg 7573 grpc server
......@@ -40,12 +40,6 @@
<name>Eingangs Adapter - Common</name>
<dependencies>
<!-- OZG-Cloud -->
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<!-- spring -->
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -46,6 +46,10 @@
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>common</artifactId>
</dependency>
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>semantik-adapter</artifactId>
......
......@@ -49,6 +49,11 @@
</properties>
<dependencies>
<!-- OZG-Cloud -->
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<dependency>
<groupId>de.ozgcloud.vorgang</groupId>
<artifactId>vorgang-manager-utils</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment