Skip to content

Commit ea5625d

Browse files
committed
Fix Windows-only test failure in kotlin tests
1 parent a5bd5da commit ea5625d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/kotlin/runtime/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
<parentFirstArtifact>org.jetbrains.kotlin:kotlin-reflect</parentFirstArtifact>
2626
<parentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib</parentFirstArtifact>
2727
<parentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-common</parentFirstArtifact>
28+
<parentFirstArtifact>org.jetbrains:annotations</parentFirstArtifact>
2829
</parentFirstArtifacts>
2930
<runnerParentFirstArtifacts>
3031
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-jdk8</runnerParentFirstArtifact>
3132
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-jdk7</runnerParentFirstArtifact>
3233
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-reflect</runnerParentFirstArtifact>
3334
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib</runnerParentFirstArtifact>
3435
<runnerParentFirstArtifact>org.jetbrains.kotlin:kotlin-stdlib-common</runnerParentFirstArtifact>
36+
<runnerParentFirstArtifact>org.jetbrains:annotations</runnerParentFirstArtifact>
3537
</runnerParentFirstArtifacts>
3638
<lesserPriorityArtifacts>
3739
<!--

0 commit comments

Comments
 (0)