diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-07-02 14:19:11 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-07-02 14:19:53 +0100 |
commit | 5adeeef86bb4de331f84879beffd91633e764bed (patch) | |
tree | 1d5b10aadfa3597b6c024f81fe6681a5cad90dc3 /utils-test/pom.xml | |
parent | aded3decff8170ff8a0ab888d0dd311d734a68ee (diff) |
Refactor tests to remove hamcrest dependency
Issue-ID: POLICY-5043
Change-Id: Ic72209632810c54f69f801a04033d73d866e2bc5
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r-- | utils-test/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml index a659062b..78f748a1 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -87,11 +87,5 @@ <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-core</artifactId> - <version>2.2</version> - <scope>compile</scope> - </dependency> </dependencies> </project> |