Skip to content

Commit

Permalink
KOGITO-9404: Exclude the Sink recipient from the kogito-addons-quarku…
Browse files Browse the repository at this point in the history
…s-jobs-service-embedded (#1779)

(cherry picked from commit 9ec3214)
  • Loading branch information
wmedvede committed Jun 17, 2023
1 parent e801e80 commit 8cb1b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@
<groupId>org.kie.kogito</groupId>
<artifactId>job-http-recipient-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.kie.kogito</groupId>
<artifactId>job-sink-recipient-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-container-image-jib</artifactId>
</exclusion>
<!-- embedded jobs service works hand in hand with the kogito-addons-quarkus-jobs-management,
only the http recipient is needed -->
<exclusion>
<groupId>org.kie.kogito</groupId>
<artifactId>job-sink-recipient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 8cb1b24

Please sign in to comment.