@@ -6,7 +6,6 @@ repositories {
66
77configurations {
88 z3native
9- fetchInstrumentationJar
109}
1110
1211dependencies {
@@ -36,10 +35,6 @@ dependencies {
3635 implementation group : ' io.github.microutils' , name : ' kotlin-logging' , version : kotlinLoggingVersion
3736 implementation group : ' org.jacoco' , name : ' org.jacoco.report' , version : jacocoVersion
3837 implementation group : ' org.apache.commons' , name : ' commons-text' , version : apacheCommonsTextVersion
39- implementation " org.javaruntype:javaruntype:1.3"
40- implementation " ru.vyarus:generics-resolver:3.0.3"
41- implementation " ognl:ognl:3.3.2"
42-
4338 // we need this for construction mocks from composite models
4439 implementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.2.0'
4540
@@ -51,7 +46,6 @@ dependencies {
5146 z3native group : ' com.microsoft.z3' , name : ' z3-native-win64' , version : z3Version, ext : ' zip'
5247 z3native group : ' com.microsoft.z3' , name : ' z3-native-linux64' , version : z3Version, ext : ' zip'
5348 z3native group : ' com.microsoft.z3' , name : ' z3-native-osx' , version : z3Version, ext : ' zip'
54- fetchInstrumentationJar project(path : ' :utbot-instrumentation' , configuration :' instrumentationArchive' )
5549}
5650
5751processResources {
@@ -60,7 +54,4 @@ processResources {
6054 into " lib/x64"
6155 }
6256 }
63- from(configurations. fetchInstrumentationJar) {
64- into " lib"
65- }
6657}
0 commit comments