Merge remote-tracking branch 'origin/master' into feature/RM-2685_caveatGroupsView_UI

This commit is contained in:
David Webster
2016-02-12 17:03:28 +00:00

View File

@@ -132,6 +132,11 @@
<artifactId>wiremock</artifactId>
<version>1.56</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>