Skip to content

Commit

Permalink
[hotfix] Use properly shaded guava version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Feb 7, 2022
1 parent 69d9fad commit fb28673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
import org.apache.flink.util.TestLoggerExtension;
import org.apache.flink.util.function.RunnableWithException;

import org.apache.flink.shaded.curator5.com.google.common.collect.Iterables;
import org.apache.flink.shaded.curator5.org.apache.curator.framework.CuratorFramework;
import org.apache.flink.shaded.guava30.com.google.common.collect.Iterables;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand Down

0 comments on commit fb28673

Please sign in to comment.