vDNS tosca compliant policies support
[policy/drools-applications.git] / controlloop / common / eventmanager / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   eventmanager
4   ================================================================================
5   Copyright (C) 2017-2020 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.6.0-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             <version>2.5</version>
45             <scope>provided</scope>
46         </dependency>
47         <dependency>
48             <!-- less than 1.9.4 has security vulnerabilities -->
49             <groupId>commons-beanutils</groupId>
50             <artifactId>commons-beanutils</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
54             <artifactId>actorServiceProvider</artifactId>
55             <version>${policy.models.version}</version>
56             <scope>provided</scope>
57         </dependency>
58         <dependency>
59             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
60             <artifactId>actor.sdnr</artifactId>
61             <version>${policy.models.version}</version>
62             <scope>provided</scope>
63         </dependency>
64         <dependency>
65             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
66             <artifactId>actor.appc</artifactId>
67             <version>${policy.models.version}</version>
68             <scope>provided</scope>
69         </dependency>
70         <dependency>
71             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
72             <artifactId>actor.so</artifactId>
73             <version>${policy.models.version}</version>
74             <scope>provided</scope>
75         </dependency>
76         <dependency>
77             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
78             <artifactId>actor.vfc</artifactId>
79             <version>${policy.models.version}</version>
80             <scope>provided</scope>
81         </dependency>
82         <dependency>
83             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
84             <artifactId>actor.sdnc</artifactId>
85             <version>${policy.models.version}</version>
86             <scope>provided</scope>
87         </dependency>
88         <dependency>
89             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
90             <artifactId>actor.appclcm</artifactId>
91             <version>${policy.models.version}</version>
92             <scope>provided</scope>
93         </dependency>
94         <dependency>
95             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
96             <artifactId>actor.cds</artifactId>
97             <version>${policy.models.version}</version>
98             <scope>provided</scope>
99         </dependency>
100         <dependency>
101             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
102             <artifactId>database</artifactId>
103             <version>${project.version}</version>
104         </dependency>
105         <dependency>
106             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
107             <artifactId>guard</artifactId>
108             <version>${project.version}</version>
109             <scope>provided</scope>
110         </dependency>
111         <dependency>
112             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
113             <artifactId>events</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>sdnr</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>appc</artifactId>
126             <version>${policy.models.version}</version>
127             <scope>provided</scope>
128         </dependency>
129         <dependency>
130             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
131             <artifactId>vfc</artifactId>
132             <version>${policy.models.version}</version>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
137             <artifactId>sdnc</artifactId>
138             <version>${policy.models.version}</version>
139             <scope>provided</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
143             <artifactId>appclcm</artifactId>
144             <version>${policy.models.version}</version>
145             <scope>provided</scope>
146         </dependency>
147         <dependency>
148             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
149             <artifactId>cds</artifactId>
150             <version>${policy.models.version}</version>
151             <scope>provided</scope>
152         </dependency>
153         <dependency>
154             <groupId>org.onap.ccsdk.cds.components</groupId>
155             <artifactId>proto-definition</artifactId>
156         </dependency>
157         <dependency>
158             <groupId>junit</groupId>
159             <artifactId>junit</artifactId>
160             <scope>test</scope>
161         </dependency>
162         <dependency>
163             <groupId>org.powermock</groupId>
164             <artifactId>powermock-api-mockito2</artifactId>
165             <scope>test</scope>
166         </dependency>
167         <dependency>
168             <groupId>org.assertj</groupId>
169             <artifactId>assertj-core</artifactId>
170             <scope>test</scope>
171         </dependency>
172         <dependency>
173             <groupId>com.google.code.gson</groupId>
174             <artifactId>gson</artifactId>
175             <scope>provided</scope>
176         </dependency>
177         <dependency>
178             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
179             <artifactId>sdc</artifactId>
180             <version>${policy.models.version}</version>
181             <scope>provided</scope>
182         </dependency>
183         <dependency>
184             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
185             <artifactId>aai</artifactId>
186             <version>${policy.models.version}</version>
187             <scope>provided</scope>
188         </dependency>
189         <dependency>
190             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
191             <artifactId>so</artifactId>
192             <version>${policy.models.version}</version>
193             <scope>provided</scope>
194         </dependency>
195         <dependency>
196             <groupId>org.apache.httpcomponents</groupId>
197             <artifactId>httpclient</artifactId>
198             <scope>provided</scope>
199         </dependency>
200         <dependency>
201             <groupId>org.onap.policy.common</groupId>
202             <artifactId>policy-endpoints</artifactId>
203             <version>${version.policy.common}</version>
204             <scope>provided</scope>
205         </dependency>
206         <dependency>
207             <groupId>org.onap.policy.drools-pdp</groupId>
208             <artifactId>policy-management</artifactId>
209             <version>${version.policy.drools-pdp}</version>
210             <scope>provided</scope>
211         </dependency>
212         <dependency>
213             <groupId>org.onap.policy.common</groupId>
214             <artifactId>utils-test</artifactId>
215             <version>${version.policy.common}</version>
216             <scope>test</scope>
217         </dependency>
218         <dependency>
219             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
220             <artifactId>simulators</artifactId>
221             <version>${policy.models.version}</version>
222             <scope>test</scope>
223         </dependency>
224         <dependency>
225             <groupId>org.onap.policy.models</groupId>
226             <artifactId>policy-models-examples</artifactId>
227             <version>${policy.models.version}</version>
228             <scope>test</scope>
229         </dependency>
230         <dependency>
231             <groupId>com.h2database</groupId>
232             <artifactId>h2</artifactId>
233             <scope>test</scope>
234         </dependency>
235         <dependency>
236             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
237             <artifactId>domains</artifactId>
238             <version>1.6.0-SNAPSHOT</version>
239         </dependency>
240     </dependencies>
241     <build>
242         <plugins>
243             <plugin>
244                 <artifactId>maven-checkstyle-plugin</artifactId>
245                 <executions>
246                     <execution>
247                         <id>onap-java-style</id>
248                         <goals>
249                             <goal>check</goal>
250                         </goals>
251                         <phase>process-sources</phase>
252                         <configuration>
253                             <!-- Use Google Java Style Guide:
254                             https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
255                             with minor changes -->
256                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
257                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
258                             <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
259                             <includeResources>true</includeResources>
260                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
261                             <includeTestResources>true</includeTestResources>
262                             <excludes>
263                             </excludes>
264                             <consoleOutput>true</consoleOutput>
265                             <failsOnViolation>true</failsOnViolation>
266                             <violationSeverity>warning</violationSeverity>
267                         </configuration>
268                     </execution>
269                 </executions>
270                 <dependencies>
271                     <dependency>
272                         <groupId>org.onap.oparent</groupId>
273                         <artifactId>checkstyle</artifactId>
274                         <version>${oparent.version}</version>
275                         <scope>compile</scope>
276                     </dependency>
277                 </dependencies>
278             </plugin>
279         </plugins>
280     </build>
281 </project>