Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
568caa12
Commit
568caa12
authored
Sep 12, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for Awaitility
Closes gh-18205
parent
47eee7be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+21
-0
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
568caa12
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
<aspectj.version>
1.9.4
</aspectj.version>
<aspectj.version>
1.9.4
</aspectj.version>
<assertj.version>
3.13.2
</assertj.version>
<assertj.version>
3.13.2
</assertj.version>
<atomikos.version>
4.0.6
</atomikos.version>
<atomikos.version>
4.0.6
</atomikos.version>
<awaitility.version>
4.0.1
</awaitility.version>
<bitronix.version>
2.1.4
</bitronix.version>
<bitronix.version>
2.1.4
</bitronix.version>
<byte-buddy.version>
1.10.1
</byte-buddy.version>
<byte-buddy.version>
1.10.1
</byte-buddy.version>
<caffeine.version>
2.8.0
</caffeine.version>
<caffeine.version>
2.8.0
</caffeine.version>
...
@@ -1977,6 +1978,26 @@
...
@@ -1977,6 +1978,26 @@
<artifactId>
assertj-core
</artifactId>
<artifactId>
assertj-core
</artifactId>
<version>
${assertj.version}
</version>
<version>
${assertj.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility
</artifactId>
<version>
${awaitility.version}
</version>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility-groovy
</artifactId>
<version>
${awaitility.version}
</version>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility-kotlin
</artifactId>
<version>
${awaitility.version}
</version>
</dependency>
<dependency>
<groupId>
org.awaitility
</groupId>
<artifactId>
awaitility-scala
</artifactId>
<version>
${awaitility.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.codehaus.btm
</groupId>
<groupId>
org.codehaus.btm
</groupId>
<artifactId>
btm
</artifactId>
<artifactId>
btm
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment