Skip to content

Commit

Permalink
chore: replace jboss jandex plugin with smallrye (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Jan 5, 2024
1 parent 5368245 commit 61b12d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertx-vaadin-flow-jandex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>1.1.1</version>
<version>3.1.6</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit 61b12d6

Please sign in to comment.