-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
38 lines (38 loc) · 998 Bytes
/
project.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
{
"projectinfo": {
"name": "OpenLRAE",
"version": "3.2-SNAPSHOT",
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
"licenses": ["LGPL_3_0_OR_LATER"]
},
"componentbindings": [
{
"component": "everit-json-schema",
"version": "1.14.1",
"license": "APACHE_2_0",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "junit-jupiter-engine",
"version": "5.9.1",
"license": "EPL_2_0",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "slf4j-api",
"version": "2.0.3",
"license": "MIT",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
},
{
"component": "slf4j-simple",
"version": "2.0.3",
"license": "MIT",
"weight": "NEAR_LOW",
"link": "DYNAMIC"
}
]
}