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