Skip to content

Commit d248c30

Browse files
committed
Adjust versions
Signed-off-by: Jorge Bescos Gascon <[email protected]>
1 parent 5649252 commit d248c30

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

microprofile/graphql/server/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
<plugin>
8383
<groupId>org.jboss.jandex</groupId>
8484
<artifactId>jandex-maven-plugin</artifactId>
85+
<!-- Temporal fix meanwhile there are no newer versions of the plugin -->
86+
<dependencies>
87+
<dependency>
88+
<groupId>org.jboss</groupId>
89+
<artifactId>jandex</artifactId>
90+
<version>3.1.8</version>
91+
</dependency>
92+
</dependencies>
8593
<executions>
8694
<execution>
8795
<id>make-index</id>

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -465,13 +465,6 @@
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>
475468
</plugin>
476469
<plugin>
477470
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)