Skip to content

Commit bddf064

Browse files
committed
Helidon 3.x build fails with GraalVM 21.0.4+8.1 #9024
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 316d0da commit bddf064

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,13 @@
465465
<groupId>org.jboss.jandex</groupId>
466466
<artifactId>jandex-maven-plugin</artifactId>
467467
<version>${version.plugin.jandex}</version>
468+
<dependencies>
469+
<dependency>
470+
<groupId>org.jboss</groupId>
471+
<artifactId>jandex</artifactId>
472+
<version>3.2.2</version>
473+
</dependency>
474+
</dependencies>
468475
</plugin>
469476
<plugin>
470477
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)