Skip to content

Commit

Permalink
Added support for legacy ActiveMQ versions. Fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
petternordlander committed May 8, 2018
1 parent 564d971 commit db90c86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
## [1.4.4]

### Added
- #23 Support for legacy ActiveMQ versions

### Changed
- #22 Script transformation of messages during copy and move
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<artifactId>activemq-client</artifactId>
<version>${activemq.version}</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>${activemq.version}</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit db90c86

Please sign in to comment.