From 98e63f0244dfd9e90d4888f86ccad59c0dc3996c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 18 Apr 2020 19:45:48 +0200 Subject: POM: Move annotation processors to compiler plugin configuration. Change-Id: Id39984b5bbabc0dd7eda97885bc8fd6c984459a0 --- pom.xml | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ebfaa8e..f903800 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,7 @@ 3.0.2 0.61.10 + 5.4.14.Final 2.9.8 1.6.1 5.5.0 @@ -105,12 +106,6 @@ mapstruct ${mapstruct.version} - - org.mapstruct - mapstruct-processor - ${mapstruct.version} - provided - @@ -220,12 +215,6 @@ hibernate-types-52 - - - org.hibernate - hibernate-jpamodelgen - - org.jsoup @@ -255,11 +244,6 @@ org.mapstruct mapstruct - - org.mapstruct - mapstruct-processor - provided - @@ -317,6 +301,24 @@ maven-compiler-plugin ${compiler-plugin.version} + + + + + + org.hibernate + hibernate-jpamodelgen + ${hibernate.version} + + + + + org.mapstruct + mapstruct-processor + ${mapstruct.version} + + + -- cgit v1.2.3