Skip to content

Commit 16a04d4

Browse files
committed
DATACMNS-1485 - Remove version for managed Kotlin dependencies.
Versions are managed by kotlin-bom.
1 parent 742f295 commit 16a04d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,21 +245,18 @@
245245
<dependency>
246246
<groupId>org.jetbrains.kotlin</groupId>
247247
<artifactId>kotlin-stdlib</artifactId>
248-
<version>${kotlin}</version>
249248
<optional>true</optional>
250249
</dependency>
251250

252251
<dependency>
253252
<groupId>org.jetbrains.kotlin</groupId>
254253
<artifactId>kotlin-reflect</artifactId>
255-
<version>${kotlin}</version>
256254
<optional>true</optional>
257255
</dependency>
258256

259257
<dependency>
260258
<groupId>org.jetbrains.kotlin</groupId>
261259
<artifactId>kotlin-test</artifactId>
262-
<version>${kotlin}</version>
263260
<scope>test</scope>
264261
</dependency>
265262

0 commit comments

Comments
 (0)