Skip to content

Commit 755091c

Browse files
csvirimetacosm
authored andcommitted
fix: cleanup after rebase on main
Signed-off-by: Attila Mészáros <[email protected]>
1 parent b407174 commit 755091c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/dependent/workflow/WorkflowTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import io.javaoperatorsdk.operator.sample.simple.TestCustomResource;
1313

1414
import static org.assertj.core.api.Assertions.assertThat;
15-
import static org.junit.Assert.assertThrows;
1615
import static org.junit.jupiter.api.Assertions.assertFalse;
16+
import static org.junit.jupiter.api.Assertions.assertThrows;
1717
import static org.junit.jupiter.api.Assertions.assertTrue;
1818
import static org.mockito.Mockito.*;
1919

pom.xml

-11
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
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>
@@ -198,16 +197,6 @@
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>

0 commit comments

Comments
 (0)