@@ -24,9 +24,9 @@ dependencies {
24
24
implementation group : ' org.sosy-lab' , name : ' javasmt-solver-z3' , version : javasmt_solver_z3_version
25
25
implementation group : ' com.github.curious-odd-man' , name : ' rgxgen' , version : rgxgen_version
26
26
implementation group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : log4j2_version
27
+ implementation group : ' org.apache.commons' , name : ' commons-text' , version : apache_commons_text_version
27
28
implementation group : ' io.github.microutils' , name : ' kotlin-logging' , version : kotlin_logging_version
28
29
implementation group : ' org.jacoco' , name : ' org.jacoco.report' , version : jacoco_version
29
- implementation group : ' org.apache.commons' , name : ' commons-text' , version : apache_commons_text_version
30
30
// we need this for construction mocks from composite models
31
31
implementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.2.0'
32
32
api project(' :utbot-api' )
@@ -40,11 +40,9 @@ dependencies {
40
40
testImplementation group : ' commons-io' , name : ' commons-io' , version : commons_io_version
41
41
testImplementation group : ' junit' , name : ' junit' , version : junit4_version
42
42
testImplementation group : ' org.junit.platform' , name : ' junit-platform-console-standalone' , version : junit4_platform_version
43
- testImplementation group : ' org.antlr' , name : ' antlr4' , version : antlr_version
44
43
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : mockito_version
45
44
testImplementation group : ' org.testng' , name : ' testng' , version : testng_version
46
45
testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : mockito_inline_version
47
- testImplementation group : ' com.google.guava' , name : ' guava' , version : guava_version
48
46
49
47
testCompile group : ' org.mockito' , name : ' mockito-inline' , version : mockito_inline_version
50
48
testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : log4j2_version
0 commit comments