Skip to content

Commit 55d553b

Browse files
Add missing dependency to jmx2dsl to be able to convert jmx containing jsr223 elements
1 parent c1f1919 commit 55d553b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jmeter-java-dsl-jmx2dsl/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
<include>io.github.x-stream:mxparser</include>
104104
<include>xmlpull:xmlpull</include>
105105
<include>org.apache.commons:commons-lang3</include>
106+
<include>org.apache.commons:commons-collections4</include>
106107
<include>commons-io:commons-io</include>
107108
<include>org.apache.httpcomponents:httpcore</include>
108109
<include>org.apache.httpcomponents:httpclient</include>

0 commit comments

Comments
 (0)