summaryrefslogtreecommitdiffstats
path: root/utils-test/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-07-03 15:15:54 +0100
committeradheli.tavares <adheli.tavares@est.tech>2024-07-03 15:15:54 +0100
commit9e9ed3910ff353fdf816b6e6ec1d908142d859d1 (patch)
treeb3bfac2ba1408d5ef21faab0265ebb5fbac5bdb7 /utils-test/pom.xml
parent5adeeef86bb4de331f84879beffd91633e764bed (diff)
Revert "Refactor tests to remove hamcrest dependency"
This reverts commit 5adeeef86bb4de331f84879beffd91633e764bed. Reason for revert: deleted class is being used in other components Issue-ID: POLICY-5043 Change-Id: I867b4842826c528444544d84068784843d51684c Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r--utils-test/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index 78f748a1..a659062b 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -87,5 +87,11 @@
<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>