File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
core/deployment/src/main/java/io/quarkus/deployment Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ public interface Capability {
106106 String OPENSHIFT = QUARKUS_PREFIX + "openshift" ;
107107 String OPENSHIFT_CLIENT = OPENSHIFT + ".client" ;
108108
109+ String OIDC = QUARKUS_PREFIX + ".oidc" ;
110+
109111 /**
110112 * Presence of an io.opentracing tracer (for example, Jaeger).
111113 */
Original file line number Diff line number Diff line change 5757 <plugin >
5858 <groupId >io.quarkus</groupId >
5959 <artifactId >quarkus-extension-maven-plugin</artifactId >
60+ <configuration >
61+ <capabilities >
62+ <provides >io.quarkus.oidc</provides >
63+ </capabilities >
64+ </configuration >
6065 </plugin >
6166 <plugin >
6267 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments