@@ -24,9 +24,9 @@ dependencies {
2424 implementation group : ' org.sosy-lab' , name : ' javasmt-solver-z3' , version : javasmt_solver_z3_version
2525 implementation group : ' com.github.curious-odd-man' , name : ' rgxgen' , version : rgxgen_version
2626 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
2728 implementation group : ' io.github.microutils' , name : ' kotlin-logging' , version : kotlin_logging_version
2829 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
3030 // we need this for construction mocks from composite models
3131 implementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.2.0'
3232 api project(' :utbot-api' )
@@ -40,11 +40,9 @@ dependencies {
4040 testImplementation group : ' commons-io' , name : ' commons-io' , version : commons_io_version
4141 testImplementation group : ' junit' , name : ' junit' , version : junit4_version
4242 testImplementation group : ' org.junit.platform' , name : ' junit-platform-console-standalone' , version : junit4_platform_version
43- testImplementation group : ' org.antlr' , name : ' antlr4' , version : antlr_version
4443 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : mockito_version
4544 testImplementation group : ' org.testng' , name : ' testng' , version : testng_version
4645 testImplementation group : ' org.mockito' , name : ' mockito-inline' , version : mockito_inline_version
47- testImplementation group : ' com.google.guava' , name : ' guava' , version : guava_version
4846
4947 testCompile group : ' org.mockito' , name : ' mockito-inline' , version : mockito_inline_version
5048 testCompile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version : log4j2_version
0 commit comments