File tree 3 files changed +0
-59
lines changed
java/io/r2dbc/postgresql/util
resources/META-INF/services
3 files changed +0
-59
lines changed Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<assertj .version>3.23.1</assertj .version>
36
36
<awaitility .version>4.2.0</awaitility .version>
37
- <blockhound .version>1.0.6.RELEASE</blockhound .version>
38
37
<hikari-cp .version>4.0.3</hikari-cp .version>
39
38
<java .version>1.8</java .version>
40
39
<jsr305 .version>3.0.2</jsr305 .version>
170
169
<artifactId >reactor-test</artifactId >
171
170
<scope >test</scope >
172
171
</dependency >
173
- <dependency >
174
- <groupId >io.projectreactor.tools</groupId >
175
- <artifactId >blockhound</artifactId >
176
- <version >${blockhound.version} </version >
177
- <scope >test</scope >
178
- </dependency >
179
172
<dependency >
180
173
<groupId >io.r2dbc</groupId >
181
174
<artifactId >r2dbc-spi-test</artifactId >
447
440
448
441
<profiles >
449
442
450
- <profile >
451
- <id >java18-blockhound</id >
452
- <activation >
453
- <jdk >1.8</jdk >
454
- </activation >
455
-
456
- <dependencies >
457
- <dependency >
458
- <groupId >io.projectreactor.tools</groupId >
459
- <artifactId >blockhound-junit-platform</artifactId >
460
- <version >${blockhound.version} </version >
461
- <scope >test</scope >
462
- </dependency >
463
- </dependencies >
464
- </profile >
465
-
466
443
<profile >
467
444
<id >jmh</id >
468
445
<dependencies >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments