This is an automated email from the ASF dual-hosted git repository.

lesun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cbe3d0  [GOBBLIN-1407] Clean up google-http-client imports from 
GobblinClusterUtils
1cbe3d0 is described below

commit 1cbe3d0aacf47edb78bf50986d70047e49f72798
Author: Lei Sun <[email protected]>
AuthorDate: Wed Mar 10 19:37:33 2021 -0800

    [GOBBLIN-1407] Clean up google-http-client imports from GobblinClusterUtils
    
    Closes #3241 from autumnust/cleanIncorrectImport
---
 .../src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java
 
b/gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java
index 828906b..205355b 100644
--- 
a/gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java
+++ 
b/gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinClusterUtils.java
@@ -34,9 +34,9 @@ import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
 import org.apache.hadoop.yarn.api.ApplicationConstants;
 
-import com.google.api.client.util.Lists;
 import com.google.common.base.Splitter;
 import com.google.common.collect.ImmutableList;
+import com.google.common.collect.Lists;
 import com.typesafe.config.Config;
 import com.typesafe.config.ConfigFactory;
 

Reply via email to