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
Tags
1 merge request!12Ozg 7573 grpc server
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
...@@ -40,12 +40,6 @@ ...@@ -40,12 +40,6 @@
<name>Eingangs Adapter - Common</name> <name>Eingangs Adapter - Common</name>
<dependencies> <dependencies>
<!-- OZG-Cloud -->
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<!-- spring --> <!-- spring -->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
<groupId>de.ozgcloud.eingang</groupId> <groupId>de.ozgcloud.eingang</groupId>
<artifactId>common</artifactId> <artifactId>common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<dependency> <dependency>
<groupId>de.ozgcloud.eingang</groupId> <groupId>de.ozgcloud.eingang</groupId>
<artifactId>semantik-adapter</artifactId> <artifactId>semantik-adapter</artifactId>
......
...@@ -49,6 +49,11 @@ ...@@ -49,6 +49,11 @@
</properties> </properties>
<dependencies> <dependencies>
<!-- OZG-Cloud -->
<dependency>
<groupId>de.ozgcloud.eingang</groupId>
<artifactId>forwarder</artifactId>
</dependency>
<dependency> <dependency>
<groupId>de.ozgcloud.vorgang</groupId> <groupId>de.ozgcloud.vorgang</groupId>
<artifactId>vorgang-manager-utils</artifactId> <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