diff --git a/LICENSE b/LICENSE
index 8aa2645..d5e65da 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) [year] [fullname]
+Copyright (c) 2025 Oliver Weyhmüller
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/pom.xml b/pom.xml
index 81a130a..18eac22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
MIT
- https://www.apache.org/licenses/LICENSE-2.0
+ https://spdx.org/licenses/MIT.html
@@ -40,6 +40,7 @@
UTF-8
@
${java.version}
+ ${start-class}
3.4.3
2024.0.0
@@ -110,12 +111,21 @@
-
+
org.springframework.boot
spring-boot-starter-web
@@ -185,7 +195,8 @@
-
+
+
org.apache.maven.plugins
maven-deploy-plugin
@@ -494,6 +505,78 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+
+ org.jetbrains.kotlin
+ kotlin-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+
+
+ io.github.git-commit-id
+ git-commit-id-maven-plugin
+
+
+
+ org.cyclonedx
+ cyclonedx-maven-plugin
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+
+
+ org.owasp
+ dependency-check-maven
+
+
+ org.jacoco
+ jacoco-maven-plugin
+
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+