Skip to content

Commit

Permalink
Add messaging-jms dependency to framework-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh committed Nov 9, 2022
1 parent 4eb11e1 commit 93cbeb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file, which follo
on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]
## [11.0.0-M23] - 2022-11-09
### Added
- Add messaging-jms dependency to framework-bom

## [11.0.0-M22] - 2022-11-03
### Security
Expand Down
5 changes: 5 additions & 0 deletions framework-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
<artifactId>messaging-core</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>messaging-jms</artifactId>
<version>${framework.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.services</groupId>
<artifactId>persistence-deltaspike</artifactId>
Expand Down

0 comments on commit 93cbeb5

Please sign in to comment.