Skip to content

Commit bea510d

Browse files
OSS Presto OTel Tracing changes Added kotlin-stdlib
1 parent 4cc6153 commit bea510d

File tree

1 file changed

+7
-0
lines changed
  • presto-native-sidecar-plugin

1 file changed

+7
-0
lines changed

presto-native-sidecar-plugin/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@
135135
<optional>true</optional>
136136
</dependency>
137137

138+
<dependency>
139+
<groupId>org.jetbrains.kotlin</groupId>
140+
<artifactId>kotlin-stdlib</artifactId>
141+
<version>1.9.10</version>
142+
<scope>test</scope>
143+
</dependency>
144+
138145
<!-- for testing -->
139146
<dependency>
140147
<groupId>com.facebook.presto</groupId>

0 commit comments

Comments
 (0)