We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a34135 commit 4f848afCopy full SHA for 4f848af
1 file changed
rest-services/pom.xml
@@ -101,6 +101,7 @@
101
<xml-unit-version>2.9.1</xml-unit-version>
102
<xerces-version>2.12.2</xerces-version>
103
<wiremock.version>3.4.2</wiremock.version>
104
+ <_4point-hamcrest-matchers.version>0.0.1-SNAPSHOT</_4point-hamcrest-matchers.version>
105
</properties>
106
107
<build>
@@ -560,5 +561,11 @@
560
561
<version>${wiremock.version}</version>
562
<scope>test</scope>
563
</dependency>
564
+ <dependency>
565
+ <groupId>com._4point.testing</groupId>
566
+ <artifactId>4point-hamcrest-matchers</artifactId>
567
+ <version>${_4point-hamcrest-matchers.version}</version>
568
+ <scope>test</scope>
569
+ </dependency>
570
</dependencies>
571
</project>
0 commit comments