File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 4141 <aspectj .version>1.9.4</aspectj .version>
4242 <assertj .version>3.13.2</assertj .version>
4343 <atomikos .version>4.0.6</atomikos .version>
44+ <awaitility .version>4.0.1</awaitility .version>
4445 <bitronix .version>2.1.4</bitronix .version>
4546 <byte-buddy .version>1.10.1</byte-buddy .version>
4647 <caffeine .version>2.8.0</caffeine .version>
19771978 <artifactId >assertj-core</artifactId >
19781979 <version >${assertj.version} </version >
19791980 </dependency >
1981+ <dependency >
1982+ <groupId >org.awaitility</groupId >
1983+ <artifactId >awaitility</artifactId >
1984+ <version >${awaitility.version} </version >
1985+ </dependency >
1986+ <dependency >
1987+ <groupId >org.awaitility</groupId >
1988+ <artifactId >awaitility-groovy</artifactId >
1989+ <version >${awaitility.version} </version >
1990+ </dependency >
1991+ <dependency >
1992+ <groupId >org.awaitility</groupId >
1993+ <artifactId >awaitility-kotlin</artifactId >
1994+ <version >${awaitility.version} </version >
1995+ </dependency >
1996+ <dependency >
1997+ <groupId >org.awaitility</groupId >
1998+ <artifactId >awaitility-scala</artifactId >
1999+ <version >${awaitility.version} </version >
2000+ </dependency >
19802001 <dependency >
19812002 <groupId >org.codehaus.btm</groupId >
19822003 <artifactId >btm</artifactId >
You can’t perform that action at this time.
0 commit comments