File tree Expand file tree Collapse file tree 3 files changed +0
-59
lines changed
java/io/r2dbc/postgresql/util
resources/META-INF/services Expand file tree Collapse file tree 3 files changed +0
-59
lines changed Original file line number Diff line number Diff line change 3434 <properties >
3535 <assertj .version>3.23.1</assertj .version>
3636 <awaitility .version>4.2.0</awaitility .version>
37- <blockhound .version>1.0.6.RELEASE</blockhound .version>
3837 <hikari-cp .version>4.0.3</hikari-cp .version>
3938 <java .version>1.8</java .version>
4039 <jsr305 .version>3.0.2</jsr305 .version>
170169 <artifactId >reactor-test</artifactId >
171170 <scope >test</scope >
172171 </dependency >
173- <dependency >
174- <groupId >io.projectreactor.tools</groupId >
175- <artifactId >blockhound</artifactId >
176- <version >${blockhound.version} </version >
177- <scope >test</scope >
178- </dependency >
179172 <dependency >
180173 <groupId >io.r2dbc</groupId >
181174 <artifactId >r2dbc-spi-test</artifactId >
447440
448441 <profiles >
449442
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-
466443 <profile >
467444 <id >jmh</id >
468445 <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