diff --git a/CHANGELOG.md b/CHANGELOG.md index acb0422..f97f08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - upgrade libraries versions - correction of technical problem with Integration tests (because of Maven format in technical answer to "sonar-orchestrator-junit5" library) - update from jdk 11 to 17 +- Add Lombok annotation processing inside `maven-compiler` plugin, to fix compile error on Arm64 architecture ### Deleted diff --git a/pom.xml b/pom.xml index b292cfb..c59fdb0 100644 --- a/pom.xml +++ b/pom.xml @@ -67,6 +67,7 @@ 5.17.0 + 1.18.38 2.2.2 @@ -176,7 +177,7 @@ org.projectlombok lombok - 1.18.38 + ${lombok.version} test @@ -189,6 +190,15 @@ org.apache.maven.plugins maven-compiler-plugin 3.14.0 + + + + org.projectlombok + lombok + ${lombok.version} + + + org.apache.maven.plugins