forked from swarren12/rules_java-toolchain-issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaven_install.json
executable file
·106 lines (106 loc) · 3.15 KB
/
maven_install.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 109887581,
"__RESOLVED_ARTIFACTS_HASH": -1089927421,
"artifacts": {
"junit:junit": {
"shasums": {
"jar": "4b8532f63bdc0e0661507f947eb324a954d1dbac631ad19c8aa9a00feed1d863",
"sources": "3d5451031736d4904582b211858a09eeefdb26eb08f0633ca8addf04fde3e0fc"
},
"version": "4.13"
},
"org.hamcrest:hamcrest-core": {
"shasums": {
"jar": "66fdef91e9739348df7a096aa384a5685f4e875584cce89386a7a47251c4d8e9",
"sources": "e223d2d8fbafd66057a8848cc94222d63c3cedd652cc48eddc0ab5c39c0f84df"
},
"version": "1.3"
},
"org.slf4j:slf4j-api": {
"shasums": {
"jar": "5d6298b93a1905c32cda6478808ac14c2d4a47e91535e53c41f7feeb85d946f4",
"sources": "2d6c1e7bc70fdbce8e5c6ffaaaa6673ec1a05e1cf5b9d7ae3285bf19cc81a8f1"
},
"version": "2.0.7"
},
"org.slf4j:slf4j-simple": {
"shasums": {
"jar": "50eae3f1cc9a78a970970518e005d3f43d5cd3262d234f47ebdf3ca3f8bc01a7",
"sources": "39b106707861ee39c6ed19d2e8a751489f30d89ad3db06981fc169f44438df88"
},
"version": "2.0.7"
}
},
"dependencies": {
"junit:junit": [
"org.hamcrest:hamcrest-core"
],
"org.slf4j:slf4j-simple": [
"org.slf4j:slf4j-api"
]
},
"packages": {
"junit:junit": [
"junit.extensions",
"junit.framework",
"junit.runner",
"junit.textui",
"org.junit",
"org.junit.experimental",
"org.junit.experimental.categories",
"org.junit.experimental.max",
"org.junit.experimental.results",
"org.junit.experimental.runners",
"org.junit.experimental.theories",
"org.junit.experimental.theories.internal",
"org.junit.experimental.theories.suppliers",
"org.junit.function",
"org.junit.internal",
"org.junit.internal.builders",
"org.junit.internal.management",
"org.junit.internal.matchers",
"org.junit.internal.requests",
"org.junit.internal.runners",
"org.junit.internal.runners.model",
"org.junit.internal.runners.rules",
"org.junit.internal.runners.statements",
"org.junit.matchers",
"org.junit.rules",
"org.junit.runner",
"org.junit.runner.manipulation",
"org.junit.runner.notification",
"org.junit.runners",
"org.junit.runners.model",
"org.junit.runners.parameterized",
"org.junit.validator"
],
"org.hamcrest:hamcrest-core": [
"org.hamcrest",
"org.hamcrest.core",
"org.hamcrest.internal"
],
"org.slf4j:slf4j-api": [
"org.slf4j",
"org.slf4j.event",
"org.slf4j.helpers",
"org.slf4j.spi"
],
"org.slf4j:slf4j-simple": [
"org.slf4j.simple"
]
},
"repositories": {
"https://repo1.maven.org/maven2/": [
"junit:junit",
"junit:junit:jar:sources",
"org.hamcrest:hamcrest-core",
"org.hamcrest:hamcrest-core:jar:sources",
"org.slf4j:slf4j-api",
"org.slf4j:slf4j-api:jar:sources",
"org.slf4j:slf4j-simple",
"org.slf4j:slf4j-simple:jar:sources"
]
},
"version": "2"
}