-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
197 lines (197 loc) · 5.9 KB
/
apps.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"esw-shell": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-shell_2.13:0.5.1"
],
"mainClass": "esw.shell.Main",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"esw-gateway-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-gateway-server_2.13:0.5.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"esw-agent-akka-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-agent-akka-app_2.13:0.5.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp",
"agent.coursier.channel": "https://raw.githubusercontent.com/tmtsoftware/osw-apps/master/apps.json"
}
},
"esw-agent-service-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-agent-service-app_2.13:0.5.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"esw-ocs-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.sequencer-scripts:sequencer-scripts_2.13:0.5.1"
],
"mainClass": "esw.ocs.app.SequencerApp",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"esw-sm-app": {
"repositories": ["jitpack", "central"],
"dependencies": ["com.github.tmtsoftware.esw:esw-sm-app_2.13:0.5.1"],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-location-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-location-server_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-location-agent": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-location-agent_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-alarm-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-alarm-cli_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-event-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-event-cli_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-config-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-config-cli_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-config-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-config-server_2.13:5.0.1"
],
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-services": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-services_2.13:5.0.1"
]
},
"esw-services": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-services_2.13:0.5.1"
]
},
"backend-testkit-services": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-backend-testkit_2.13:0.5.1"
],
"mainClass": "esw.backend.testkit.BackendService",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"backend-testkit-component": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-backend-testkit_2.13:0.5.1"
],
"mainClass": "esw.backend.testkit.ContainerCmdApp",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"backend-testkit-sequencer": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-backend-testkit_2.13:0.5.1"
],
"mainClass": "esw.backend.testkit.SequencerApp",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"rtm": {
"repositories": ["jitpack"],
"dependencies": ["com.github.tmtsoftware:rtm_2.13:0.3.0"],
"mainClass": "tmt.test.reporter.TestRequirementMapper",
"properties": {
"csw-networks.hostname.automatic": "on",
"csw-logging.appender-config.file.baseLogPath": "/tmp"
}
},
"csw-contract": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-contract_2.13:5.0.1"
],
"mainClass": "csw.contract.Main"
},
"esw-contract": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-contract_2.13:0.5.1"
],
"mainClass": "esw.contract.Main"
},
"dms-services": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.dms-prototype:dms-services_2.13:latest.release"
]
}
}