-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapps.prod.json
99 lines (99 loc) · 2.83 KB
/
apps.prod.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
{
"esw-shell": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-shell_2.13:latest.integration"
],
"mainClass": "esw.shell.Main"
},
"esw-gateway-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-gateway-server_2.13:latest.release"
]
},
"esw-agent-akka-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-agent-akka-app_2.13:latest.release"
]
},
"esw-agent-service-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-agent-service-app_2.13:latest.release"
]
},
"esw-ocs-app": {
"repositories": ["jitpack", "central"],
"dependencies": ["com.github.tmtsoftware.sequencer-scripts:sequencer-scripts_2.13:latest.release"],
"mainClass": "esw.ocs.app.SequencerApp"
},
"esw-sm-app": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-sm-app_2.13:latest.release"
]
},
"csw-location-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-location-server_2.13:latest.release"
]
},
"csw-location-agent": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-location-agent_2.13:latest.release"
]
},
"csw-alarm-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-alarm-cli_2.13:latest.release"
]
},
"csw-event-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-event-cli_2.13:latest.release"
]
},
"csw-config-cli": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-config-cli_2.13:latest.release"
]
},
"csw-config-server": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-config-server_2.13:latest.release"
]
},
"csw-services": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-services_2.13:latest.release"
]
},
"rtm": {
"repositories": ["jitpack"],
"dependencies": ["com.github.tmtsoftware:rtm_2.13:latest.release"],
"mainClass": "tmt.test.reporter.TestRequirementMapper"
},
"csw-contract": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.csw:csw-contract_2.13:latest.release"
],
"mainClass": "csw.contract.Main"
},
"esw-contract": {
"repositories": ["jitpack", "central"],
"dependencies": [
"com.github.tmtsoftware.esw:esw-contract_2.13:latest.release"
],
"mainClass": "esw.contract.Main"
}
}