RM-2254: Updates to Base test to support running tests against Wiremock

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@106569 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Webster
2015-06-19 14:53:30 +00:00
parent bfb85786b9
commit f718ad0b1b

View File

@@ -116,6 +116,11 @@
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.56</version>
</dependency>
<!-- Enables JUnit remote testing -->
<dependency>
<groupId>com.tradeshift</groupId>