Skip to content

Commit

Permalink
fixed slack because of CAMEL-20464
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Mar 8, 2024
1 parent a8d1d05 commit 67cc9e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/slack/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-slack</artifactId>
</dependency>
<!-- Optional dependency, if not present Quarkus complains about missing class -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cloudevents-deployment</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions extensions/slack/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-slack</artifactId>
</dependency>
<!-- Optional dependency, if not present Quarkus complains about missing class -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-cloudevents</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
Expand Down

0 comments on commit 67cc9e1

Please sign in to comment.