File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/dependent/workflow Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1212import io .javaoperatorsdk .operator .sample .simple .TestCustomResource ;
1313
1414import static org .assertj .core .api .Assertions .assertThat ;
15- import static org .junit .Assert .assertThrows ;
1615import static org .junit .jupiter .api .Assertions .assertFalse ;
16+ import static org .junit .jupiter .api .Assertions .assertThrows ;
1717import static org .junit .jupiter .api .Assertions .assertTrue ;
1818import static org .mockito .Mockito .*;
1919
Original file line number Diff line number Diff line change 7272 <awaitility .version>4.2.0</awaitility .version>
7373 <spring-boot .version>2.7.3</spring-boot .version>
7474 <micrometer-core .version>1.13.3</micrometer-core .version>
75- <okhttp .version>4.12.0</okhttp .version>
7675 <caffeine .version>3.1.8</caffeine .version>
7776 <mustache .version>0.9.11</mustache .version>
7877 <commons .io.version>2.16.1</commons .io.version>
198197 <artifactId >operator-framework</artifactId >
199198 <version >${project.version} </version >
200199 </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 >
211200 <dependency >
212201 <groupId >com.github.ben-manes.caffeine</groupId >
213202 <artifactId >caffeine</artifactId >
You can’t perform that action at this time.
0 commit comments