-
Notifications
You must be signed in to change notification settings - Fork 20
/
artifacts.json
90 lines (90 loc) · 2.07 KB
/
artifacts.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
{
"appSetName": "MySampleAppSet",
"applications": [
{
"appName": "Fasterxml-Jackson",
"artifacts": [
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-core",
"version": "2.9.8"
},
{
"groupId": "com.fasterxml.jackson.core",
"artifactId": "jackson-databind",
"version": "2.9.8"
},
{
"groupId": "com.fasterxml.jackson.datatype",
"artifactId": "jackson-datatype-guava",
"version": "2.9.8"
}
]
},
{
"appName": "Dropwizard",
"artifacts": [
{
"groupId": "io.dropwizard",
"artifactId": "dropwizard-util",
"version": "2.0.0"
},
{
"groupId": "io.dropwizard",
"artifactId": "dropwizard-jackson",
"version": "2.0.0"
},
{
"groupId": "io.dropwizard",
"artifactId": "dropwizard-lifecycle",
"version": "2.0.0"
}
]
},
{
"appName": "Expedia-StreamRegistry",
"artifacts": [
{
"groupId": "com.expediagroup.streamplatform",
"artifactId": "stream-registry-core",
"version": "0.9.1"
},
{
"groupId": "com.expediagroup.streamplatform",
"artifactId": "stream-registry-graphql-maven-plugin",
"version": "0.9.1"
}
]
},
{
"appName": "Expedia-Apiary",
"artifacts": [
{
"groupId": "com.expediagroup.apiary",
"artifactId": "apiary-receiver-sqs",
"version": "5.0.1"
}
]
},
{
"appName": "Expedia-Rhapsody",
"artifacts": [
{
"groupId": "com.expediagroup",
"artifactId": "rhapsody-core",
"version": "0.0.15"
}
]
},
{
"appName": "Expedia-ShuntingYard ",
"artifacts": [
{
"groupId": "com.expediagroup",
"artifactId": "shunting-yard-replicator",
"version": "3.0.1"
}
]
}
]
}