Skip to content

Commit

Permalink
fix ManagedChannel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
t2h6 authored Dec 19, 2024
1 parent c2a5c0d commit d256855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
*/
package org.apache.beam.fn.harness.logging;

import io.grpc.ManagedChannel;
import java.util.concurrent.CompletableFuture;
import java.util.function.Function;
import org.apache.beam.vendor.grpc.v1p60p1.io.grpc.ManagedChannel;
import org.apache.beam.model.pipeline.v1.Endpoints;
import org.apache.beam.sdk.options.PipelineOptions;
import org.apache.beam.sdk.options.SdkHarnessOptions;
Expand Down

0 comments on commit d256855

Please sign in to comment.