Skip to content

Commit

Permalink
Remove dependency on liquibase jars from test-utils-persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed Jul 8, 2021
1 parent 5c42e22 commit e156f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]
## [11.0.0-M67] - 2021-07-08
### Changed
- Removed dependency on liquibase jars from test-utils-persistence

## [11.0.0-M6] - 2021-06-15
### Changed
- Update framework to 11.0.0-M6
Expand Down
4 changes: 0 additions & 4 deletions test-utils-event-store/test-utils-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit e156f04

Please sign in to comment.