Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge f1d3d44 into c752550
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinYSpasov authored May 2, 2019
2 parents c752550 + f1d3d44 commit 1b8f5c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [4.0.0-M17] - 2019-05-02
### Changed
- Add unified-search module to bom

## [4.0.0-M16] - 2019-05-02
### Changed
- Fixed ElasticSearch dependency hell
Expand Down
5 changes: 5 additions & 0 deletions framework-api-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
<artifactId>event-buffer-api</artifactId>
<version>${cpp.framework-api.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.justice.framework-api</groupId>
<artifactId>framework-api-unifiedsearch</artifactId>
<version>${cpp.framework-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 1b8f5c3

Please sign in to comment.