Set all cross references of policy/drools-applications
[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) 2020-2022 AT&T Intellectual Property. All rights reserved.
7   Modifications Copyright (C) 2023 Nordix Foundation.
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12
13        http://www.apache.org/licenses/LICENSE-2.0
14
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22
23 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          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>2.1.3-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     <build>
40         <plugins>
41             <plugin>
42                 <groupId>org.kie</groupId>
43                 <artifactId>kie-maven-plugin</artifactId>
44                 <version>${version.drools}</version>
45                 <extensions>true</extensions>
46             </plugin>
47         </plugins>
48     </build>
49
50     <dependencies>
51         <dependency>
52             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
53             <artifactId>events</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-impl</groupId>
59             <artifactId>aai</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-impl</groupId>
65             <artifactId>appc</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-impl</groupId>
71             <artifactId>appclcm</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-impl</groupId>
77             <artifactId>cds</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-impl</groupId>
83             <artifactId>sdnc</artifactId>
84             <version>${policy.models.version}</version>
85             <scope>provided</scope>
86         </dependency>
87         <dependency>
88             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
89             <artifactId>sdnr</artifactId>
90             <version>${policy.models.version}</version>
91             <scope>provided</scope>
92         </dependency>
93         <dependency>
94             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
95             <artifactId>so</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>vfc</artifactId>
102             <version>${policy.models.version}</version>
103             <scope>provided</scope>
104         </dependency>
105         <dependency>
106             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
107             <artifactId>eventmanager</artifactId>
108             <version>${project.version}</version>
109             <scope>provided</scope>
110         </dependency>
111         <dependency>
112             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
113             <artifactId>actorServiceProvider</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-actors</groupId>
119             <artifactId>actor.aai</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-actors</groupId>
125             <artifactId>actor.appc</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-actors</groupId>
131             <artifactId>actor.appclcm</artifactId>
132             <version>${policy.models.version}</version>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
137             <artifactId>actor.cds</artifactId>
138             <version>${policy.models.version}</version>
139         </dependency>
140         <dependency>
141             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
142             <artifactId>actor.xacml</artifactId>
143             <version>${policy.models.version}</version>
144             <scope>provided</scope>
145         </dependency>
146         <dependency>
147             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
148             <artifactId>actor.sdnc</artifactId>
149             <version>${policy.models.version}</version>
150             <scope>provided</scope>
151         </dependency>
152         <dependency>
153             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
154             <artifactId>actor.sdnr</artifactId>
155             <version>${policy.models.version}</version>
156             <scope>provided</scope>
157         </dependency>
158         <dependency>
159             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
160             <artifactId>actor.a1p</artifactId>
161             <version>${policy.models.version}</version>
162             <scope>provided</scope>
163         </dependency>
164         <dependency>
165             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
166             <artifactId>actor.so</artifactId>
167             <version>${policy.models.version}</version>
168             <scope>provided</scope>
169         </dependency>
170         <dependency>
171             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
172             <artifactId>actor.vfc</artifactId>
173             <version>${policy.models.version}</version>
174             <scope>provided</scope>
175         </dependency>
176         <dependency>
177             <groupId>org.onap.policy.drools-pdp</groupId>
178             <artifactId>policy-management</artifactId>
179             <version>${version.policy.drools-pdp}</version>
180             <scope>provided</scope>
181             <optional>true</optional>
182         </dependency>
183         <dependency>
184             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
185             <artifactId>rules-test</artifactId>
186             <version>${project.version}</version>
187             <scope>test</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>com.h2database</groupId>
197             <artifactId>h2</artifactId>
198             <scope>test</scope>
199         </dependency>
200         <dependency>
201             <groupId>org.hibernate.orm</groupId>
202             <artifactId>hibernate-core</artifactId>
203         </dependency>
204         <dependency>
205             <groupId>org.drools</groupId>
206             <artifactId>drools-model-compiler</artifactId>
207             <version>${version.drools}</version>
208         </dependency>
209     </dependencies>
210
211     <profiles>
212         <profile>
213             <!--This profile is used to store Eclipse m2e settings only. It has no
214                 influence on the Maven build itself. -->
215             <id>only-eclipse</id>
216             <activation>
217                 <property>
218                     <name>m2e.version</name>
219                 </property>
220             </activation>
221             <build>
222                 <pluginManagement>
223                     <plugins>
224                         <plugin>
225                             <groupId>org.eclipse.m2e</groupId>
226                             <artifactId>lifecycle-mapping</artifactId>
227                             <configuration>
228                                 <lifecycleMappingMetadata>
229                                     <pluginExecutions>
230                                         <pluginExecution>
231                                             <pluginExecutionFilter>
232                                                 <groupId>org.kie</groupId>
233                                                 <artifactId>kie-maven-plugin</artifactId>
234                                                 <goals>
235                                                     <goal>build</goal>
236                                                     <goal>generateANC</goal>
237                                                     <goal>generateDMNModel</goal>
238                                                     <goal>generateModel</goal>
239                                                     <goal>generatePMMLModel</goal>
240                                                     <goal>injectreactive</goal>
241                                                     <goal>validateDMN</goal>
242                                                 </goals>
243                                             </pluginExecutionFilter>
244                                             <action>
245                                                 <ignore/>
246                                             </action>
247                                         </pluginExecution>
248                                     </pluginExecutions>
249                                 </lifecycleMappingMetadata>
250                             </configuration>
251                         </plugin>
252                     </plugins>
253                 </pluginManagement>
254             </build>
255         </profile>
256     </profiles>
257 </project>