From 40e28b72629d2107a0d81ef40987e14381c6837e Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 8 Nov 2022 14:38:43 +0100
Subject: [PATCH] OZG-3073-add-license

---
 mail-service/pom.xml         | 27 ---------------------------
 notification-manager/pom.xml | 27 ---------------------------
 pluto-interface/pom.xml      | 31 -------------------------------
 pluto-server/pom.xml         | 28 ----------------------------
 pluto-utils/pom.xml          | 26 --------------------------
 5 files changed, 139 deletions(-)

diff --git a/mail-service/pom.xml b/mail-service/pom.xml
index c55d69ade..344b85344 100644
--- a/mail-service/pom.xml
+++ b/mail-service/pom.xml
@@ -17,7 +17,6 @@
 		<!-- TODO version management -->
 		<shedlock.version>4.25.0</shedlock.version>
 		<logcaptor.version>2.7.10</logcaptor.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencies>
@@ -161,32 +160,6 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-								<exclude>pom.xml</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/notification-manager/pom.xml b/notification-manager/pom.xml
index 384ab41f7..1d65ac548 100644
--- a/notification-manager/pom.xml
+++ b/notification-manager/pom.xml
@@ -14,7 +14,6 @@
 
 	<properties>
 		<user-manager-interface.version>1.0.0</user-manager-interface.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencies>
@@ -95,32 +94,6 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-								<exclude>pom.xml</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 </project>
\ No newline at end of file
diff --git a/pluto-interface/pom.xml b/pluto-interface/pom.xml
index 3a2c91ba9..9e085bb83 100644
--- a/pluto-interface/pom.xml
+++ b/pluto-interface/pom.xml
@@ -22,8 +22,6 @@
 		<java.version>17</java.version>
 		<maven.compiler.source>${java.version}</maven.compiler.source>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
-
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 	</properties>
 
 	<dependencyManagement>
@@ -107,35 +105,6 @@
 					</execution>
 				</executions>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<mapping>
-						<proto>SLASHSTAR_STYLE</proto>
-					</mapping>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/*.yaml</exclude>
-								<exclude>**/*.yml</exclude>
-								<exclude>README.md</exclude>
-								<exclude>pom.xml</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-					<dependency>
-						<groupId>de.itvsh.kop.common</groupId>
-						<artifactId>kop-common-license</artifactId>
-						<version>${kop.license.version}</version>
-					</dependency>
-				</dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/pluto-server/pom.xml b/pluto-server/pom.xml
index 1f8e494c4..3cc571317 100644
--- a/pluto-server/pom.xml
+++ b/pluto-server/pom.xml
@@ -28,8 +28,6 @@
 		<mongock.version>5.1.4</mongock.version>
 
 		<testcontainer.version>1.17.3</testcontainer.version>
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
-
 		<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
 	</properties>
 
@@ -277,32 +275,6 @@
 				<groupId>pl.project13.maven</groupId>
 				<artifactId>git-commit-id-plugin</artifactId>
 			</plugin>
-
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-								<exclude>pom.xml</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 
diff --git a/pluto-utils/pom.xml b/pluto-utils/pom.xml
index ad153a4a5..57c6f415b 100644
--- a/pluto-utils/pom.xml
+++ b/pluto-utils/pom.xml
@@ -23,7 +23,6 @@
 		<maven-failsafe-plugin.version>3.0.0-M7</maven-failsafe-plugin.version>
 		<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
 		
-		<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
 		<lombok.version>1.18.24</lombok.version>
 	</properties>
 
@@ -178,31 +177,6 @@
 					</execution>
 				</executions>
 			</plugin>
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<version>4.1</version>
-				<configuration>
-					<licenseSets>
-						<licenseSet>
-							<header>license/eupl_v1_2_de/header.txt</header>
-							<excludes>
-								<exclude>**/README</exclude>
-								<exclude>src/test/resources/**</exclude>
-								<exclude>src/main/resources/**</exclude>
-								<exclude>pom.xml</exclude>
-							</excludes>
-						</licenseSet>
-					</licenseSets>
-				</configuration>
-				<dependencies>
-                    <dependency>
-                        <groupId>de.itvsh.kop.common</groupId>
-                        <artifactId>kop-common-license</artifactId>
-                        <version>${kop.license.version}</version>
-                    </dependency>
-                </dependencies>
-			</plugin>
 		</plugins>
 	</build>
 </project>
\ No newline at end of file
-- 
GitLab