File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 51
51
<commons-lang3 .version>3.9</commons-lang3 .version>
52
52
<commons-pool .version>1.6</commons-pool .version>
53
53
<commons-pool2 .version>2.7.0</commons-pool2 .version>
54
+ <coroutines .version>1.3.0-RC</coroutines .version>
54
55
<couchbase-client .version>2.7.7</couchbase-client .version>
55
56
<couchbase-cache-client .version>2.1.0</couchbase-cache-client .version>
56
57
<derby .version>10.14.2.0</derby .version>
2595
2596
<scope >import</scope >
2596
2597
<type >pom</type >
2597
2598
</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 >
2598
2606
<dependency >
2599
2607
<groupId >org.jolokia</groupId >
2600
2608
<artifactId >jolokia-core</artifactId >
You can’t perform that action at this time.
0 commit comments