use policy/parent awaitility
[policy/drools-applications.git] / controlloop / common / controller-usecases / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP
5   ================================================================================
6   Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2019 Nordix Foundation.
8   Modifications Copyright (C) 2019-2020 Bell Canada.
9   ================================================================================
10   Licensed under the Apache License, Version 2.0 (the "License");
11   you may not use this file except in compliance with the License.
12   You may obtain a copy of the License at
13   
14        http://www.apache.org/licenses/LICENSE-2.0
15   
16   Unless required by applicable law or agreed to in writing, software
17   distributed under the License is distributed on an "AS IS" BASIS,
18   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   See the License for the specific language governing permissions and
20   limitations under the License.
21   ============LICENSE_END=========================================================
22   -->
23
24 <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">
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>controller-usecases</artifactId>
34     <packaging>kjar</packaging>
35
36     <name>${project.artifactId}</name>
37     <description>Usecases Experimental Controller</description>
38
39     <properties>
40         <maven.compiler.source>1.8</maven.compiler.source>
41         <maven.compiler.target>1.8</maven.compiler.target>
42     </properties>
43
44     <build>
45         <plugins>
46             <plugin>
47                 <groupId>org.kie</groupId>
48                 <artifactId>kie-maven-plugin</artifactId>
49                 <extensions>true</extensions>
50             </plugin>
51         </plugins>
52     </build>
53
54     <dependencies>
55         <dependency>
56             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
57             <artifactId>events</artifactId>
58             <version>${policy.models.version}</version>
59             <scope>provided</scope>
60         </dependency>
61         <dependency>
62             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
63             <artifactId>appc</artifactId>
64             <version>${policy.models.version}</version>
65             <scope>provided</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
69             <artifactId>appclcm</artifactId>
70             <version>${policy.models.version}</version>
71             <scope>provided</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
75             <artifactId>sdnr</artifactId>
76             <version>${policy.models.version}</version>
77             <scope>provided</scope>
78         </dependency>
79         <dependency>
80             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
81             <artifactId>vfc</artifactId>
82             <version>${policy.models.version}</version>
83             <scope>provided</scope>
84         </dependency>
85         <dependency>
86             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
87             <artifactId>sdnc</artifactId>
88             <version>${policy.models.version}</version>
89             <scope>provided</scope>
90         </dependency>
91         <dependency>
92             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
93             <artifactId>so</artifactId>
94             <version>${policy.models.version}</version>
95             <scope>provided</scope>
96         </dependency>
97         <dependency>
98             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
99             <artifactId>aai</artifactId>
100             <version>${policy.models.version}</version>
101             <scope>provided</scope>
102         </dependency>
103         <dependency>
104             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
105             <artifactId>sdc</artifactId>
106             <version>${policy.models.version}</version>
107             <scope>provided</scope>
108         </dependency>
109         <dependency>
110             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
111             <artifactId>cds</artifactId>
112             <version>${policy.models.version}</version>
113             <scope>provided</scope>
114         </dependency>
115         <dependency>
116             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
117             <artifactId>eventmanager</artifactId>
118             <version>${project.version}</version>
119             <scope>provided</scope>
120         </dependency>
121         <dependency>
122             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
123             <artifactId>guard</artifactId>
124             <version>${project.version}</version>
125             <scope>provided</scope>
126         </dependency>
127         <dependency>
128             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
129             <artifactId>actorServiceProvider</artifactId>
130             <version>${policy.models.version}</version>
131             <scope>provided</scope>
132         </dependency>
133         <dependency>
134             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
135             <artifactId>actor.appc</artifactId>
136             <version>${policy.models.version}</version>
137             <scope>provided</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
141             <artifactId>actor.appclcm</artifactId>
142             <version>${policy.models.version}</version>
143             <scope>provided</scope>
144         </dependency>
145         <dependency>
146             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
147             <artifactId>actor.sdnr</artifactId>
148             <version>${policy.models.version}</version>
149             <scope>provided</scope>
150         </dependency>
151         <dependency>
152             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
153             <artifactId>actor.so</artifactId>
154             <version>${policy.models.version}</version>
155             <scope>provided</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
159             <artifactId>actor.vfc</artifactId>
160             <version>${policy.models.version}</version>
161             <scope>provided</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
165             <artifactId>actor.sdnc</artifactId>
166             <version>${policy.models.version}</version>
167             <scope>provided</scope>
168         </dependency>
169         <dependency>
170             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
171             <artifactId>actor.cds</artifactId>
172             <version>${policy.models.version}</version>
173         </dependency>
174         <dependency>
175             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
176             <artifactId>model-yaml</artifactId>
177             <version>${policy.models.version}</version>
178             <scope>provided</scope>
179         </dependency>
180         <dependency>
181             <groupId>org.onap.policy.drools-pdp</groupId>
182             <artifactId>policy-management</artifactId>
183             <version>${version.policy.drools-pdp}</version>
184             <scope>provided</scope>
185             <optional>true</optional>
186         </dependency>
187         <dependency>
188             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
189             <artifactId>simulators</artifactId>
190             <version>${policy.models.version}</version>
191             <scope>test</scope>
192         </dependency>
193     </dependencies>
194
195     <profiles>
196         <profile>
197             <!--This profile is used to store Eclipse m2e settings only. It has no 
198                 influence on the Maven build itself. -->
199             <id>only-eclipse</id>
200             <activation>
201                 <property>
202                     <name>m2e.version</name>
203                 </property>
204             </activation>
205             <build>
206                 <pluginManagement>
207                     <plugins>
208                         <plugin>
209                             <groupId>org.eclipse.m2e</groupId>
210                             <artifactId>lifecycle-mapping</artifactId>
211                             <version>1.0.0</version>
212                             <configuration>
213                                 <lifecycleMappingMetadata>
214                                     <pluginExecutions>
215                                         <pluginExecution>
216                                             <pluginExecutionFilter>
217                                                 <groupId>org.kie</groupId>
218                                                 <artifactId>kie-maven-plugin</artifactId>
219                                                 <goals>
220                                                     <goal>build</goal>
221                                                 </goals>
222                                             </pluginExecutionFilter>
223                                             <action>
224                                                 <ignore />
225                                             </action>
226                                         </pluginExecution>
227                                     </pluginExecutions>
228                                 </lifecycleMappingMetadata>
229                             </configuration>
230                         </plugin>
231                     </plugins>
232                 </pluginManagement>
233             </build>
234         </profile>
235     </profiles>
236 </project>