update dependency to policy/models
[policy/drools-applications.git] / controlloop / common / eventmanager / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3   eventmanager
4   ================================================================================
5   Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
6   Modifications Copyright (C) 2019 Nordix Foundation.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11   
12        http://www.apache.org/licenses/LICENSE-2.0
13   
14   Unless required by applicable law or agreed to in writing, software
15   distributed under the License is distributed on an "AS IS" BASIS,
16   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   See the License for the specific language governing permissions and
18   limitations under the License.
19   ============LICENSE_END=========================================================
20   -->
21
22 <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">
23   <modelVersion>4.0.0</modelVersion>
24
25   <parent>
26     <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
27     <artifactId>common</artifactId>
28     <version>1.4.0-SNAPSHOT</version>
29   </parent>
30
31   <artifactId>eventmanager</artifactId>
32
33   <dependencies>
34     <dependency>
35       <groupId>org.eclipse.persistence</groupId>
36       <artifactId>org.eclipse.persistence.jpa</artifactId>
37       <scope>provided</scope>
38     </dependency>
39     <dependency>
40       <groupId>commons-io</groupId>
41       <artifactId>commons-io</artifactId>
42       <version>2.5</version>
43       <scope>provided</scope>
44     </dependency>
45     <dependency>
46       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
47       <artifactId>actorServiceProvider</artifactId>
48       <version>${policy.models.version}</version>
49       <scope>provided</scope>
50     </dependency>
51     <dependency>
52       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
53       <artifactId>actor.sdnr</artifactId>
54       <version>${policy.models.version}</version>
55       <scope>provided</scope>
56     </dependency>
57     <dependency>
58       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
59       <artifactId>actor.appc</artifactId>
60       <version>${policy.models.version}</version>
61       <scope>provided</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
65       <artifactId>actor.so</artifactId>
66       <version>${policy.models.version}</version>
67       <scope>provided</scope>
68     </dependency>
69     <dependency>
70       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
71       <artifactId>actor.vfc</artifactId>
72       <version>${policy.models.version}</version>
73       <scope>provided</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
77       <artifactId>actor.sdnc</artifactId>
78       <version>${policy.models.version}</version>
79       <scope>provided</scope>
80     </dependency>
81     <dependency>
82       <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
83       <artifactId>actor.appclcm</artifactId>
84       <version>${policy.models.version}</version>
85       <scope>provided</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
89       <artifactId>guard</artifactId>
90       <version>${project.version}</version>
91       <scope>provided</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
95       <artifactId>events</artifactId>
96       <version>${policy.models.version}</version>
97       <scope>provided</scope>
98     </dependency>
99     <dependency>
100       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
101       <artifactId>sdnr</artifactId>
102       <version>${policy.models.version}</version>
103       <scope>provided</scope>
104     </dependency>
105     <dependency>
106       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
107       <artifactId>appc</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>vfc</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>sdnc</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>appclcm</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>trafficgenerator</artifactId>
132       <version>${policy.models.version}</version>
133       <scope>provided</scope>
134     </dependency>
135     <dependency>
136       <groupId>junit</groupId>
137       <artifactId>junit</artifactId>
138       <scope>test</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.powermock</groupId>
142       <artifactId>powermock-api-mockito</artifactId>
143       <scope>test</scope>
144     </dependency>
145     <dependency>
146       <groupId>com.google.code.gson</groupId>
147       <artifactId>gson</artifactId>
148       <scope>provided</scope>
149     </dependency>
150     <dependency>
151       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
152       <artifactId>sdc</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>aai</artifactId>
159       <version>${policy.models.version}</version>
160       <scope>provided</scope>
161     </dependency>
162     <dependency>
163       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
164       <artifactId>so</artifactId>
165       <version>${policy.models.version}</version>
166       <scope>provided</scope>
167     </dependency>
168     <dependency>
169       <groupId>org.apache.httpcomponents</groupId>
170       <artifactId>httpclient</artifactId>
171       <scope>provided</scope>
172     </dependency>
173     <dependency>
174       <groupId>org.onap.policy.common</groupId>
175       <artifactId>policy-endpoints</artifactId>
176       <version>${version.policy.common}</version>
177       <scope>provided</scope>
178     </dependency>
179     <dependency>
180       <groupId>org.onap.policy.drools-pdp</groupId>
181       <artifactId>policy-management</artifactId>
182       <version>${version.policy.drools-pdp}</version>
183       <scope>provided</scope>
184     </dependency>
185     <dependency>
186       <groupId>org.onap.policy.common</groupId>
187       <artifactId>utils-test</artifactId>
188       <version>${version.policy.common}</version>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.onap.policy.models.policy-models-interactions</groupId>
193       <artifactId>simulators</artifactId>
194       <version>${policy.models.version}</version>
195       <scope>test</scope>
196     </dependency>
197     <dependency>
198       <groupId>com.h2database</groupId>
199       <artifactId>h2</artifactId>
200       <scope>test</scope>
201     </dependency>
202   </dependencies>
203     <build>
204         <plugins>
205             <plugin>
206                 <artifactId>maven-checkstyle-plugin</artifactId>
207                 <executions>
208                     <execution>
209                         <id>onap-java-style</id>
210                         <goals>
211                             <goal>check</goal>
212                         </goals>
213                         <phase>process-sources</phase>
214                         <configuration>
215                             <!-- Use Google Java Style Guide:
216                             https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
217                             with minor changes -->
218                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
219                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
220                             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
221                             <includeResources>true</includeResources>
222                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
223                             <includeTestResources>true</includeTestResources>
224                             <excludes>
225                             </excludes>
226                             <consoleOutput>true</consoleOutput>
227                             <failsOnViolation>true</failsOnViolation>
228                             <violationSeverity>warning</violationSeverity>
229                         </configuration>
230                     </execution>
231                 </executions>
232                 <dependencies>
233                     <dependency>
234                         <groupId>org.onap.oparent</groupId>
235                         <artifactId>checkstyle</artifactId>
236                         <version>${oparent.version}</version>
237                         <scope>compile</scope>
238                     </dependency>
239                 </dependencies>
240             </plugin>
241         </plugins>
242     </build>
243 </project>