diff --git a/base-framework-cache-starter/pom.xml b/base-framework-cache-starter/pom.xml
index 697e434..2a342a2 100644
--- a/base-framework-cache-starter/pom.xml
+++ b/base-framework-cache-starter/pom.xml
@@ -1,6 +1,6 @@
3.0.3
2.1.0
@@ -278,20 +279,6 @@
org.apache.maven.plugins
maven-compiler-plugin
${maven-compiler-plugin.version}
-
-
-
- org.mapstruct
- mapstruct-processor
- ${org.mapstruct.version}
-
-
- org.projectlombok
- lombok
- ${lombok.version}
-
-
-
org.jacoco
@@ -348,6 +335,35 @@
easyj-maven-plugin
${maven-easyj.version}
+
+ org.apache.rat
+ apache-rat-plugin
+ ${apache-rat-plugin.version}
+
+
+ ..gitignore
+ CHANGELOG.md
+ qodana.yaml
+ .flattened-pom.xml
+ qodana.yaml
+ style/*
+ **/README.md
+ .github/**/*
+ logs/*
+ **/*.txt
+ **/*.imports
+ **/**.yaml
+
+
+
+
+ verify
+
+ check
+
+
+
+
@@ -355,31 +371,6 @@
org.apache.rat
apache-rat-plugin
- ${apache-rat-plugin.version}
-
-
- ..gitignore
- CHANGELOG.md
- qodana.yaml
- .flattened-pom.xml
- qodana.yaml
- style/*
- README.md
- .github/**/*
- logs/*
- **/*.txt
- **/*.imports
- **/**.yaml
-
-
-
-
- verify
-
- check
-
-
-
org.apache.maven.plugins
@@ -391,16 +382,30 @@
true
- org.mapstruct
- mapstruct-processor
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
org.projectlombok
lombok
+ ${lombok.version}
+
+
+ org.projectlombok
+ lombok-mapstruct-binding
+ ${lombok-mapstruct-binding.version}
+
+
+ org.mapstruct
+ mapstruct-processor
+ ${org.mapstruct.version}
-
org.springframework.boot