forked from chains-project/maven-lockfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lockfile.json
121 lines (121 loc) · 3.92 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
{
"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-artifact-plugin",
"version": "3.5.1",
"checksumAlgorithm": "SHA-256",
"checksum": "e4b0a098f12d466bda92b2430169ac713f67499dd1a4c508df3c2983be5a2553"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-site-plugin",
"version": "3.20.0",
"checksumAlgorithm": "SHA-256",
"checksum": "678df1bb6a1a255d31de99d9deb7131680f835d065830fbbfdbfa1fccc9f8a75"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-deploy-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
"version": "3.5.0",
"checksumAlgorithm": "SHA-256",
"checksum": "4b810f10f124e88eb37d45185f5cb1383cff13441158492c1484b75e0cf6e725"
},
{
"groupId": "org.cyclonedx",
"artifactId": "cyclonedx-maven-plugin",
"version": "2.8.2",
"checksumAlgorithm": "SHA-256",
"checksum": "37fab69d06c0d402de9fe600381f63bb5b98f864ea8589c52d71bbd6dd60d293"
},
{
"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-enforcer-plugin",
"version": "3.5.0",
"checksumAlgorithm": "SHA-256",
"checksum": "be757f04f006348df247dcf235ca45a292fe4472b969fddf38ec2c6a70c4d964"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-eclipse-plugin",
"version": "2.10",
"checksumAlgorithm": "SHA-256",
"checksum": "9ae0b3478344d335d42580f9aa18aa8c3778ada3b53b7448b382dc92b3ae79ab"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-install-plugin",
"version": "3.1.3",
"checksumAlgorithm": "SHA-256",
"checksum": "09a6eb75226e9650206b289ffd6239f128cd4af0c54eac1e308b4b4bc21064fb"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-clean-plugin",
"version": "3.4.0",
"checksumAlgorithm": "SHA-256",
"checksum": "1e00437fc88814a0790dbc45fe8c482a92b077ad12c3890614f9aee9fb194660"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.43.0",
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"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-compiler-plugin",
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
}
],
"metaData": {
"environment": {
"osName": "Linux",
"mavenVersion": "3.8.2",
"javaVersion": "11.0.24"
},
"config": {
"includeMavenPlugins": true,
"reduced": false,
"mavenLockfileVersion": "5.0.0",
"checksumMode": "maven_local",
"checksumAlgorithm": "SHA-256"
}
}
}