Skip to content

Commit 8a9c614

Browse files
committed
fix: jandex plugin 1.2 brings jandex 2.4.0 causing compatibility issues
Newer Jandex versions generate indices that cannot be read by older versions. This is causing issues, in particular, with the currently released Quarkus version. Fabric8 5.7.1 was also bringing Jandex 2.4, which is reverted in 5.7.2.
1 parent 9341dca commit 8a9c614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<maven.compiler.target>${java.version}</maven.compiler.target>
4242

4343
<junit.version>5.7.2</junit.version>
44-
<fabric8-client.version>5.7.1</fabric8-client.version>
44+
<fabric8-client.version>5.7.2</fabric8-client.version>
4545
<slf4j.version>1.7.32</slf4j.version>
4646
<log4j.version>2.14.1</log4j.version>
4747
<mokito.version>3.12.4</mokito.version>
@@ -67,7 +67,7 @@
6767
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
6868
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
6969
<git-commit-id-maven-plugin.version>5.0.0</git-commit-id-maven-plugin.version>
70-
<jandex-maven-plugin.version>1.2.0</jandex-maven-plugin.version>
70+
<jandex-maven-plugin.version>1.1.1</jandex-maven-plugin.version>
7171
<formatter-maven-plugin.version>2.16.0</formatter-maven-plugin.version>
7272
<directory-maven-plugin.version>0.3.1</directory-maven-plugin.version>
7373
</properties>

0 commit comments

Comments
 (0)