We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7fc83 commit c303f9dCopy full SHA for c303f9d
jmeter-java-dsl-cli/pom.xml
@@ -201,6 +201,13 @@
201
<include>org.apache-extras.beanshell:bsh</include>
202
<!-- required for converting jsonpath -->
203
<include>com.jayway.jsonpath:json-path</include>
204
+ <!-- required for kotlin support in JMeter 5.6.3+ -->
205
+ <include>org.jetbrains.kotlin:kotlin-stdlib</include>
206
+ <include>org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm</include>
207
+ <include>org.jetbrains.kotlinx:kotlinx-coroutines-swing</include>
208
+ <include>com.github.ben-manes.caffeine:caffeine</include>
209
+ <include>org.jetbrains:annotations</include>
210
+ <include>org.checkerframework:checker-qual</include>
211
</includes>
212
</artifactSet>
213
<filters>
0 commit comments