diff --git a/common/pom.xml b/common/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..3c6ebf7276737dac081a4a3c528b6241f6ccb436
--- /dev/null
+++ b/common/pom.xml
@@ -0,0 +1,12 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>de.itvsh.kop.eingangsadapter</groupId>
+		<artifactId>parent</artifactId>
+		<version>0.13.0-SNAPSHOT</version>
+	</parent>
+	<artifactId>common</artifactId>
+	<name>Eingangs Adapter - Common</name>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 341976e62ce61ec2db57fe977d907fd7b8975f4e..9885ccc50fe55754770723c5fafa6432bb415dde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
 
 	<modules>
 		<module>intelliform-adapter</module>
+		<module>common</module>
 	</modules>
 
 	<properties>