Skip to content

Commit d6f9d96

Browse files
committed
Exclude a dependency to avoid conflict
1 parent e1f55da commit d6f9d96

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

hudi-client/hudi-client-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163
<dependency>
164164
<groupId>org.awaitility</groupId>
165165
<artifactId>awaitility</artifactId>
166-
<version>3.1.2</version>
167166
<scope>test</scope>
168167
</dependency>
169168

hudi-integ-test/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@
363363
<dependency>
364364
<groupId>org.awaitility</groupId>
365365
<artifactId>awaitility</artifactId>
366-
<version>3.1.2</version>
367366
<scope>test</scope>
368367
</dependency>
369368

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,12 @@
11191119
<artifactId>awaitility</artifactId>
11201120
<version>${awaitility.version}</version>
11211121
<scope>test</scope>
1122+
<exclusions>
1123+
<exclusion>
1124+
<groupId>org.objenesis</groupId>
1125+
<artifactId>objenesis</artifactId>
1126+
</exclusion>
1127+
</exclusions>
11221128
</dependency>
11231129

11241130
<dependency>

0 commit comments

Comments
 (0)