Set all cross references of policy/drools-applications
[policy/drools-applications.git] / controlloop / common / eventmanager / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   eventmanager
4   ================================================================================
5   Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2019, 2023-2024 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>2.1.3-SNAPSHOT</version>
31     </parent>
32
33     <artifactId>eventmanager</artifactId>
34
35     <dependencies>
36         <dependency>
37             <groupId>org.hibernate.orm</groupId>
38             <artifactId>hibernate-core</artifactId>
39         </dependency>
40
41         <dependency>
42             <groupId>org.hibernate</groupId>
43             <artifactId>hibernate-core-jakarta</artifactId>
44         </dependency>
45         <dependency>
46             <groupId>commons-io</groupId>
47             <artifactId>commons-io</artifactId>
48             <scope>provided</scope>
49         </dependency>
50         <dependency>
51             <!-- less than 1.9.4 has security vulnerabilities -->
52             <groupId>commons-beanutils</groupId>
53             <artifactId>commons-beanutils</artifactId>
54         </dependency>
55         <dependency>
56             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
57             <artifactId>actorServiceProvider</artifactId>
58             <version>${policy.models.version}</version>
59             <scope>provided</scope>
60         </dependency>
61         <dependency>
62             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
63             <artifactId>actor.sdnr</artifactId>
64             <version>${policy.models.version}</version>
65             <scope>provided</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
69             <artifactId>actor.a1p</artifactId>
70             <version>${policy.models.version}</version>
71             <scope>provided</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
75             <artifactId>actor.appc</artifactId>
76             <version>${policy.models.version}</version>
77             <scope>provided</scope>
78         </dependency>
79         <dependency>
80             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
81             <artifactId>actor.xacml</artifactId>
82             <version>${policy.models.version}</version>
83             <scope>provided</scope>
84         </dependency>
85         <dependency>
86             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
87             <artifactId>actor.so</artifactId>
88             <version>${policy.models.version}</version>
89             <scope>provided</scope>
90         </dependency>
91         <dependency>
92             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
93             <artifactId>actor.vfc</artifactId>
94             <version>${policy.models.version}</version>
95             <scope>provided</scope>
96         </dependency>
97         <dependency>
98             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
99             <artifactId>actor.sdnc</artifactId>
100             <version>${policy.models.version}</version>
101             <scope>provided</scope>
102         </dependency>
103         <dependency>
104             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
105             <artifactId>actor.appclcm</artifactId>
106             <version>${policy.models.version}</version>
107             <scope>provided</scope>
108         </dependency>
109         <dependency>
110             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
111             <artifactId>actor.cds</artifactId>
112             <version>${policy.models.version}</version>
113             <scope>provided</scope>
114         </dependency>
115         <dependency>
116             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
117             <artifactId>events</artifactId>
118             <version>${policy.models.version}</version>
119             <scope>provided</scope>
120         </dependency>
121         <dependency>
122             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
123             <artifactId>sdnr</artifactId>
124             <version>${policy.models.version}</version>
125             <scope>provided</scope>
126         </dependency>
127         <dependency>
128             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
129             <artifactId>appc</artifactId>
130             <version>${policy.models.version}</version>
131             <scope>provided</scope>
132         </dependency>
133         <dependency>
134             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
135             <artifactId>guard</artifactId>
136             <version>${policy.models.version}</version>
137         </dependency>
138         <dependency>
139             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
140             <artifactId>vfc</artifactId>
141             <version>${policy.models.version}</version>
142             <scope>provided</scope>
143         </dependency>
144         <dependency>
145             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
146             <artifactId>sdnc</artifactId>
147             <version>${policy.models.version}</version>
148             <scope>provided</scope>
149         </dependency>
150         <dependency>
151             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
152             <artifactId>appclcm</artifactId>
153             <version>${policy.models.version}</version>
154             <scope>provided</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
158             <artifactId>cds</artifactId>
159             <version>${policy.models.version}</version>
160             <scope>provided</scope>
161         </dependency>
162         <dependency>
163             <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
164             <artifactId>blueprint-proto</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>com.google.code.gson</groupId>
168             <artifactId>gson</artifactId>
169             <scope>provided</scope>
170         </dependency>
171         <dependency>
172             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
173             <artifactId>aai</artifactId>
174             <version>${policy.models.version}</version>
175             <scope>provided</scope>
176         </dependency>
177         <dependency>
178             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
179             <artifactId>so</artifactId>
180             <version>${policy.models.version}</version>
181             <scope>provided</scope>
182         </dependency>
183         <dependency>
184             <groupId>org.onap.policy.models</groupId>
185             <artifactId>policy-models-decisions</artifactId>
186             <version>${policy.models.version}</version>
187         </dependency>
188         <dependency>
189             <groupId>org.apache.httpcomponents.client5</groupId>
190             <artifactId>httpclient5</artifactId>
191             <scope>provided</scope>
192         </dependency>
193         <dependency>
194             <groupId>org.onap.policy.common</groupId>
195             <artifactId>policy-endpoints</artifactId>
196             <version>${version.policy.common}</version>
197             <scope>provided</scope>
198         </dependency>
199         <dependency>
200             <groupId>org.onap.policy.drools-pdp</groupId>
201             <artifactId>policy-management</artifactId>
202             <version>${version.policy.drools-pdp}</version>
203             <scope>provided</scope>
204         </dependency>
205         <dependency>
206             <groupId>org.onap.policy.drools-pdp</groupId>
207             <artifactId>policy-domains</artifactId>
208             <version>${version.policy.drools-pdp}</version>
209             <scope>provided</scope>
210         </dependency>
211         <dependency>
212             <groupId>org.onap.policy.common</groupId>
213             <artifactId>utils-test</artifactId>
214             <version>${version.policy.common}</version>
215             <scope>test</scope>
216         </dependency>
217         <dependency>
218             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
219             <artifactId>simulators</artifactId>
220             <version>${policy.models.version}</version>
221             <scope>test</scope>
222         </dependency>
223         <dependency>
224             <groupId>org.onap.policy.models</groupId>
225             <artifactId>policy-models-examples</artifactId>
226             <version>${policy.models.version}</version>
227             <scope>test</scope>
228         </dependency>
229         <dependency>
230             <groupId>com.h2database</groupId>
231             <artifactId>h2</artifactId>
232             <scope>test</scope>
233         </dependency>
234     </dependencies>
235 </project>