Remove trafficgenerator from dependency.json
[policy/engine.git] / packages / base / src / files / install / servers / brmsgw / dependency.json
1 {
2         "dependencies": {
3                 "default": [{
4                         "groupId": "org.onap.policy.drools-applications.controlloop.templates",
5                         "artifactId": "template.demo",
6                         "version": "${{BRMS_DEPENDENCY_VERSION}}"
7                 }, {
8                         "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
9                         "artifactId": "events",
10                         "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
11                 }, {
12                         "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
13                         "artifactId": "rest",
14                         "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
15                 }, {
16                         "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
17                         "artifactId": "appc",
18                         "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
19                 }, {
20                         "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
21                         "artifactId": "aai",
22                         "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
23                 }, {
24                         "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
25                         "artifactId": "so",
26                         "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
27                 }],
28         "amsterdam": [{
29             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
30             "artifactId": "events",
31             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
32         }, {
33             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
34             "artifactId": "appc",
35             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
36         }, {
37             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
38             "artifactId": "appclcm",
39             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
40         }, {
41             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
42             "artifactId": "vfc",
43             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
44         }, {
45             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
46             "artifactId": "so",
47             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
48         }, {
49             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
50             "artifactId": "aai",
51             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
52         }, {
53             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
54             "artifactId": "sdc",
55             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
56         }, {
57             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
58             "artifactId": "sdnr",
59             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
60         }, {
61             "groupId": "org.onap.policy.models.policy-models-interactions.model-impl",
62             "artifactId": "sdnc",
63             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
64         }, {
65             "groupId": "org.onap.policy.drools-applications.controlloop.common",
66             "artifactId": "eventmanager",
67             "version": "${{BRMS_DEPENDENCY_VERSION}}"
68         }, {
69             "groupId": "org.onap.policy.drools-applications.controlloop.common",
70             "artifactId": "guard",
71             "version": "${{BRMS_DEPENDENCY_VERSION}}"
72         }, {
73             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
74             "artifactId": "actorServiceProvider",
75             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
76         }, {
77             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
78             "artifactId": "actor.appc",
79             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
80         }, {
81             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
82             "artifactId": "actor.appclcm",
83             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
84         }, {
85             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
86             "artifactId": "actor.so",
87             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
88         }, {
89             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
90             "artifactId": "actor.sdnr",
91             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
92         }, {
93             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
94             "artifactId": "actor.sdnc",
95             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
96         }, {
97             "groupId": "org.onap.policy.models.policy-models-interactions.model-actors",
98             "artifactId": "actor.vfc",
99             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
100         }, {
101             "groupId": "org.onap.policy.models.policy-models-interactions",
102             "artifactId": "model-yaml",
103             "version": "${{BRMS_MODELS_DEPENDENCY_VERSION}}"
104         }, {
105             "groupId": "com.att.research.xacml",
106             "artifactId": "xacml-pdp",
107             "version": "1.0.2"
108         }]
109     }
110 }