blob: a2e0f869b6dcfc2ae5009c99bc346e78f641e1ba [file] [log] [blame]
Gao, Chenfei (cg287m)0ba72f32017-07-24 15:41:27 -04001<!--
2 ============LICENSE_START=======================================================
3 eventmanager
4 ================================================================================
Jim Hahn7538e0e2021-03-12 18:07:36 -05005 Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
shaoqiue55d2562019-04-02 12:33:04 +00006 Modifications Copyright (C) 2019 Nordix Foundation.
Ram Krishna Vermad0cbee12020-02-07 13:03:27 -05007 Modifications Copyright (C) 2019-2020 Bell Canada.
Gao, Chenfei (cg287m)0ba72f32017-07-24 15:41:27 -04008 ================================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
Joshua Reicha7a144b2019-04-10 13:38:59 -070012
Gao, Chenfei (cg287m)0ba72f32017-07-24 15:41:27 -040013 http://www.apache.org/licenses/LICENSE-2.0
Joshua Reicha7a144b2019-04-10 13:38:59 -070014
Gao, Chenfei (cg287m)0ba72f32017-07-24 15:41:27 -040015 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 ============LICENSE_END=========================================================
21 -->
22
jhh6dfab642020-02-12 18:20:06 -060023<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25 <modelVersion>4.0.0</modelVersion>
liamfallondef0f112018-02-13 11:29:56 +000026
jhh6dfab642020-02-12 18:20:06 -060027 <parent>
28 <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
29 <artifactId>drools-applications-common</artifactId>
liamfallon1d0ccd22021-10-14 14:01:41 +010030 <version>1.10.0-SNAPSHOT</version>
jhh6dfab642020-02-12 18:20:06 -060031 </parent>
liamfallondef0f112018-02-13 11:29:56 +000032
jhh6dfab642020-02-12 18:20:06 -060033 <artifactId>eventmanager</artifactId>
liamfallondef0f112018-02-13 11:29:56 +000034
jhh6dfab642020-02-12 18:20:06 -060035 <dependencies>
36 <dependency>
37 <groupId>org.eclipse.persistence</groupId>
38 <artifactId>org.eclipse.persistence.jpa</artifactId>
39 <scope>provided</scope>
40 </dependency>
41 <dependency>
42 <groupId>commons-io</groupId>
43 <artifactId>commons-io</artifactId>
jhh6dfab642020-02-12 18:20:06 -060044 <scope>provided</scope>
45 </dependency>
46 <dependency>
jhh43c1e8c2020-02-20 18:19:36 -060047 <!-- less than 1.9.4 has security vulnerabilities -->
48 <groupId>commons-beanutils</groupId>
49 <artifactId>commons-beanutils</artifactId>
50 </dependency>
51 <dependency>
jhh6dfab642020-02-12 18:20:06 -060052 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
53 <artifactId>actorServiceProvider</artifactId>
54 <version>${policy.models.version}</version>
55 <scope>provided</scope>
56 </dependency>
57 <dependency>
58 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
59 <artifactId>actor.sdnr</artifactId>
60 <version>${policy.models.version}</version>
61 <scope>provided</scope>
62 </dependency>
63 <dependency>
64 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
65 <artifactId>actor.appc</artifactId>
66 <version>${policy.models.version}</version>
67 <scope>provided</scope>
68 </dependency>
69 <dependency>
70 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
Jim Hahn27c0d0c2021-07-20 17:34:22 -040071 <artifactId>actor.xacml</artifactId>
Jim Hahnc1f79cd2020-02-22 17:11:20 -050072 <version>${policy.models.version}</version>
73 <scope>provided</scope>
74 </dependency>
75 <dependency>
76 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
jhh6dfab642020-02-12 18:20:06 -060077 <artifactId>actor.so</artifactId>
78 <version>${policy.models.version}</version>
79 <scope>provided</scope>
80 </dependency>
81 <dependency>
82 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
83 <artifactId>actor.vfc</artifactId>
84 <version>${policy.models.version}</version>
85 <scope>provided</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
89 <artifactId>actor.sdnc</artifactId>
90 <version>${policy.models.version}</version>
91 <scope>provided</scope>
92 </dependency>
93 <dependency>
94 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
95 <artifactId>actor.appclcm</artifactId>
96 <version>${policy.models.version}</version>
97 <scope>provided</scope>
98 </dependency>
99 <dependency>
100 <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
101 <artifactId>actor.cds</artifactId>
102 <version>${policy.models.version}</version>
103 <scope>provided</scope>
104 </dependency>
105 <dependency>
jhh6dfab642020-02-12 18:20:06 -0600106 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
107 <artifactId>events</artifactId>
108 <version>${policy.models.version}</version>
109 <scope>provided</scope>
110 </dependency>
111 <dependency>
112 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
113 <artifactId>sdnr</artifactId>
114 <version>${policy.models.version}</version>
115 <scope>provided</scope>
116 </dependency>
117 <dependency>
118 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
119 <artifactId>appc</artifactId>
120 <version>${policy.models.version}</version>
121 <scope>provided</scope>
122 </dependency>
123 <dependency>
124 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
Jim Hahn1e39c982020-05-29 11:59:53 -0400125 <artifactId>guard</artifactId>
126 <version>${policy.models.version}</version>
127 </dependency>
128 <dependency>
129 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
jhh6dfab642020-02-12 18:20:06 -0600130 <artifactId>vfc</artifactId>
131 <version>${policy.models.version}</version>
132 <scope>provided</scope>
133 </dependency>
134 <dependency>
135 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
136 <artifactId>sdnc</artifactId>
137 <version>${policy.models.version}</version>
138 <scope>provided</scope>
139 </dependency>
140 <dependency>
141 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
142 <artifactId>appclcm</artifactId>
143 <version>${policy.models.version}</version>
144 <scope>provided</scope>
145 </dependency>
146 <dependency>
147 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
148 <artifactId>cds</artifactId>
149 <version>${policy.models.version}</version>
150 <scope>provided</scope>
151 </dependency>
152 <dependency>
k.kedron4bc18872021-07-21 10:38:33 +0200153 <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
Ram Krishna Verma3d1fa502021-06-04 09:50:30 -0400154 <artifactId>blueprint-proto</artifactId>
jhh6dfab642020-02-12 18:20:06 -0600155 </dependency>
156 <dependency>
jhh6dfab642020-02-12 18:20:06 -0600157 <groupId>com.google.code.gson</groupId>
158 <artifactId>gson</artifactId>
159 <scope>provided</scope>
160 </dependency>
161 <dependency>
162 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
jhh6dfab642020-02-12 18:20:06 -0600163 <artifactId>aai</artifactId>
164 <version>${policy.models.version}</version>
165 <scope>provided</scope>
166 </dependency>
167 <dependency>
168 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
169 <artifactId>so</artifactId>
170 <version>${policy.models.version}</version>
171 <scope>provided</scope>
172 </dependency>
173 <dependency>
Jim Hahn76914152020-07-16 15:17:37 -0400174 <groupId>org.onap.policy.models</groupId>
175 <artifactId>policy-models-decisions</artifactId>
176 <version>${policy.models.version}</version>
177 </dependency>
178 <dependency>
jhh6dfab642020-02-12 18:20:06 -0600179 <groupId>org.apache.httpcomponents</groupId>
180 <artifactId>httpclient</artifactId>
181 <scope>provided</scope>
182 </dependency>
183 <dependency>
184 <groupId>org.onap.policy.common</groupId>
185 <artifactId>policy-endpoints</artifactId>
186 <version>${version.policy.common}</version>
187 <scope>provided</scope>
188 </dependency>
189 <dependency>
190 <groupId>org.onap.policy.drools-pdp</groupId>
191 <artifactId>policy-management</artifactId>
192 <version>${version.policy.drools-pdp}</version>
193 <scope>provided</scope>
194 </dependency>
195 <dependency>
jhh0e658762020-03-10 12:41:49 -0500196 <groupId>org.onap.policy.drools-pdp</groupId>
197 <artifactId>policy-domains</artifactId>
198 <version>${version.policy.drools-pdp}</version>
199 <scope>provided</scope>
200 </dependency>
201 <dependency>
jhh6dfab642020-02-12 18:20:06 -0600202 <groupId>org.onap.policy.common</groupId>
203 <artifactId>utils-test</artifactId>
204 <version>${version.policy.common}</version>
205 <scope>test</scope>
206 </dependency>
207 <dependency>
208 <groupId>org.onap.policy.models.policy-models-interactions</groupId>
209 <artifactId>simulators</artifactId>
210 <version>${policy.models.version}</version>
211 <scope>test</scope>
212 </dependency>
213 <dependency>
jhh6d284bc2020-02-24 18:14:04 -0600214 <groupId>org.onap.policy.models</groupId>
215 <artifactId>policy-models-examples</artifactId>
216 <version>${policy.models.version}</version>
217 <scope>test</scope>
218 </dependency>
219 <dependency>
jhh6dfab642020-02-12 18:20:06 -0600220 <groupId>com.h2database</groupId>
221 <artifactId>h2</artifactId>
222 <scope>test</scope>
223 </dependency>
jhh6dfab642020-02-12 18:20:06 -0600224 </dependencies>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -0400225</project>