File tree Expand file tree Collapse file tree
src/test/resources/META-INF/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 <properties >
3535 <assertj .version>3.23.1</assertj .version>
36- <blockhound .version>1.0.6.RELEASE</blockhound .version>
3736 <hikari-cp .version>4.0.3</hikari-cp .version>
3837 <java .version>1.8</java .version>
3938 <jsr305 .version>3.0.2</jsr305 .version>
135134 <artifactId >reactor-test</artifactId >
136135 <scope >test</scope >
137136 </dependency >
138- <dependency >
139- <groupId >io.projectreactor.tools</groupId >
140- <artifactId >blockhound</artifactId >
141- <version >${blockhound.version} </version >
142- <scope >test</scope >
143- </dependency >
144137 <dependency >
145138 <groupId >io.r2dbc</groupId >
146139 <artifactId >r2dbc-spi-test</artifactId >
388381
389382 <profiles >
390383
391- <profile >
392- <id >java18-blockhound</id >
393- <activation >
394- <jdk >1.8</jdk >
395- </activation >
396-
397- <dependencies >
398- <dependency >
399- <groupId >io.projectreactor.tools</groupId >
400- <artifactId >blockhound-junit-platform</artifactId >
401- <version >${blockhound.version} </version >
402- <scope >test</scope >
403- </dependency >
404- </dependencies >
405- </profile >
406-
407384 <profile >
408385 <id >jmh</id >
409386 <dependencies >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments