Skip to content

Commit

Permalink
Jboss jandex kan brukes med jakarta også (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Jul 5, 2023
1 parent ac4eb94 commit 502a6ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,9 @@
</plugin>

<plugin>
<groupId>io.smallrye</groupId>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.0.5</version>
<version>1.2.3</version>
<executions>
<execution>
<id>make-index</id>
Expand All @@ -450,10 +450,10 @@
</pluginManagement>

<plugins>
<!-- <plugin>-->
<!-- <groupId>io.smallrye</groupId>-->
<!-- <artifactId>jandex-maven-plugin</artifactId>-->
<!-- </plugin>-->
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 502a6ac

Please sign in to comment.