diff --git a/pom.xml b/pom.xml
index 94e4ac05f8b9537b25b10d044f8c97a06de3b5e1..3d513328d166601de48c3f6d03001bdbc7383953 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,12 +38,12 @@
 	<version>2.12.0-SNAPSHOT</version>
 	<name>OZG-Cloud User Manager</name>
 	<packaging>pom</packaging>
+	<inceptionYear>2022</inceptionYear>
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-		<ozgcloud.license.version>1.6.0</ozgcloud.license.version>
 		<lombok.version>1.18.34</lombok.version>
 
 		<quarkus.mongock.version>0.3.0</quarkus.mongock.version>
@@ -59,7 +59,6 @@
 		<maven-source.plugin.version>3.3.0</maven-source.plugin.version>
 
 		<!-- TODO move to common-dependencies -->
-		<dependency-track-maven-plugin.version>1.7.0</dependency-track-maven-plugin.version>
 		<cyclonedx-maven-plugin.version>2.7.11</cyclonedx-maven-plugin.version>
 
 	</properties>
@@ -121,29 +120,6 @@
 				<plugin>
 					<groupId>com.mycila</groupId>
 					<artifactId>license-maven-plugin</artifactId>
-					<version>4.1</version>
-					<configuration>
-						<mapping>
-							<config>SCRIPT_STYLE</config>
-						</mapping>
-						<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>
-								</excludes>
-							</licenseSet>
-						</licenseSets>
-					</configuration>
-					<dependencies>
-						<dependency>
-							<groupId>de.ozgcloud.common</groupId>
-							<artifactId>ozgcloud-common-license</artifactId>
-							<version>${ozgcloud.license.version}</version>
-						</dependency>
-					</dependencies>
 				</plugin>
 				<plugin>
 					<groupId>io.quarkus.platform</groupId>
@@ -248,7 +224,7 @@
 					<configuration>
 						<dependencyTrackBaseUrl>https://dependency-track.ozg-sh.de</dependencyTrackBaseUrl>
 						<failOnError>true</failOnError>
-						<createProject>true</createProject>
+<!--						<createProject>true</createProject>-->
 					</configuration>
 				</plugin>
 
diff --git a/user-manager-interface/pom.xml b/user-manager-interface/pom.xml
index 43977d572584374863ab02d103a75f000960c0d5..a92232ce9158bfb3c927837e7f50a68fd5482b63 100644
--- a/user-manager-interface/pom.xml
+++ b/user-manager-interface/pom.xml
@@ -36,6 +36,7 @@
 	<artifactId>user-manager-interface</artifactId>
 	<name>OZG-Cloud User Manager Interface</name>
 	<description>gRPC Interface for User Manager</description>
+	<inceptionYear>2022</inceptionYear>
 
 	<dependencies>
 		<dependency>
@@ -70,17 +71,6 @@
 				<artifactId>maven-source-plugin</artifactId>
 			</plugin>
 
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-				<configuration>
-					<mapping>
-						<proto>SLASHSTAR_STYLE</proto>
-						<config>SCRIPT_STYLE</config>
-					</mapping>
-				</configuration>
-			</plugin>
-
 			<plugin>
 				<groupId>com.github.os72</groupId>
 				<artifactId>protoc-jar-maven-plugin</artifactId>
diff --git a/user-manager-server/pom.xml b/user-manager-server/pom.xml
index cc59e8fea49e41005aaaa51ce932d992002beab0..17e8333072bb4ca55e907d63055b1bce1e3293b3 100644
--- a/user-manager-server/pom.xml
+++ b/user-manager-server/pom.xml
@@ -33,6 +33,7 @@
 
 	<artifactId>user-manager-server</artifactId>
 	<name>OZG-Cloud User Manager Server</name>
+	<inceptionYear>2022</inceptionYear>
 
 	<properties>
 		<skipITs>false</skipITs>
@@ -259,10 +260,6 @@
 				<groupId>org.jacoco</groupId>
 				<artifactId>jacoco-maven-plugin</artifactId>
 			</plugin>
-			<plugin>
-				<groupId>com.mycila</groupId>
-				<artifactId>license-maven-plugin</artifactId>
-			</plugin>
 			<!-- Core plugins -->
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>