File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 <artifactId >jackson-datatype-jsr310</artifactId >
9797 <optional >true</optional >
9898 </dependency >
99+
100+ <dependency >
101+ <groupId >org.jetbrains.kotlin</groupId >
102+ <artifactId >kotlin-reflect</artifactId >
103+ <version >${kotlin-version} </version >
104+ <scope >runtime</scope >
105+ </dependency >
106+ <dependency >
107+ <groupId >org.jetbrains.kotlinx</groupId >
108+ <artifactId >kotlinx-coroutines-reactor</artifactId >
109+ <version >${kotlinx-version} </version >
110+ <scope >runtime</scope >
111+ </dependency >
99112 </dependencies >
100113
101114 <build >
Original file line number Diff line number Diff line change 2828 <maven-checkstyle-plugin .failsOnError>true</maven-checkstyle-plugin .failsOnError>
2929 <maven-checkstyle-plugin .failsOnViolation>true</maven-checkstyle-plugin .failsOnViolation>
3030 <maven-checkstyle-plugin .includeTestSourceDirectory>true</maven-checkstyle-plugin .includeTestSourceDirectory>
31+ <kotlin-version >2.1.0</kotlin-version >
32+ <kotlinx-version >1.10.2</kotlinx-version >
3133 </properties >
3234
3335 <modules >
You can’t perform that action at this time.
0 commit comments