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 202
202
<artifactId >operator-framework</artifactId >
203
203
<version >${project.version} </version >
204
204
</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 >
214
205
<dependency >
215
206
<groupId >com.squareup.okhttp3</groupId >
216
207
<artifactId >logging-interceptor</artifactId >
Original file line number Diff line number Diff line change 10
10
import java .util .OptionalInt ;
11
11
import java .util .UUID ;
12
12
import java .util .stream .IntStream ;
13
- import javaoperatorsdk .sample .v1 .LeaderElection ;
14
13
15
14
import org .junit .jupiter .api .AfterEach ;
16
15
import org .junit .jupiter .api .BeforeEach ;
You can’t perform that action at this time.
0 commit comments