79ead38c1e41de78c068a8499ba53a08be1dfb65
[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-2021 AT&T Intellectual Property. All rights reserved.
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>drools-applications-common</artifactId>
28         <version>1.11.1-SNAPSHOT</version>
29     </parent>
30
31     <artifactId>controller-usecases</artifactId>
32     <packaging>kjar</packaging>
33
34     <name>${project.artifactId}</name>
35     <description>Usecases Experimental Controller</description>
36
37     <build>
38         <plugins>
39             <plugin>
40                 <groupId>org.kie</groupId>
41                 <artifactId>kie-maven-plugin</artifactId>
42                 <extensions>true</extensions>
43             </plugin>
44         </plugins>
45     </build>
46
47     <dependencies>
48         <dependency>
49             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
50             <artifactId>events</artifactId>
51             <version>${policy.models.version}</version>
52             <scope>provided</scope>
53         </dependency>
54         <dependency>
55             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
56             <artifactId>aai</artifactId>
57             <version>${policy.models.version}</version>
58             <scope>provided</scope>
59         </dependency>
60         <dependency>
61             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
62             <artifactId>appc</artifactId>
63             <version>${policy.models.version}</version>
64             <scope>provided</scope>
65         </dependency>
66         <dependency>
67             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
68             <artifactId>appclcm</artifactId>
69             <version>${policy.models.version}</version>
70             <scope>provided</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
74             <artifactId>cds</artifactId>
75             <version>${policy.models.version}</version>
76             <scope>provided</scope>
77         </dependency>
78         <dependency>
79             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
80             <artifactId>sdnc</artifactId>
81             <version>${policy.models.version}</version>
82             <scope>provided</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
86             <artifactId>sdnr</artifactId>
87             <version>${policy.models.version}</version>
88             <scope>provided</scope>
89         </dependency>
90         <dependency>
91             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
92             <artifactId>so</artifactId>
93             <version>${policy.models.version}</version>
94             <scope>provided</scope>
95         </dependency>
96         <dependency>
97             <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
98             <artifactId>vfc</artifactId>
99             <version>${policy.models.version}</version>
100             <scope>provided</scope>
101         </dependency>
102         <dependency>
103             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
104             <artifactId>eventmanager</artifactId>
105             <version>${project.version}</version>
106             <scope>provided</scope>
107         </dependency>
108         <dependency>
109             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
110             <artifactId>actorServiceProvider</artifactId>
111             <version>${policy.models.version}</version>
112             <scope>provided</scope>
113         </dependency>
114         <dependency>
115             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
116             <artifactId>actor.aai</artifactId>
117             <version>${policy.models.version}</version>
118             <scope>provided</scope>
119         </dependency>
120         <dependency>
121             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
122             <artifactId>actor.appc</artifactId>
123             <version>${policy.models.version}</version>
124             <scope>provided</scope>
125         </dependency>
126         <dependency>
127             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
128             <artifactId>actor.appclcm</artifactId>
129             <version>${policy.models.version}</version>
130             <scope>provided</scope>
131         </dependency>
132         <dependency>
133             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
134             <artifactId>actor.cds</artifactId>
135             <version>${policy.models.version}</version>
136         </dependency>
137         <dependency>
138             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
139             <artifactId>actor.xacml</artifactId>
140             <version>${policy.models.version}</version>
141             <scope>provided</scope>
142         </dependency>
143         <dependency>
144             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
145             <artifactId>actor.sdnc</artifactId>
146             <version>${policy.models.version}</version>
147             <scope>provided</scope>
148         </dependency>
149         <dependency>
150             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
151             <artifactId>actor.sdnr</artifactId>
152             <version>${policy.models.version}</version>
153             <scope>provided</scope>
154         </dependency>
155         <dependency>
156             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
157             <artifactId>actor.so</artifactId>
158             <version>${policy.models.version}</version>
159             <scope>provided</scope>
160         </dependency>
161         <dependency>
162             <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
163             <artifactId>actor.vfc</artifactId>
164             <version>${policy.models.version}</version>
165             <scope>provided</scope>
166         </dependency>
167         <dependency>
168             <groupId>org.onap.policy.drools-pdp</groupId>
169             <artifactId>policy-management</artifactId>
170             <version>${version.policy.drools-pdp}</version>
171             <scope>provided</scope>
172             <optional>true</optional>
173         </dependency>
174         <dependency>
175             <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
176             <artifactId>rules-test</artifactId>
177             <version>${project.version}</version>
178             <scope>test</scope>
179         </dependency>
180         <dependency>
181             <groupId>org.onap.policy.common</groupId>
182             <artifactId>utils-test</artifactId>
183             <version>${version.policy.common}</version>
184             <scope>test</scope>
185         </dependency>
186         <dependency>
187             <groupId>com.h2database</groupId>
188             <artifactId>h2</artifactId>
189             <scope>test</scope>
190         </dependency>
191     </dependencies>
192
193     <profiles>
194         <profile>
195             <!--This profile is used to store Eclipse m2e settings only. It has no
196                 influence on the Maven build itself. -->
197             <id>only-eclipse</id>
198             <activation>
199                 <property>
200                     <name>m2e.version</name>
201                 </property>
202             </activation>
203             <build>
204                 <pluginManagement>
205                     <plugins>
206                         <plugin>
207                             <groupId>org.eclipse.m2e</groupId>
208                             <artifactId>lifecycle-mapping</artifactId>
209                             <version>1.0.0</version>
210                             <configuration>
211                                 <lifecycleMappingMetadata>
212                                     <pluginExecutions>
213                                         <pluginExecution>
214                                             <pluginExecutionFilter>
215                                                 <groupId>org.kie</groupId>
216                                                 <artifactId>kie-maven-plugin</artifactId>
217                                                 <goals>
218                                                     <goal>build</goal>
219                                                     <goal>generateANC</goal>
220                                                     <goal>generateDMNModel</goal>
221                                                     <goal>generateModel</goal>
222                                                     <goal>generatePMMLModel</goal>
223                                                     <goal>injectreactive</goal>
224                                                     <goal>validateDMN</goal>
225                                                 </goals>
226                                             </pluginExecutionFilter>
227                                             <action>
228                                                 <ignore />
229                                             </action>
230                                         </pluginExecution>
231                                     </pluginExecutions>
232                                 </lifecycleMappingMetadata>
233                             </configuration>
234                         </plugin>
235                     </plugins>
236                 </pluginManagement>
237             </build>
238         </profile>
239     </profiles>
240 </project>