From 1864e06c655853e3b322c44e8ce4802c4e1f6065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Henrique=20H=C3=BCpner?= Date: Fri, 16 Jun 2023 09:13:01 -0300 Subject: [PATCH] Fixes #3335 - Only build annotationscan-classfile with JDK21 --- extension/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/extension/pom.xml b/extension/pom.xml index 748f7849a6..e8783f5037 100644 --- a/extension/pom.xml +++ b/extension/pom.xml @@ -17,7 +17,6 @@ annotationscan - annotationscan-classfile apache-fileupload bytesstreamhandler coreprofile @@ -76,4 +75,16 @@ test + + + + jdk21 + + 21 + + + annotationscan-classfile + + +