Skip to content

Commit 8adfe10

Browse files
committed
Use coroutines BOM consistently to simplify Dependabot updates
1 parent b6e67fe commit 8adfe10

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

independent-projects/arc/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@
9494
<type>pom</type>
9595
</dependency>
9696

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+
97105
<dependency>
98106
<groupId>io.quarkus.arc</groupId>
99107
<artifactId>arc</artifactId>

independent-projects/arc/tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<dependency>
6969
<groupId>org.jetbrains.kotlinx</groupId>
7070
<artifactId>kotlinx-coroutines-core</artifactId>
71-
<version>${version.kotlin-coroutines}</version>
7271
<scope>test</scope>
7372
</dependency>
7473

0 commit comments

Comments
 (0)