Skip to content

Commit 1f21dea

Browse files
marko-bekhtayrodiere
authored andcommitted
Use quarkus-openapi-generator-oidc dependency
since it's where the auth stuff lives now starting with 2.7
1 parent 61a2e7f commit 1f21dea

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3939
<quarkus-github-app.version>2.8.1</quarkus-github-app.version>
40-
<quarkus-openapi-generator.version>2.7.0-lts</quarkus-openapi-generator.version>
40+
<quarkus-openapi-generator.version>2.7.0</quarkus-openapi-generator.version>
4141
<!-- Using a single property for both plugin and platform, so that GitHub's Dependabot doesn't get confused -->
4242
<quarkus.version>3.17.3</quarkus.version>
4343
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
@@ -100,13 +100,10 @@
100100
<artifactId>quarkus-openapi-generator</artifactId>
101101
<version>${quarkus-openapi-generator.version}</version>
102102
</dependency>
103-
<!--
104-
Without the OIDC filter dependency generated client leads to an obscure errors like:
105-
> WARN [io.qua.arc.pro.BeanArchives] Failed to index io.quarkus.oidc.client.runtime.AbstractTokensProducer: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Loader: TEST for DevelocityReportFormatterTest (QuarkusTest)@65b19e5c
106-
-->
107103
<dependency>
108-
<groupId>io.quarkus</groupId>
109-
<artifactId>quarkus-rest-client-oidc-filter</artifactId>
104+
<groupId>io.quarkiverse.openapi.generator</groupId>
105+
<artifactId>quarkus-openapi-generator-oidc</artifactId>
106+
<version>${quarkus-openapi-generator.version}</version>
110107
</dependency>
111108
<dependency>
112109
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)