Skip to content

Commit ddf94a8

Browse files
committed
switching to jcdb. initial commit for #349
1 parent c5c3955 commit ddf94a8

File tree

22 files changed

+746
-997
lines changed

22 files changed

+746
-997
lines changed

utbot-framework-api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies {
1212
// TODO do we really need apache commons?
1313
implementation group: 'org.apache.commons', name: 'commons-lang3', version: commons_lang_version
1414
implementation group: 'io.github.microutils', name: 'kotlin-logging', version: kotlin_logging_version
15+
api group: 'com.github.UnitTestBot.jcdb', name: 'jcdb-core', version: '84914235e2'
1516
}
1617

1718
shadowJar {

0 commit comments

Comments
 (0)