Skip to content

Commit

Permalink
Added ActiveMQ to cope with Camel refactoring in 7.0.0-A24+
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-ligios committed Mar 17, 2021
1 parent ce53cdd commit 5772026
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 542 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

<keystore.settings>@@keystore.settings@@</keystore.settings>

<activemq.version>@@activemq.version</activemq.version>

<!-- JRebel Hot reloading of classpath stuff and web resource stuff -->
<jrebel.version>1.1.8</jrebel.version>

Expand Down Expand Up @@ -81,6 +83,14 @@
<version>${alfresco.sdk.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-all</artifactId>
<version>${activemq.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down
Loading

0 comments on commit 5772026

Please sign in to comment.