File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
microprofile/graphql/server Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments