From ed93cb46a68994a11e867bae0816b90fb04af7a8 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 4 Dec 2023 13:40:19 +0100 Subject: [PATCH] OZG-4589 OZG-4642 Use ozgcloud-license --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f33bd5811..1e0261880 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ <jsoup.version>1.14.3</jsoup.version> <xmlschema.version>2.3.0</xmlschema.version> - <kop.license.version>1.3.0</kop.license.version> + <ozgcloud.license.version>1.3.0</ozgcloud.license.version> <!-- plugins --> <jaxb2-plugin.version>0.15.2</jaxb2-plugin.version> @@ -199,9 +199,9 @@ </configuration> <dependencies> <dependency> - <groupId>de.itvsh.kop.common</groupId> - <artifactId>kop-common-license</artifactId> - <version>${kop.license.version}</version> + <groupId>de.ozgcloud.common</groupId> + <artifactId>ozgcloud-common-license</artifactId> + <version>${ozgcloud.license.version}</version> </dependency> </dependencies> </plugin> -- GitLab