Merge "policy/drools-apps jdk11 upgrades"
[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 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24   <modelVersion>4.0.0</modelVersion>
25
26   <parent>
27     <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
28     <artifactId>common</artifactId>
29     <version>1.6.0-SNAPSHOT</version>
30   </parent>
31
32   <artifactId>eventmanager</artifactId>
33
34   <dependencies>
35     <dependency>
36       <groupId>org.eclipse.persistence</groupId>
37       <artifactId>org.eclipse.persistence.jpa</artifactId>
38       <scope>provided</scope>
39     </dependency>
40     <dependency>
41       <groupId>commons-io</groupId>
42       <artifactId>commons-io</artifactId>
43       <version>2.5</version>
44       <scope>provided</scope>
45     </dependency>
46     <dependency>
47       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
48       <artifactId>actorServiceProvider</artifactId>
49       <version>${policy.models.version}</version>
50       <scope>provided</scope>
51     </dependency>
52     <dependency>
53       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
54       <artifactId>actor.sdnr</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.appc</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.so</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.vfc</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.sdnc</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.appclcm</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.cds</artifactId>
91       <version>${policy.models.version}</version>
92       <scope>provided</scope>
93     </dependency>
94     <dependency>
95       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
96       <artifactId>database</artifactId>
97       <version>${project.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
101       <artifactId>guard</artifactId>
102       <version>${project.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>vfc</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>sdnc</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>appclcm</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>cds</artifactId>
144       <version>${policy.models.version}</version>
145       <scope>provided</scope>
146     </dependency>
147     <dependency>
148       <groupId>org.onap.ccsdk.cds.components</groupId>
149       <artifactId>proto-definition</artifactId>
150     </dependency>
151     <dependency>
152       <groupId>junit</groupId>
153       <artifactId>junit</artifactId>
154       <scope>test</scope>
155     </dependency>
156     <dependency>
157       <groupId>org.powermock</groupId>
158       <artifactId>powermock-api-mockito2</artifactId>
159       <scope>test</scope>
160     </dependency>
161     <dependency>
162       <groupId>org.assertj</groupId>
163       <artifactId>assertj-core</artifactId>
164       <scope>test</scope>
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>sdc</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>aai</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>so</artifactId>
186       <version>${policy.models.version}</version>
187       <scope>provided</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.apache.httpcomponents</groupId>
191       <artifactId>httpclient</artifactId>
192       <scope>provided</scope>
193     </dependency>
194     <dependency>
195       <groupId>org.onap.policy.common</groupId>
196       <artifactId>policy-endpoints</artifactId>
197       <version>${version.policy.common}</version>
198       <scope>provided</scope>
199     </dependency>
200     <dependency>
201       <groupId>org.onap.policy.drools-pdp</groupId>
202       <artifactId>policy-management</artifactId>
203       <version>${version.policy.drools-pdp}</version>
204       <scope>provided</scope>
205     </dependency>
206     <dependency>
207       <groupId>org.onap.policy.common</groupId>
208       <artifactId>utils-test</artifactId>
209       <version>${version.policy.common}</version>
210       <scope>test</scope>
211     </dependency>
212     <dependency>
213       <groupId>org.onap.policy.models.policy-models-interactions</groupId>
214       <artifactId>simulators</artifactId>
215       <version>${policy.models.version}</version>
216       <scope>test</scope>
217     </dependency>
218     <dependency>
219       <groupId>com.h2database</groupId>
220       <artifactId>h2</artifactId>
221       <scope>test</scope>
222     </dependency>
223   </dependencies>
224     <build>
225         <plugins>
226             <plugin>
227                 <artifactId>maven-checkstyle-plugin</artifactId>
228                 <executions>
229                     <execution>
230                         <id>onap-java-style</id>
231                         <goals>
232                             <goal>check</goal>
233                         </goals>
234                         <phase>process-sources</phase>
235                         <configuration>
236                             <!-- Use Google Java Style Guide:
237                             https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
238                             with minor changes -->
239                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
240                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
241                             <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories>
242                             <includeResources>true</includeResources>
243                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
244                             <includeTestResources>true</includeTestResources>
245                             <excludes>
246                             </excludes>
247                             <consoleOutput>true</consoleOutput>
248                             <failsOnViolation>true</failsOnViolation>
249                             <violationSeverity>warning</violationSeverity>
250                         </configuration>
251                     </execution>
252                 </executions>
253                 <dependencies>
254                     <dependency>
255                         <groupId>org.onap.oparent</groupId>
256                         <artifactId>checkstyle</artifactId>
257                         <version>${oparent.version}</version>
258                         <scope>compile</scope>
259                     </dependency>
260                 </dependencies>
261             </plugin>
262         </plugins>
263     </build>
264 </project>