Merge "Adding Apex docs for Plugins module"
[policy/apex-pdp.git] / testsuites / integration / integration-uservice-test / pom.xml
1 <!--
2   ============LICENSE_START=======================================================
3    Copyright (C) 2018 Ericsson. All rights reserved.
4   ================================================================================
5   Licensed under the Apache License, Version 2.0 (the "License");
6   you may not use this file except in compliance with the License.
7   You may obtain a copy of the License at
8
9        http://www.apache.org/licenses/LICENSE-2.0
10
11   Unless required by applicable law or agreed to in writing, software
12   distributed under the License is distributed on an "AS IS" BASIS,
13   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   See the License for the specific language governing permissions and
15   limitations under the License.
16
17   SPDX-License-Identifier: Apache-2.0
18   ============LICENSE_END=========================================================
19 -->
20
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22     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     <parent>
25         <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId>
26         <artifactId>integration</artifactId>
27         <version>2.0.0-SNAPSHOT</version>
28     </parent>
29
30     <artifactId>integration-uservice-test</artifactId>
31     <name>${project.artifactId}</name>
32     <description>Integration tests for Apex microservices</description>
33
34     <properties>
35         <activemq-version>5.15.4</activemq-version>
36     </properties>
37
38     <dependencies>
39         <dependency>
40             <groupId>org.onap.policy.common</groupId>
41             <artifactId>utils</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.onap.policy.apex-pdp.core</groupId>
45             <artifactId>core-engine</artifactId>
46             <version>${project.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>org.onap.policy.apex-pdp.core</groupId>
50             <artifactId>core-deployment</artifactId>
51             <version>${project.version}</version>
52         </dependency>
53         <dependency>
54             <groupId>org.onap.policy.apex-pdp.context</groupId>
55             <artifactId>context-test-utils</artifactId>
56             <version>${project.version}</version>
57             <scope>test</scope>
58         </dependency>
59         <dependency>
60             <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema</groupId>
61             <artifactId>plugins-context-schema-avro</artifactId>
62             <version>${project.version}</version>
63             <scope>test</scope>
64         </dependency>
65         <dependency>
66             <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId>
67             <artifactId>plugins-executor-mvel</artifactId>
68             <version>${project.version}</version>
69             <scope>test</scope>
70         </dependency>
71         <dependency>
72             <groupId>org.onap.policy.apex-pdp.plugins.plugins-executor</groupId>
73             <artifactId>plugins-executor-javascript</artifactId>
74             <version>${project.version}</version>
75             <scope>test</scope>
76         </dependency>
77         <dependency>
78             <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-distribution</groupId>
79             <artifactId>plugins-context-distribution-infinispan</artifactId>
80             <version>${project.version}</version>
81             <scope>test</scope>
82         </dependency>
83         <dependency>
84             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
85             <artifactId>plugins-event-carrier-kafka</artifactId>
86             <version>${project.version}</version>
87             <scope>test</scope>
88         </dependency>
89         <dependency>
90             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
91             <artifactId>plugins-event-carrier-websocket</artifactId>
92             <version>${project.version}</version>
93             <scope>test</scope>
94         </dependency>
95         <dependency>
96             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
97             <artifactId>plugins-event-carrier-jms</artifactId>
98             <version>${project.version}</version>
99             <scope>test</scope>
100         </dependency>
101         <dependency>
102             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
103             <artifactId>plugins-event-carrier-restclient</artifactId>
104             <version>${project.version}</version>
105             <scope>test</scope>
106         </dependency>
107         <dependency>
108             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
109             <artifactId>plugins-event-carrier-restserver</artifactId>
110             <version>${project.version}</version>
111             <scope>test</scope>
112         </dependency>
113         <dependency>
114             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-carrier</groupId>
115             <artifactId>plugins-event-carrier-restrequestor</artifactId>
116             <version>${project.version}</version>
117             <scope>test</scope>
118         </dependency>
119         <dependency>
120             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol</groupId>
121             <artifactId>plugins-event-protocol-xml</artifactId>
122             <version>${project.version}</version>
123             <scope>test</scope>
124         </dependency>
125         <dependency>
126             <groupId>org.onap.policy.apex-pdp.plugins.plugins-event.plugins-event-protocol</groupId>
127             <artifactId>plugins-event-protocol-jms</artifactId>
128             <version>${project.version}</version>
129             <scope>test</scope>
130         </dependency>
131         <dependency>
132             <groupId>org.onap.policy.apex-pdp.auth</groupId>
133             <artifactId>cli-editor</artifactId>
134             <version>${project.version}</version>
135             <scope>test</scope>
136         </dependency>
137         <dependency>
138             <groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId>
139             <artifactId>integration-common</artifactId>
140             <version>${project.version}</version>
141             <scope>test</scope>
142         </dependency>
143         <dependency>
144             <groupId>org.apache.kafka</groupId>
145             <artifactId>kafka_2.11</artifactId>
146             <version>${version.kafka}</version>
147             <scope>test</scope>
148             <exclusions>
149                 <exclusion>
150                     <groupId>org.slf4j</groupId>
151                     <artifactId>slf4j-log4j12</artifactId>
152                 </exclusion>
153             </exclusions>
154         </dependency>
155         <dependency>
156             <groupId>org.apache.kafka</groupId>
157             <artifactId>kafka_2.11</artifactId>
158             <version>${version.kafka}</version>
159             <classifier>test</classifier>
160             <scope>test</scope>
161             <exclusions>
162                 <exclusion>
163                     <groupId>org.slf4j</groupId>
164                     <artifactId>slf4j-log4j12</artifactId>
165                 </exclusion>
166             </exclusions>
167         </dependency>
168         <dependency>
169             <groupId>org.apache.kafka</groupId>
170             <artifactId>kafka-clients</artifactId>
171             <version>${version.kafka}</version>
172             <classifier>test</classifier>
173             <scope>test</scope>
174             <exclusions>
175                 <exclusion>
176                     <groupId>org.slf4j</groupId>
177                     <artifactId>slf4j-log4j12</artifactId>
178                 </exclusion>
179             </exclusions>
180         </dependency>
181         <dependency>
182             <groupId>org.apache.activemq.tooling</groupId>
183             <artifactId>activemq-junit</artifactId>
184             <version>${activemq-version}</version>
185             <scope>test</scope>
186         </dependency>
187         <dependency>
188             <groupId>org.apache.activemq</groupId>
189             <artifactId>activemq-broker</artifactId>
190             <version>${activemq-version}</version>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194             <groupId>org.apache.activemq</groupId>
195             <artifactId>activemq-jaas</artifactId>
196             <version>${activemq-version}</version>
197             <scope>test</scope>
198         </dependency>
199
200         <dependency>
201             <groupId>org.glassfish.jersey.core</groupId>
202             <artifactId>jersey-client</artifactId>
203             <version>${version.jersey}</version>
204         </dependency>
205         <dependency>
206             <groupId>org.glassfish.jersey.containers</groupId>
207             <artifactId>jersey-container-grizzly2-http</artifactId>
208             <version>${version.jersey}</version>
209             <scope>test</scope>
210         </dependency>
211         <dependency>
212             <groupId>org.glassfish.jersey.containers</groupId>
213             <artifactId>jersey-container-servlet-core</artifactId>
214             <version>${version.jersey}</version>
215         </dependency>
216         <dependency>
217             <groupId>org.onap.policy.apex-pdp.context</groupId>
218             <artifactId>context-test-utils</artifactId>
219             <version>${project.version}</version>
220             <scope>test</scope>
221         </dependency>
222     </dependencies>
223
224     <build>
225         <plugins>
226             <plugin>
227                 <groupId>org.apache.maven.plugins</groupId>
228                 <artifactId>maven-surefire-plugin</artifactId>
229                 <configuration>
230                     <forkMode>always</forkMode>
231                 </configuration>
232             </plugin>
233         </plugins>
234     </build>
235
236 </project>