@@ -6,7 +6,6 @@ repositories {
6
6
7
7
configurations {
8
8
z3native
9
- fetchInstrumentationJar
10
9
}
11
10
12
11
dependencies {
@@ -36,10 +35,6 @@ dependencies {
36
35
implementation group : ' io.github.microutils' , name : ' kotlin-logging' , version : kotlinLoggingVersion
37
36
implementation group : ' org.jacoco' , name : ' org.jacoco.report' , version : jacocoVersion
38
37
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
-
43
38
// we need this for construction mocks from composite models
44
39
implementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.2.0'
45
40
@@ -51,7 +46,6 @@ dependencies {
51
46
z3native group : ' com.microsoft.z3' , name : ' z3-native-win64' , version : z3Version, ext : ' zip'
52
47
z3native group : ' com.microsoft.z3' , name : ' z3-native-linux64' , version : z3Version, ext : ' zip'
53
48
z3native group : ' com.microsoft.z3' , name : ' z3-native-osx' , version : z3Version, ext : ' zip'
54
- fetchInstrumentationJar project(path : ' :utbot-instrumentation' , configuration :' instrumentationArchive' )
55
49
}
56
50
57
51
processResources {
@@ -60,7 +54,4 @@ processResources {
60
54
into " lib/x64"
61
55
}
62
56
}
63
- from(configurations. fetchInstrumentationJar) {
64
- into " lib"
65
- }
66
57
}
0 commit comments