Add frankfurt rules for Actor redesign
[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.guard</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.so</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.vfc</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.sdnc</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.appclcm</artifactId>
97             <version>${policy.models.version}</version>
98             <scope>provided</scope>
99         </dependency>
100         <dependency>
101             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
102             <artifactId>actor.cds</artifactId>
103             <version>${policy.models.version}</version>
104             <scope>provided</scope>
105         </dependency>
106         <dependency>
107             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
108             <artifactId>database</artifactId>
109             <version>${project.version}</version>
110         </dependency>
111         <dependency>
112             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
113             <artifactId>guard</artifactId>
114             <version>${project.version}</version>
115             <scope>provided</scope>
116         </dependency>
117         <dependency>
118             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
119             <artifactId>events</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>sdnr</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>appc</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>vfc</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>sdnc</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>appclcm</artifactId>
150             <version>${policy.models.version}</version>
151             <scope>provided</scope>
152         </dependency>
153         <dependency>
154             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
155             <artifactId>cds</artifactId>
156             <version>${policy.models.version}</version>
157             <scope>provided</scope>
158         </dependency>
159         <dependency>
160             <groupId>org.onap.ccsdk.cds.components</groupId>
161             <artifactId>proto-definition</artifactId>
162         </dependency>
163         <dependency>
164             <groupId>com.google.code.gson</groupId>
165             <artifactId>gson</artifactId>
166             <scope>provided</scope>
167         </dependency>
168         <dependency>
169             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
170             <artifactId>sdc</artifactId>
171             <version>${policy.models.version}</version>
172             <scope>provided</scope>
173         </dependency>
174         <dependency>
175             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
176             <artifactId>aai</artifactId>
177             <version>${policy.models.version}</version>
178             <scope>provided</scope>
179         </dependency>
180         <dependency>
181             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
182             <artifactId>so</artifactId>
183             <version>${policy.models.version}</version>
184             <scope>provided</scope>
185         </dependency>
186         <dependency>
187             <groupId>org.apache.httpcomponents</groupId>
188             <artifactId>httpclient</artifactId>
189             <scope>provided</scope>
190         </dependency>
191         <dependency>
192             <groupId>org.onap.policy.common</groupId>
193             <artifactId>policy-endpoints</artifactId>
194             <version>${version.policy.common}</version>
195             <scope>provided</scope>
196         </dependency>
197         <dependency>
198             <groupId>org.onap.policy.drools-pdp</groupId>
199             <artifactId>policy-management</artifactId>
200             <version>${version.policy.drools-pdp}</version>
201             <scope>provided</scope>
202         </dependency>
203         <dependency>
204             <groupId>org.onap.policy.common</groupId>
205             <artifactId>utils-test</artifactId>
206             <version>${version.policy.common}</version>
207             <scope>test</scope>
208         </dependency>
209         <dependency>
210             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
211             <artifactId>simulators</artifactId>
212             <version>${policy.models.version}</version>
213             <scope>test</scope>
214         </dependency>
215         <dependency>
216             <groupId>org.onap.policy.models</groupId>
217             <artifactId>policy-models-examples</artifactId>
218             <version>${policy.models.version}</version>
219             <scope>test</scope>
220         </dependency>
221         <dependency>
222             <groupId>com.h2database</groupId>
223             <artifactId>h2</artifactId>
224             <scope>test</scope>
225         </dependency>
226         <dependency>
227             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
228             <artifactId>domains</artifactId>
229             <version>1.6.0-SNAPSHOT</version>
230         </dependency>
231     </dependencies>
232     <build>
233         <plugins>
234             <plugin>
235                 <artifactId>maven-checkstyle-plugin</artifactId>
236                 <executions>
237                     <execution>
238                         <id>onap-java-style</id>
239                         <goals>
240                             <goal>check</goal>
241                         </goals>
242                         <phase>process-sources</phase>
243                         <configuration>
244                             <!-- Use Google Java Style Guide:
245                             https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
246                             with minor changes -->
247                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
248                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
249                             <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
250                             <includeResources>true</includeResources>
251                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
252                             <includeTestResources>true</includeTestResources>
253                             <excludes>
254                             </excludes>
255                             <consoleOutput>true</consoleOutput>
256                             <failsOnViolation>true</failsOnViolation>
257                             <violationSeverity>warning</violationSeverity>
258                         </configuration>
259                     </execution>
260                 </executions>
261                 <dependencies>
262                     <dependency>
263                         <groupId>org.onap.oparent</groupId>
264                         <artifactId>checkstyle</artifactId>
265                         <version>${oparent.version}</version>
266                         <scope>compile</scope>
267                     </dependency>
268                 </dependencies>
269             </plugin>
270         </plugins>
271     </build>
272 </project>