Update snapshot and/or references of policy/drools-applications to latest snapshots
[policy/drools-applications.git] / controlloop / common / eventmanager / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   eventmanager
4   ================================================================================
5   Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2019 Nordix Foundation.
7   Modifications Copyright (C) 2019-2020 Bell Canada.
8   ================================================================================
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
12
13        http://www.apache.org/licenses/LICENSE-2.0
14
15   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
23 <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>
26
27     <parent>
28         <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
29         <artifactId>drools-applications-common</artifactId>
30         <version>1.10.3-SNAPSHOT</version>
31     </parent>
32
33     <artifactId>eventmanager</artifactId>
34
35     <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>
44             <scope>provided</scope>
45         </dependency>
46         <dependency>
47             <!-- less than 1.9.4 has security vulnerabilities -->
48             <groupId>commons-beanutils</groupId>
49             <artifactId>commons-beanutils</artifactId>
50         </dependency>
51         <dependency>
52             <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>
71             <artifactId>actor.xacml</artifactId>
72             <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>
77             <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>
106             <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>
125             <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>
130             <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>
153             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
154             <artifactId>blueprint-proto</artifactId>
155         </dependency>
156         <dependency>
157             <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>
163             <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>
174           <groupId>org.onap.policy.models</groupId>
175           <artifactId>policy-models-decisions</artifactId>
176           <version>${policy.models.version}</version>
177         </dependency>
178         <dependency>
179             <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>
196             <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>
202             <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>
214             <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>
220             <groupId>com.h2database</groupId>
221             <artifactId>h2</artifactId>
222             <scope>test</scope>
223         </dependency>
224     </dependencies>
225 </project>