Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit e45f45f

Browse files
author
allanmckenzie
authored
Merge pull request #481 from CJSCommonPlatform/remove-unused-dependencies
Remove unused hamcrest-date dependencies from 2.4.x
2 parents 4695aa5 + cf3126d commit e45f45f

File tree

2 files changed

+0
-9
lines changed
  • event-sourcing/event-repository/event-repository-jdbc
  • test-utils/test-utils-core

2 files changed

+0
-9
lines changed

event-sourcing/event-repository/event-repository-jdbc/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
<artifactId>hamcrest-library</artifactId>
8080
<scope>test</scope>
8181
</dependency>
82-
<dependency>
83-
<groupId>org.exparity</groupId>
84-
<artifactId>hamcrest-date</artifactId>
85-
<scope>test</scope>
86-
</dependency>
8782
<dependency>
8883
<groupId>uk.gov.justice.services</groupId>
8984
<artifactId>event-repository-liquibase</artifactId>

test-utils/test-utils-core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
<groupId>org.hamcrest</groupId>
6060
<artifactId>hamcrest-library</artifactId>
6161
</dependency>
62-
<dependency>
63-
<groupId>org.exparity</groupId>
64-
<artifactId>hamcrest-date</artifactId>
65-
</dependency>
6662
<dependency>
6763
<groupId>org.mockito</groupId>
6864
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)