Skip to content

Commit

Permalink
Fixup 141ad67 Re-add activemq extension after it was added back in Camel
Browse files Browse the repository at this point in the history
4.0.0-RC1 fix #5087
  • Loading branch information
ppalaga committed Jul 12, 2023
1 parent fc71f40 commit 9faa615
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@
</dependency>

<!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-activemq</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-amqp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
---
name: "Camel ActiveMQ"
description: "Send messages to (or consume from) Apache ActiveMQ. This component extends the Camel JMS component"
icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg"
metadata:
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/activemq.html"
categories:
Expand Down

0 comments on commit 9faa615

Please sign in to comment.