TAS-3987 ability to execute TAS RestAPI on java11

This commit is contained in:
Paul Brodner
2019-03-04 17:18:01 +00:00
committed by Meenal Bhave
parent 5e0b967727
commit a42e753ff2
18 changed files with 32 additions and 30 deletions
@@ -24,7 +24,7 @@ import org.alfresco.utility.model.UserModel;
import org.alfresco.utility.report.Bug;
import org.alfresco.utility.testrail.ExecutionType;
import org.alfresco.utility.testrail.annotation.TestRail;
import org.apache.commons.lang.RandomStringUtils;
import org.apache.commons.lang3.RandomStringUtils;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
import org.testng.annotations.BeforeClass;