Skip to content

Commit 1acf78f

Browse files
sdeleuzesnicoll
authored andcommitted
Add dependency management for Kotlin Coroutines
See gh-17701
1 parent b444c3c commit 1acf78f

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+8
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<commons-lang3.version>3.9</commons-lang3.version>
5252
<commons-pool.version>1.6</commons-pool.version>
5353
<commons-pool2.version>2.7.0</commons-pool2.version>
54+
<coroutines.version>1.3.0-RC</coroutines.version>
5455
<couchbase-client.version>2.7.7</couchbase-client.version>
5556
<couchbase-cache-client.version>2.1.0</couchbase-cache-client.version>
5657
<derby.version>10.14.2.0</derby.version>
@@ -2595,6 +2596,13 @@
25952596
<scope>import</scope>
25962597
<type>pom</type>
25972598
</dependency>
2599+
<dependency>
2600+
<groupId>org.jetbrains.kotlinx</groupId>
2601+
<artifactId>kotlinx-coroutines-bom</artifactId>
2602+
<version>${coroutines.version}</version>
2603+
<scope>import</scope>
2604+
<type>pom</type>
2605+
</dependency>
25982606
<dependency>
25992607
<groupId>org.jolokia</groupId>
26002608
<artifactId>jolokia-core</artifactId>

0 commit comments

Comments
 (0)