We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc252e commit 9492575Copy full SHA for 9492575
pom.xml
@@ -74,7 +74,6 @@
74
<micrometer-core.version>1.13.3</micrometer-core.version>
75
<okhttp.version>4.12.0</okhttp.version>
76
<caffeine.version>3.1.8</caffeine.version>
77
- <jenvtest.version>0.9.6</jenvtest.version>
78
<mustache.version>0.9.11</mustache.version>
79
<commons.io.version>2.16.1</commons.io.version>
80
sample-operators/leader-election/src/test/java/io/javaoperatorsdk/operator/sample/LeaderElectionE2E.java
@@ -10,7 +10,6 @@
10
import java.util.OptionalInt;
11
import java.util.UUID;
12
import java.util.stream.IntStream;
13
-import javaoperatorsdk.sample.v1.LeaderElection;
14
15
import org.junit.jupiter.api.AfterEach;
16
import org.junit.jupiter.api.BeforeEach;
0 commit comments