RM-5875 review changes

This commit is contained in:
Sara Aspery
2017-11-20 07:39:37 +00:00
parent 52bcb28446
commit 31b7c57afb
2 changed files with 4 additions and 9 deletions

View File

@@ -378,30 +378,25 @@
<version>0.9.10</version>
<scope>test</scope>
</dependency>
<!-- needed for swagger parser below -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.2</version>
</dependency>
<!-- swagger parser -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-parser</artifactId>
<version>1.0.23</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.github.fge/json-schema-validator -->
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
</dependencies>
<profiles>

View File

@@ -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