mirror of https://github.com/apache/jmeter.git
Compare commits
3 Commits
0494c95c5c
...
ba0cc99411
| Author | SHA1 | Date |
|---|---|---|
|
|
ba0cc99411 | |
|
|
6d6654ed3b | |
|
|
0cca850d38 |
|
|
@ -75,7 +75,6 @@ plugins.withId("java") {
|
|||
java {
|
||||
license()
|
||||
importOrder("static ", "java.", "javax", "org", "net", "com", "")
|
||||
removeUnusedImports()
|
||||
indentWithSpaces(4)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ dependencies {
|
|||
api("org.apache-extras.beanshell:bsh:2.0b6")
|
||||
api("org.apache.commons:commons-collections4:4.4")
|
||||
api("org.apache.commons:commons-dbcp2:2.9.0")
|
||||
api("org.apache.commons:commons-jexl3:3.2.1")
|
||||
api("org.apache.commons:commons-jexl3:3.5.0")
|
||||
api("org.apache.commons:commons-jexl:2.1.1")
|
||||
api("org.apache.commons:commons-lang3:3.14.0")
|
||||
api("org.apache.commons:commons-math3:3.6.1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue