diff --git a/common/pom.xml b/common/pom.xml
index 19f384dc11a68d52b809cb2f06e661c29a96b286..d3a815c3c482cbed79b2fa502bc5b745ef2e3980 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -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>
diff --git a/enterprise-adapter/pom.xml b/enterprise-adapter/pom.xml
index 109660c3b960721d328a4bf9f063f2096a1943d3..9e3d45ca71353866d000766d98285e1c3ffd1c3c 100644
--- a/enterprise-adapter/pom.xml
+++ b/enterprise-adapter/pom.xml
@@ -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>
diff --git a/formcycle-adapter/pom.xml b/formcycle-adapter/pom.xml
index 2e7f85ed29e3331585bbcf5adaa8ab7b0972b3d0..8c249502d8e536b98157712290503feaff6075fb 100644
--- a/formcycle-adapter/pom.xml
+++ b/formcycle-adapter/pom.xml
@@ -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>