File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
src/test/java/org/apache/flink/autoscaler
flink-kubernetes-operator-api Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ under the License.
107107 <scope >test</scope >
108108 </dependency >
109109
110+ <dependency >
111+ <groupId >org.awaitility</groupId >
112+ <artifactId >awaitility</artifactId >
113+ <version >${awaitility.version} </version >
114+ </dependency >
115+
110116 </dependencies >
111117
112118 <build >
Original file line number Diff line number Diff line change 5252import java .util .stream .Collectors ;
5353
5454import static org .assertj .core .api .Assertions .assertThat ;
55+ import static org .awaitility .Awaitility .await ;
5556import static org .junit .jupiter .api .Assertions .assertEquals ;
5657import static org .junit .jupiter .api .Assertions .assertThrows ;
5758import static org .junit .jupiter .api .Assertions .fail ;
58- import static org .testcontainers .shaded .org .awaitility .Awaitility .await ;
5959
6060/** Tests for {@link RestApiMetricsCollector}. */
6161class RestApiMetricsCollectorTest {
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ under the License.
3232 <packaging >jar</packaging >
3333
3434 <properties >
35- <awaitility .version>4.1.0</awaitility .version>
3635 <plugins .tmp.dir>${project.build.directory} /plugins</plugins .tmp.dir>
3736 </properties >
3837
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ under the License.
110110 <surefire .module.config/>
111111
112112 <derby .version>10.15.2.0</derby .version>
113+ <awaitility .version>4.1.0</awaitility .version>
113114 </properties >
114115
115116 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments