Skip to content

Commit

Permalink
Exclusions for kind and google-cloud-functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda authored and fedinskiy committed Aug 22, 2023
1 parent c34d14f commit d648985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/exclusions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,8 @@ spring-data-rest=skip-all
hibernate-orm-rest-data-panache=skip-all
## Spring Web can only work if 'quarkus-resteasy-jackson' or 'quarkus-resteasy-reactive-jackson' is present
funqy-knative-events,spring-web=skip-all
## kind extension needs 'kind' tool available
kind=skip-all
## https://github.com/quarkusio/quarkus/issues/35476
google-cloud-functions=skip-all
funqy-google-cloud-functions=skip-all

0 comments on commit d648985

Please sign in to comment.