File tree 2 files changed +1
-12
lines changed
operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/dependent/workflow
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 12
12
import io .javaoperatorsdk .operator .sample .simple .TestCustomResource ;
13
13
14
14
import static org .assertj .core .api .Assertions .assertThat ;
15
- import static org .junit .Assert .assertThrows ;
16
15
import static org .junit .jupiter .api .Assertions .assertFalse ;
16
+ import static org .junit .jupiter .api .Assertions .assertThrows ;
17
17
import static org .junit .jupiter .api .Assertions .assertTrue ;
18
18
import static org .mockito .Mockito .*;
19
19
Original file line number Diff line number Diff line change 72
72
<awaitility .version>4.2.0</awaitility .version>
73
73
<spring-boot .version>2.7.3</spring-boot .version>
74
74
<micrometer-core .version>1.13.3</micrometer-core .version>
75
- <okhttp .version>4.12.0</okhttp .version>
76
75
<caffeine .version>3.1.8</caffeine .version>
77
76
<mustache .version>0.9.11</mustache .version>
78
77
<commons .io.version>2.16.1</commons .io.version>
198
197
<artifactId >operator-framework</artifactId >
199
198
<version >${project.version} </version >
200
199
</dependency >
201
- <dependency >
202
- <groupId >com.squareup.okhttp3</groupId >
203
- <artifactId >logging-interceptor</artifactId >
204
- <version >${okhttp.version} </version >
205
- </dependency >
206
- <dependency >
207
- <groupId >com.squareup.okhttp3</groupId >
208
- <artifactId >mockwebserver</artifactId >
209
- <version >${okhttp.version} </version >
210
- </dependency >
211
200
<dependency >
212
201
<groupId >com.github.ben-manes.caffeine</groupId >
213
202
<artifactId >caffeine</artifactId >
You can’t perform that action at this time.
0 commit comments