-
Notifications
You must be signed in to change notification settings - Fork 9
/
lockfile.json
123 lines (123 loc) · 3.99 KB
/
lockfile.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"artifactId": "maven-lockfile-parent",
"groupId": "io.github.chains-project",
"version": "5.2.1-SNAPSHOT",
"lockFileVersion": 1,
"dependencies": [],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-install-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "09a6eb75226e9650206b289ffd6239f128cd4af0c54eac1e308b4b4bc21064fb"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.43.0",
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.2",
"checksumAlgorithm": "SHA-256",
"checksum": "18fb9be8981fe43d3efa1d847955cdfa1a3c64d5fa463d123dee7278afd88c14"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-clean-plugin",
"version": "3.4.0",
"checksumAlgorithm": "SHA-256",
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
"version": "2.9.0",
"checksumAlgorithm": "SHA-256",
"checksum": "67117e03eae4a03ca8bab3add044995f4899aa21798a2510b8265ef8101e90ac"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-site-plugin",
"version": "3.21.0",
"checksumAlgorithm": "SHA-256",
"checksum": "7b0e58afc5741b29c6dbbb1fab2f878149e63842bedb58ca839145c545951a7e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-eclipse-plugin",
"version": "2.10",
"checksumAlgorithm": "SHA-256",
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "4.0.1",
"checksumAlgorithm": "SHA-256",
"checksum": "bc69fbf21edb2521ba0bebd5990e305d6809ef6c832837d17fb829f7ff6608c6"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-enforcer-plugin",
"version": "3.5.0",
"checksumAlgorithm": "SHA-256",
"checksum": "be757f04f006348df247dcf235ca45a292fe4472b969fddf38ec2c6a70c4d964"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-jar-plugin",
"version": "3.4.2",
"checksumAlgorithm": "SHA-256",
"checksum": "e02b19fb8e7ea10baed4878a8c51e4ea21f16ef927efcfb2681a8faea86c7abb"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-resources-plugin",
"version": "3.3.1",
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-artifact-plugin",
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
}
],
"metaData": {
"environment": {
"osName": "Linux",
"mavenVersion": "3.8.2",
"javaVersion": "11.0.25"
},
"config": {
"includeMavenPlugins": true,
"allowValidationFailure": false,
"includeEnvironment": true,
"reduced": false,
"mavenLockfileVersion": "5.0.0",
"checksumMode": "maven_local",
"checksumAlgorithm": "SHA-256"
}
}
}