Skip to content
Snippets Groups Projects
Commit d0f53b6b authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-3119_interne_usermanager_adresse

parents 124e6bc2 300e1ea3
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,10 @@ ...@@ -89,6 +89,10 @@
<groupId>de.itvsh.ozg.pluto</groupId> <groupId>de.itvsh.ozg.pluto</groupId>
<artifactId>pluto-utils</artifactId> <artifactId>pluto-utils</artifactId>
</dependency> </dependency>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-pdf</artifactId>
</dependency>
<!-- tools --> <!-- tools -->
<dependency> <dependency>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<pluto.version>1.1.0-SNAPSHOT</pluto.version> <pluto.version>1.1.0-SNAPSHOT</pluto.version>
<jsoup.version>1.15.1</jsoup.version> <jsoup.version>1.15.1</jsoup.version>
<kop-common-pdf.version>1.3.0-SNAPSHOT</kop-common-pdf.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
<dependency> <dependency>
<groupId>de.itvsh.kop.common</groupId> <groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-pdf</artifactId> <artifactId>kop-common-pdf</artifactId>
<version>1.3.0-SNAPSHOT</version> <version>${kop-common-pdf.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jsoup</groupId> <groupId>org.jsoup</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment