SGF-560 - Perform additional post release cleanup.

This commit is contained in:
John Blum
2016-11-18 15:25:17 -08:00
parent a9a5d06b19
commit 7683d5434c
2 changed files with 10 additions and 10 deletions

View File

@@ -48,7 +48,6 @@ import org.apache.geode.security.AuthInitialize;
import org.apache.geode.security.AuthenticationFailedException;
import org.apache.geode.security.NotAuthorizedException;
import org.apache.geode.security.ResourcePermission;
import org.apache.shiro.util.Assert;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.FixMethodOrder;
@@ -69,6 +68,7 @@ import org.springframework.data.gemfire.test.support.ClientServerIntegrationTest
import org.springframework.data.gemfire.util.CollectionUtils;
import org.springframework.data.gemfire.util.PropertiesBuilder;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;
import lombok.EqualsAndHashCode;