From 6e41f38bd3efb6848914dcf0e61664c04d1e3bb0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 16 Jun 2020 21:08:57 +0200 Subject: POM: Add quarkus-panache-common as an annotation processor. This works around https://github.com/quarkusio/quarkus/issues/9961. Change-Id: I74e2511eb1eed6d7aee866e8d9690784d94269f1 --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 900f3c8..ed9b20a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,14 +18,14 @@ 3.0.0 3.8.1 - 1.4.2.Final + 1.5.1.Final 3.1.0 1.31.2 quarkus-bom io.quarkus - 1.4.2.Final + 1.5.1.Final 0.2.0 3.0.2 @@ -252,12 +252,21 @@ + org.hibernate hibernate-jpamodelgen ${hibernate.version} + + + + io.quarkus + quarkus-panache-common + ${quarkus.platform.version} + + -- cgit v1.2.3