@@ -94,12 +94,11 @@ under the License.
94
94
<mockito .version>4.6.1</mockito .version>
95
95
<mockito-inline .version>4.6.1</mockito-inline .version>
96
96
<wiremock .version>2.27.2</wiremock .version>
97
- <!-- <wiremock.version>3.0.1</wiremock.version>-->
98
97
<maven .shade.plugin.version>3.1.1</maven .shade.plugin.version>
99
98
<resilence4j .version>1.7.1</resilence4j .version>
100
99
<japicmp .skip>false</japicmp .skip>
101
100
<japicmp .referenceVersion>1.17.0</japicmp .referenceVersion>
102
- <!-- to match flinks level -->
101
+ <!-- to match flink's level -->
103
102
<slf4j .version>1.7.36</slf4j .version>
104
103
<!-- can be removed with maven-spotless-plugin:2.38+ -->
105
104
<spotless .skip>false</spotless .skip>
@@ -139,7 +138,7 @@ under the License.
139
138
<artifactId >flink-java</artifactId >
140
139
<version >${flink.version} </version >
141
140
<exclusions >
142
- <!-- exlusion required to pass convergence check in CI -->
141
+ <!-- exclusion required to pass convergence check in CI -->
143
142
<exclusion >
144
143
<groupId >com.esotericsoftware.kryo</groupId >
145
144
<artifactId >kryo</artifactId >
@@ -186,6 +185,7 @@ under the License.
186
185
<groupId >org.apache.flink</groupId >
187
186
<artifactId >flink-core</artifactId >
188
187
<version >${flink.version} </version >
188
+ <!-- exclusion required to pass convergence check in CI -->
189
189
<exclusions >
190
190
<exclusion >
191
191
<groupId >org.apache.commons</groupId >
@@ -281,6 +281,7 @@ under the License.
281
281
<dependency >
282
282
<groupId >io.github.resilience4j</groupId >
283
283
<artifactId >resilience4j-retry</artifactId >
284
+ <!-- exclusions required to pass convergence check in CI -->
284
285
<exclusions >
285
286
<exclusion >
286
287
<groupId >org.slf4j</groupId >
@@ -333,6 +334,7 @@ under the License.
333
334
<groupId >org.apache.flink</groupId >
334
335
<artifactId >flink-test-utils-junit</artifactId >
335
336
<version >${flink.version} </version >
337
+ <!-- exclusions required to pass convergence check in CI -->
336
338
<exclusions >
337
339
<exclusion >
338
340
<groupId >com.fasterxml.jackson.core</groupId >
@@ -360,16 +362,6 @@ under the License.
360
362
<scope >provided</scope >
361
363
</dependency >
362
364
363
- <!-- For dependency convergence
364
- <dependency>
365
- <groupId>org.junit</groupId>
366
- <artifactId>junit-bom</artifactId>
367
- <version>${junit5.version}</version>
368
- <type>pom</type>
369
- <scope>test</scope>
370
- </dependency>
371
- -->
372
-
373
365
<dependency >
374
366
<groupId >org.assertj</groupId >
375
367
<artifactId >assertj-core</artifactId >
@@ -380,6 +372,7 @@ under the License.
380
372
<groupId >org.mockito</groupId >
381
373
<artifactId >mockito-junit-jupiter</artifactId >
382
374
<version >${mockito.version} </version >
375
+ <!-- exclusion required to pass convergence check in CI -->
383
376
<exclusions >
384
377
<exclusion >
385
378
<groupId >org.junit.jupiter</groupId >
@@ -392,6 +385,7 @@ under the License.
392
385
<groupId >org.mockito</groupId >
393
386
<artifactId >mockito-core</artifactId >
394
387
<version >${mockito.version} </version >
388
+ <!-- exclusion required to pass convergence check in CI -->
395
389
<exclusions >
396
390
<exclusion >
397
391
<groupId >org.objenesis</groupId >
@@ -434,7 +428,7 @@ under the License.
434
428
<groupId >com.github.tomakehurst</groupId >
435
429
<artifactId >wiremock</artifactId >
436
430
<version >${wiremock.version} </version >
437
- <!-- excluding for convergance reasons -->
431
+ <!-- exclusion required to pass convergence check in CI -->
438
432
<exclusions >
439
433
<exclusion >
440
434
<groupId >com.google.guava</groupId >
@@ -587,7 +581,6 @@ under the License.
587
581
<ignoreAllNonTestScoped >true</ignoreAllNonTestScoped >
588
582
<ignoredDependencies >
589
583
<!-- These dependencies are required for the unit tests to succeed -->
590
- <!-- <ignoredDependency>org.apache.flink:flink-table-test-utils:jar:1.20.0</ignoredDependency>-->
591
584
<ignoredDependency >org.mockito:mockito-inline:jar:4.6.1</ignoredDependency >
592
585
</ignoredDependencies >
593
586
</configuration >
0 commit comments