File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
core/deployment/src/main/java/io/quarkus/deployment
extensions/resteasy-reactive/rest-client-reactive-jackson/runtime Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public interface Capability {
4242 String REST = QUARKUS_PREFIX + ".rest" ;
4343 String REST_CLIENT = REST + ".client" ;
4444 String REST_CLIENT_REACTIVE = REST_CLIENT + ".reactive" ;
45+ String REST_CLIENT_REACTIVE_JACKSON = REST_CLIENT_REACTIVE + ".jackson" ;
4546 String REST_JACKSON = REST + ".jackson" ;
4647 String REST_JSONB = REST + ".jsonb" ;
4748
Original file line number Diff line number Diff line change 3232 <plugin >
3333 <groupId >io.quarkus</groupId >
3434 <artifactId >quarkus-extension-maven-plugin</artifactId >
35+ <configuration >
36+ <capabilities >
37+ <provides >io.quarkus.rest.client.reactive.jackson</provides >
38+ </capabilities >
39+ </configuration >
3540 </plugin >
3641 <plugin >
3742 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments