Skip to content

Commit 4f848af

Browse files
committed
Got Html5FormsService working...
1 parent 6a34135 commit 4f848af

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

rest-services/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<xml-unit-version>2.9.1</xml-unit-version>
102102
<xerces-version>2.12.2</xerces-version>
103103
<wiremock.version>3.4.2</wiremock.version>
104+
<_4point-hamcrest-matchers.version>0.0.1-SNAPSHOT</_4point-hamcrest-matchers.version>
104105
</properties>
105106

106107
<build>
@@ -560,5 +561,11 @@
560561
<version>${wiremock.version}</version>
561562
<scope>test</scope>
562563
</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>
563570
</dependencies>
564571
</project>

0 commit comments

Comments
 (0)