From 54ae3b06bac40013c3dda443a94b7b795da76c95 Mon Sep 17 00:00:00 2001 From: koz01 <koz01@PCCPIT1V203-040.msad.vsb.cz> Date: Tue, 29 Mar 2022 15:43:46 +0200 Subject: [PATCH] fix: JPAMetamodeGen with lombok --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3cb0388..ba586c3 100644 --- a/pom.xml +++ b/pom.xml @@ -126,11 +126,6 @@ </path> </annotationProcessorPaths> - <compilerArguments> - - <processor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</processor> - - </compilerArguments> </configuration> <executions> <execution> -- GitLab