Skip to content

Commit dda867a

Browse files
authored
Add CloudEventsProvider to services (#233)
Signed-off-by: ruromero <rromerom@redhat.com>
1 parent e9c8da0 commit dda867a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/restful-ws-quarkus/src/main/resources/application.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
## The Rest client will send events to the local UserResource
55
io.cloudevents.examples.quarkus.client.UserClient/mp-rest/url=http://localhost:8080
66
io.cloudevents.examples.quarkus.client.UserClient/mp-rest/scope=javax.inject.Singleton
7-
8-
quarkus.index-dependency.cloudevents.group-id=io.cloudevents
9-
quarkus.index-dependency.cloudevents.artifact-id=cloudevents-http-restful-ws
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
io.cloudevents.http.restful.ws.CloudEventsProvider

0 commit comments

Comments
 (0)