Update expected poms in ArtifactsTests

^KTI-1103
This commit is contained in:
Bogdan Mukvich
2023-06-26 15:17:40 +02:00
committed by Space Team
parent 0625c1ea76
commit 3bb429929a
2 changed files with 8 additions and 2 deletions
@@ -47,14 +47,14 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-gradle-plugin-idea-proto</artifactId>
<version>ArtifactsTest.version</version>
<scope>compile</scope>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<version>ArtifactsTest.version</version>
<scope>compile</scope>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
@@ -63,6 +63,12 @@
<version>ArtifactsTest.version</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-build-tools-api</artifactId>
<version>ArtifactsTest.version</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>