AMBARI-21260. Remove metainfo latest url - unused imports
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9bf9bbc8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9bf9bbc8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9bf9bbc8 Branch: refs/heads/trunk Commit: 9bf9bbc849f4c615be855b2be741cd7d7875755a Parents: f8b3240 Author: Attila Doroszlai <[email protected]> Authored: Mon Jun 19 09:43:27 2017 +0200 Committer: Attila Doroszlai <[email protected]> Committed: Mon Jun 19 09:43:27 2017 +0200 ---------------------------------------------------------------------- .../apache/ambari/server/api/services/AmbariMetaInfoTest.java | 4 ---- .../ambari/server/controller/AmbariManagementControllerTest.java | 3 --- 2 files changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9bf9bbc8/ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java b/ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java index e9a6ff7..4d2a8ae 100644 --- a/ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java +++ b/ambari-server/src/test/java/org/apache/ambari/server/api/services/AmbariMetaInfoTest.java @@ -21,7 +21,6 @@ package org.apache.ambari.server.api.services; import static org.easymock.EasyMock.createNiceMock; import static org.easymock.EasyMock.expect; import static org.easymock.EasyMock.replay; -import static org.easymock.EasyMock.reset; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; @@ -59,7 +58,6 @@ import org.apache.ambari.server.orm.OrmTestHelper; import org.apache.ambari.server.orm.dao.AlertDefinitionDAO; import org.apache.ambari.server.orm.dao.MetainfoDAO; import org.apache.ambari.server.orm.entities.AlertDefinitionEntity; -import org.apache.ambari.server.orm.entities.MetainfoEntity; import org.apache.ambari.server.orm.entities.RepositoryVersionEntity; import org.apache.ambari.server.stack.StackManager; import org.apache.ambari.server.stack.StackManagerFactory; @@ -92,8 +90,6 @@ import org.apache.ambari.server.state.stack.OsFamily; import org.apache.ambari.server.utils.EventBusSynchronizer; import org.apache.commons.io.FileUtils; import org.apache.commons.lang.StringUtils; -import org.easymock.Capture; -import org.easymock.EasyMock; import org.junit.AfterClass; import org.junit.BeforeClass; import org.junit.Rule; http://git-wip-us.apache.org/repos/asf/ambari/blob/9bf9bbc8/ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java b/ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java index d76fa9b..b3a12f2 100644 --- a/ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java +++ b/ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java @@ -49,9 +49,6 @@ import java.util.Properties; import java.util.Set; import java.util.UUID; -import javax.net.ssl.HostnameVerifier; -import javax.net.ssl.HttpsURLConnection; -import javax.net.ssl.SSLSession; import javax.persistence.EntityManager; import org.apache.ambari.server.AmbariException;
