diff --git a/goofy-server/pom.xml b/goofy-server/pom.xml
index 448ed43101e28e88ac34279e06b115598f8da8f6..9c68b482b0988f999a7cb1385bee185836eb7e44 100644
--- a/goofy-server/pom.xml
+++ b/goofy-server/pom.xml
@@ -89,6 +89,10 @@
 			<groupId>de.itvsh.ozg.pluto</groupId>
 			<artifactId>pluto-utils</artifactId>
 		</dependency>
+		<dependency>
+			<groupId>de.itvsh.kop.common</groupId>
+			<artifactId>kop-common-pdf</artifactId>
+		</dependency>
 		
 		<!-- tools -->
 		<dependency>
diff --git a/pom.xml b/pom.xml
index c9aad80142dd4869b4653a35cf3a72162f11573b..ce17122232f4c322c304d199cb1bbcaa0915c6a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
 
 		<pluto.version>1.1.0-SNAPSHOT</pluto.version>
 		<jsoup.version>1.15.1</jsoup.version>
+		<kop-common-pdf.version>1.3.0-SNAPSHOT</kop-common-pdf.version>
 	</properties>
 
 	<dependencyManagement>
@@ -43,7 +44,7 @@
 			<dependency>
 				<groupId>de.itvsh.kop.common</groupId>
 				<artifactId>kop-common-pdf</artifactId>
-				<version>1.3.0-SNAPSHOT</version>
+				<version>${kop-common-pdf.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jsoup</groupId>