blob: d19782a1db6e6763b8460dbf77fdbce482e48acf [file] [log] [blame]
Jim Hahnc1f79cd2020-02-22 17:11:20 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP
5 ================================================================================
6 Copyright (C) 2020 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>
Jim Hahnc3879a52020-07-10 18:36:16 -040028 <version>1.7.1-SNAPSHOT</version>
Jim Hahnc1f79cd2020-02-22 17:11:20 -050029 </parent>
30
31 <artifactId>controller-frankfurt</artifactId>
32 <packaging>kjar</packaging>
33
34 <name>${project.artifactId}</name>
Jim Hahn6a37af42020-07-30 18:05:02 -040035 <description>Frankfurt Controller</description>
Jim Hahnc1f79cd2020-02-22 17:11:20 -050036
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>
Jim Hahnc1f79cd2020-02-22 17:11:20 -050079 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
Jim Hahnc1f79cd2020-02-22 17:11:20 -050080 <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.guard</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>
Jim Hahnc1f79cd2020-02-22 17:11:20 -0500168 <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>
Jim Hahnaa8225b2020-03-09 15:15:05 -0400175 <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
176 <artifactId>rules-test</artifactId>
177 <version>${project.version}</version>
Jim Hahnc1f79cd2020-02-22 17:11:20 -0500178 <scope>test</scope>
179 </dependency>
Jim Hahn6084c6d2020-03-23 15:49:28 -0400180 <dependency>
181 <groupId>com.h2database</groupId>
182 <artifactId>h2</artifactId>
183 <scope>test</scope>
184 </dependency>
Jim Hahnc1f79cd2020-02-22 17:11:20 -0500185 </dependencies>
186
187 <profiles>
188 <profile>
189 <!--This profile is used to store Eclipse m2e settings only. It has no
190 influence on the Maven build itself. -->
191 <id>only-eclipse</id>
192 <activation>
193 <property>
194 <name>m2e.version</name>
195 </property>
196 </activation>
197 <build>
198 <pluginManagement>
199 <plugins>
200 <plugin>
201 <groupId>org.eclipse.m2e</groupId>
202 <artifactId>lifecycle-mapping</artifactId>
203 <version>1.0.0</version>
204 <configuration>
205 <lifecycleMappingMetadata>
206 <pluginExecutions>
207 <pluginExecution>
208 <pluginExecutionFilter>
209 <groupId>org.kie</groupId>
210 <artifactId>kie-maven-plugin</artifactId>
211 <goals>
212 <goal>build</goal>
213 </goals>
214 </pluginExecutionFilter>
215 <action>
216 <ignore />
217 </action>
218 </pluginExecution>
219 </pluginExecutions>
220 </lifecycleMappingMetadata>
221 </configuration>
222 </plugin>
223 </plugins>
224 </pluginManagement>
225 </build>
226 </profile>
227 </profiles>
228</project>