From 31b7c57afbe967c63401cb9c8836a65486100e7a Mon Sep 17 00:00:00 2001 From: Sara Aspery Date: Mon, 20 Nov 2017 07:39:37 +0000 Subject: [PATCH] RM-5875 review changes --- rm-community/rm-community-repo/pom.xml | 9 ++------- .../test/util/BaseYamlUnitTest.java | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) 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