From bdcbd68a88669016f3930d5c0621c72c56ffe0d5 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:26:50 +0200 Subject: [PATCH] get rid of unsupported versions for jandex-plugin (#4754) --- vaadin-core-jandex/pom.xml | 6 +++--- vaadin-jandex/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vaadin-core-jandex/pom.xml b/vaadin-core-jandex/pom.xml index 6bd7fb8c7..9a8742015 100644 --- a/vaadin-core-jandex/pom.xml +++ b/vaadin-core-jandex/pom.xml @@ -36,7 +36,7 @@ org.jboss jandex - 2.3.0.Final + 3.1.6 test @@ -65,9 +65,9 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin - 1.1.0 + 3.1.6 make-index diff --git a/vaadin-jandex/pom.xml b/vaadin-jandex/pom.xml index 500daa049..5a4ccdf96 100644 --- a/vaadin-jandex/pom.xml +++ b/vaadin-jandex/pom.xml @@ -36,7 +36,7 @@ org.jboss jandex - 2.3.0.Final + 3.1.6 test @@ -65,9 +65,9 @@ - org.jboss.jandex + io.smallrye jandex-maven-plugin - 1.1.0 + 3.1.6 make-index