Skip to content

Commit

Permalink
Use same jandex version for core module and maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo42 committed May 13, 2024
1 parent b90b230 commit ec86a68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions crd-generator/collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

<packaging>jar</packaging>

<properties>
<jandex.version>3.1.7</jandex.version>
</properties>

<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
Expand All @@ -43,7 +39,6 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>${jandex.version}</version>
</dependency>

<!-- Testing -->
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
<vertx.version>4.5.7</vertx.version>
<zjsonpatch.version>0.3.0</zjsonpatch.version>
<jandex.version>3.1.8</jandex.version>

<!-- API versions -->
<jsr305.version>3.0.2</jsr305.version>
Expand Down Expand Up @@ -165,7 +166,6 @@
<maven.plugin.plugin.version>3.13.0</maven.plugin.plugin.version>
<gmavenplus-plugin.version>3.0.2</gmavenplus-plugin.version>
<gradle-api-maven-plugin.version>0.0.5</gradle-api-maven-plugin.version>
<jandex.plugin.version>3.1.8</jandex.plugin.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<jkube.version>1.16.2</jkube.version>
<sonar-maven-plugin.version>3.11.0.3922</sonar-maven-plugin.version>
Expand Down Expand Up @@ -900,6 +900,11 @@
<artifactId>okio</artifactId>
<version>${okio.version}</version>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>${jandex.version}</version>
</dependency>

<!-- Testing and Mocking -->
<dependency>
Expand Down Expand Up @@ -1111,7 +1116,7 @@
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>${jandex.plugin.version}</version>
<version>${jandex.version}</version>
<executions>
<execution>
<id>make-index</id>
Expand Down

0 comments on commit ec86a68

Please sign in to comment.