diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml
index 15bd98c96f..a0d4d7b8c9 100644
--- a/rm-community/rm-community-repo/pom.xml
+++ b/rm-community/rm-community-repo/pom.xml
@@ -378,30 +378,25 @@
0.9.10
test
-
-
- org.slf4j
- slf4j-api
- 1.7.2
-
io.swagger
swagger-parser
1.0.23
+ test
com.github.fge
json-schema-validator
2.2.6
+ test
com.google.guava
guava
18.0
-
diff --git a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseYamlUnitTest.java b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseYamlUnitTest.java
index b95e40dcdb..fc33aec1b5 100644
--- a/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseYamlUnitTest.java
+++ b/rm-community/rm-community-repo/unit-test/java/org/alfresco/module/org_alfresco_module_rm/test/util/BaseYamlUnitTest.java
@@ -27,7 +27,7 @@
package org.alfresco.module.org_alfresco_module_rm.test.util;
-import static junit.framework.TestCase.assertFalse;
+import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
@@ -58,7 +58,7 @@ import org.apache.commons.io.IOUtils;
import org.apache.commons.io.filefilter.WildcardFileFilter;
/**
- * Unit tests for Yaml files.
+ * Base class for unit tests for Yaml files.
*
* @author Sara Aspery
* @since 2.6