Fix maven plugin IT install and kotlin-bom dependencies after KT-61969

This commit is contained in:
Ilya Gorbunov
2023-11-19 04:55:12 +01:00
committed by Space Team
parent b0bee09948
commit fb74c18235
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -126,11 +126,13 @@
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-test-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>kotlin-test-annotations-common</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
</dependency>
<!-- Scripting -->
<dependency>