File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
hudi-client/hudi-client-common Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 163163 <dependency >
164164 <groupId >org.awaitility</groupId >
165165 <artifactId >awaitility</artifactId >
166- <version >3.1.2</version >
167166 <scope >test</scope >
168167 </dependency >
169168
Original file line number Diff line number Diff line change 363363 <dependency >
364364 <groupId >org.awaitility</groupId >
365365 <artifactId >awaitility</artifactId >
366- <version >3.1.2</version >
367366 <scope >test</scope >
368367 </dependency >
369368
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments