This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.lock
65 lines (65 loc) · 1.7 KB
/
dependencies.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"jacocoAgent": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.1"
}
},
"jacocoAnt": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.1",
"transitive": [
"org.jacoco:org.jacoco.ant"
]
},
"org.jacoco:org.jacoco.ant": {
"locked": "0.8.1"
},
"org.jacoco:org.jacoco.core": {
"locked": "0.8.1",
"transitive": [
"org.jacoco:org.jacoco.ant",
"org.jacoco:org.jacoco.report"
]
},
"org.jacoco:org.jacoco.report": {
"locked": "0.8.1",
"transitive": [
"org.jacoco:org.jacoco.ant"
]
},
"org.ow2.asm:asm": {
"locked": "6.0",
"transitive": [
"org.jacoco:org.jacoco.core",
"org.ow2.asm:asm-tree"
]
},
"org.ow2.asm:asm-analysis": {
"locked": "6.0",
"transitive": [
"org.jacoco:org.jacoco.core"
]
},
"org.ow2.asm:asm-commons": {
"locked": "6.0",
"transitive": [
"org.jacoco:org.jacoco.core"
]
},
"org.ow2.asm:asm-tree": {
"locked": "6.0",
"transitive": [
"org.jacoco:org.jacoco.core",
"org.ow2.asm:asm-analysis",
"org.ow2.asm:asm-commons",
"org.ow2.asm:asm-util"
]
},
"org.ow2.asm:asm-util": {
"locked": "6.0",
"transitive": [
"org.jacoco:org.jacoco.core"
]
}
}
}