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