We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e67fe commit 8adfe10Copy full SHA for 8adfe10
independent-projects/arc/pom.xml
@@ -94,6 +94,14 @@
94
<type>pom</type>
95
</dependency>
96
97
+ <dependency>
98
+ <groupId>org.jetbrains.kotlinx</groupId>
99
+ <artifactId>kotlinx-coroutines-bom</artifactId>
100
+ <version>${version.kotlin-coroutines}</version>
101
+ <type>pom</type>
102
+ <scope>import</scope>
103
+ </dependency>
104
+
105
<dependency>
106
<groupId>io.quarkus.arc</groupId>
107
<artifactId>arc</artifactId>
independent-projects/arc/tests/pom.xml
@@ -68,7 +68,6 @@
68
69
<groupId>org.jetbrains.kotlinx</groupId>
70
<artifactId>kotlinx-coroutines-core</artifactId>
71
- <version>${version.kotlin-coroutines}</version>
72
<scope>test</scope>
73
74
0 commit comments