Updating module names to resolve conflicts
[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>junit</groupId>
189             <artifactId>junit</artifactId>
190             <scope>test</scope>
191         </dependency>
192         <dependency>
193             <groupId>org.onap.policy.models.policy-models-interactions</groupId>
194             <artifactId>simulators</artifactId>
195             <version>${policy.models.version}</version>
196             <scope>test</scope>
197         </dependency>
198         <dependency>
199             <groupId>org.awaitility</groupId>
200             <artifactId>awaitility</artifactId>
201             <version>4.0.1</version>
202             <scope>test</scope>
203         </dependency>
204     </dependencies>
205
206     <profiles>
207         <profile>
208             <!--This profile is used to store Eclipse m2e settings only. It has no 
209                 influence on the Maven build itself. -->
210             <id>only-eclipse</id>
211             <activation>
212                 <property>
213                     <name>m2e.version</name>
214                 </property>
215             </activation>
216             <build>
217                 <pluginManagement>
218                     <plugins>
219                         <plugin>
220                             <groupId>org.eclipse.m2e</groupId>
221                             <artifactId>lifecycle-mapping</artifactId>
222                             <version>1.0.0</version>
223                             <configuration>
224                                 <lifecycleMappingMetadata>
225                                     <pluginExecutions>
226                                         <pluginExecution>
227                                             <pluginExecutionFilter>
228                                                 <groupId>org.kie</groupId>
229                                                 <artifactId>kie-maven-plugin</artifactId>
230                                                 <goals>
231                                                     <goal>build</goal>
232                                                 </goals>
233                                             </pluginExecutionFilter>
234                                             <action>
235                                                 <ignore />
236                                             </action>
237                                         </pluginExecution>
238                                     </pluginExecutions>
239                                 </lifecycleMappingMetadata>
240                             </configuration>
241                         </plugin>
242                     </plugins>
243                 </pluginManagement>
244             </build>
245         </profile>
246     </profiles>
247 </project>