File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 202202 <artifactId >operator-framework</artifactId >
203203 <version >${project.version} </version >
204204 </dependency >
205- <!--
206- regarding the okhttp explicit version
207- see https://github.com/fabric8io/kubernetes-client/issues/4290
208- -->
209- <dependency >
210- <groupId >com.squareup.okhttp3</groupId >
211- <artifactId >okhttp</artifactId >
212- <version >${okhttp.version} </version >
213- </dependency >
214205 <dependency >
215206 <groupId >com.squareup.okhttp3</groupId >
216207 <artifactId >logging-interceptor</artifactId >
Original file line number Diff line number Diff line change 1010import java .util .OptionalInt ;
1111import java .util .UUID ;
1212import java .util .stream .IntStream ;
13- import javaoperatorsdk .sample .v1 .LeaderElection ;
1413
1514import org .junit .jupiter .api .AfterEach ;
1615import org .junit .jupiter .api .BeforeEach ;
You can’t perform that action at this time.
0 commit comments