File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 72
72
<jackson-core .version>2.13.3</jackson-core .version>
73
73
<spring-boot-starter-parent .version>2.7.1</spring-boot-starter-parent .version>
74
74
<omni-coveragereporter-maven-plugin .version>0.3.0</omni-coveragereporter-maven-plugin .version>
75
+ <kotlinx-coroutines-debug .version>1.6.3</kotlinx-coroutines-debug .version>
75
76
</properties >
76
77
77
78
<packaging >pom</packaging >
90
91
<type >pom</type >
91
92
<scope >import</scope >
92
93
</dependency >
93
-
94
+ <!-- This Dependency is added as a workaround for the following issue -->
95
+ <!-- - https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
96
+ <dependency >
97
+ <groupId >org.jetbrains.kotlinx</groupId >
98
+ <artifactId >kotlinx-coroutines-debug</artifactId >
99
+ <version >${kotlinx-coroutines-debug.version} </version >
100
+ <exclusions >
101
+ <exclusion >
102
+ <groupId >org.jetbrains.kotlinx</groupId >
103
+ <artifactId >kotlinx-coroutines-bom</artifactId >
104
+ </exclusion >
105
+ </exclusions >
106
+ </dependency >
94
107
<dependency >
95
108
<groupId >org.mapstruct</groupId >
96
109
<artifactId >mapstruct-processor</artifactId >
You can’t perform that action at this time.
0 commit comments