Fix maven plugin IT install and kotlin-bom dependencies after KT-61969
This commit is contained in:
committed by
Space Team
parent
b0bee09948
commit
fb74c18235
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user