diff --git a/CHANGELOG.md b/CHANGELOG.md index 724347cfa..e7118c791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [11.0.0-M3] - 2021-05-07 +### Changed +- Update framework to 11.0.0-M3 + ## [11.0.0-M2] - 2021-02-08 ### Changed - Update to JEE 8 diff --git a/event-sourcing/event-publisher/event-publisher-timer/pom.xml b/event-sourcing/event-publisher/event-publisher-timer/pom.xml index 5e12e70d4..a47043977 100644 --- a/event-sourcing/event-publisher/event-publisher-timer/pom.xml +++ b/event-sourcing/event-publisher/event-publisher-timer/pom.xml @@ -14,6 +14,7 @@ javax javaee-api + provided uk.gov.justice.utils diff --git a/pom.xml b/pom.xml index adbb5a8e1..acb570f18 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ uk.gov.justice maven-framework-parent-pom - 11.0.0-M2 + 11.0.0-M3 uk.gov.justice.event-store @@ -38,7 +38,7 @@ event-store - 11.0.0-M2 + 11.0.0-M3