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>