Bump drools-apps to 1.5.1-SNAPSHOT
[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.5.1-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>database</artifactId>
90       <version>${project.version}</version>
91     </dependency>
92     <dependency>
93       <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
94       <artifactId>guard</artifactId>
95       <version>${project.version}</version>
96       <scope>provided</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
100       <artifactId>events</artifactId>
101       <version>${policy.models.version}</version>
102       <scope>provided</scope>
103     </dependency>
104     <dependency>
105       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
106       <artifactId>sdnr</artifactId>
107       <version>${policy.models.version}</version>
108       <scope>provided</scope>
109     </dependency>
110     <dependency>
111       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
112       <artifactId>appc</artifactId>
113       <version>${policy.models.version}</version>
114       <scope>provided</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
118       <artifactId>vfc</artifactId>
119       <version>${policy.models.version}</version>
120       <scope>provided</scope>
121     </dependency>
122     <dependency>
123       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
124       <artifactId>sdnc</artifactId>
125       <version>${policy.models.version}</version>
126       <scope>provided</scope>
127     </dependency>
128     <dependency>
129       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
130       <artifactId>appclcm</artifactId>
131       <version>${policy.models.version}</version>
132       <scope>provided</scope>
133     </dependency>
134     <dependency>
135       <groupId>junit</groupId>
136       <artifactId>junit</artifactId>
137       <scope>test</scope>
138     </dependency>
139     <dependency>
140       <groupId>org.powermock</groupId>
141       <artifactId>powermock-api-mockito</artifactId>
142       <scope>test</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.assertj</groupId>
146       <artifactId>assertj-core</artifactId>
147       <scope>test</scope>
148     </dependency>
149     <dependency>
150       <groupId>com.google.code.gson</groupId>
151       <artifactId>gson</artifactId>
152       <scope>provided</scope>
153     </dependency>
154     <dependency>
155       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
156       <artifactId>sdc</artifactId>
157       <version>${policy.models.version}</version>
158       <scope>provided</scope>
159     </dependency>
160     <dependency>
161       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
162       <artifactId>aai</artifactId>
163       <version>${policy.models.version}</version>
164       <scope>provided</scope>
165     </dependency>
166     <dependency>
167       <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
168       <artifactId>so</artifactId>
169       <version>${policy.models.version}</version>
170       <scope>provided</scope>
171     </dependency>
172     <dependency>
173       <groupId>org.apache.httpcomponents</groupId>
174       <artifactId>httpclient</artifactId>
175       <scope>provided</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.onap.policy.common</groupId>
179       <artifactId>policy-endpoints</artifactId>
180       <version>${version.policy.common}</version>
181       <scope>provided</scope>
182     </dependency>
183     <dependency>
184       <groupId>org.onap.policy.drools-pdp</groupId>
185       <artifactId>policy-management</artifactId>
186       <version>${version.policy.drools-pdp}</version>
187       <scope>provided</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.onap.policy.common</groupId>
191       <artifactId>utils-test</artifactId>
192       <version>${version.policy.common}</version>
193       <scope>test</scope>
194     </dependency>
195     <dependency>
196       <groupId>org.onap.policy.models.policy-models-interactions</groupId>
197       <artifactId>simulators</artifactId>
198       <version>${policy.models.version}</version>
199       <scope>test</scope>
200     </dependency>
201     <dependency>
202       <groupId>com.h2database</groupId>
203       <artifactId>h2</artifactId>
204       <scope>test</scope>
205     </dependency>
206   </dependencies>
207     <build>
208         <plugins>
209             <plugin>
210                 <artifactId>maven-checkstyle-plugin</artifactId>
211                 <executions>
212                     <execution>
213                         <id>onap-java-style</id>
214                         <goals>
215                             <goal>check</goal>
216                         </goals>
217                         <phase>process-sources</phase>
218                         <configuration>
219                             <!-- Use Google Java Style Guide:
220                             https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml
221                             with minor changes -->
222                             <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
223                             <!-- <sourceDirectory> is needed so that checkstyle ignores the generated sources directory -->
224                             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
225                             <includeResources>true</includeResources>
226                             <includeTestSourceDirectory>true</includeTestSourceDirectory>
227                             <includeTestResources>true</includeTestResources>
228                             <excludes>
229                             </excludes>
230                             <consoleOutput>true</consoleOutput>
231                             <failsOnViolation>true</failsOnViolation>
232                             <violationSeverity>warning</violationSeverity>
233                         </configuration>
234                     </execution>
235                 </executions>
236                 <dependencies>
237                     <dependency>
238                         <groupId>org.onap.oparent</groupId>
239                         <artifactId>checkstyle</artifactId>
240                         <version>${oparent.version}</version>
241                         <scope>compile</scope>
242                     </dependency>
243                 </dependencies>
244             </plugin>
245         </plugins>
246     </build>
247 </project>