Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP |
| 5 | ================================================================================ |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 6 | Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 7 | Modifications Copyright (C) 2019 Nordix Foundation. |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 8 | Modifications Copyright (C) 2019-2020 Bell Canada. |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 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 | |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 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"> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | |
| 27 | <parent> |
| 28 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 29 | <artifactId>drools-applications-common</artifactId> |
a.sreekumar | 97c994c | 2020-05-26 13:37:53 +0100 | [diff] [blame^] | 30 | <version>1.6.5-SNAPSHOT</version> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 31 | </parent> |
| 32 | |
jhh | 6b3e0fc | 2019-04-01 07:29:36 -0500 | [diff] [blame] | 33 | <artifactId>controller-usecases</artifactId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 34 | <packaging>kjar</packaging> |
| 35 | |
| 36 | <name>${project.artifactId}</name> |
jhh | 6b3e0fc | 2019-04-01 07:29:36 -0500 | [diff] [blame] | 37 | <description>Usecases Experimental Controller</description> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 38 | |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 39 | <build> |
| 40 | <plugins> |
| 41 | <plugin> |
| 42 | <groupId>org.kie</groupId> |
| 43 | <artifactId>kie-maven-plugin</artifactId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 44 | <extensions>true</extensions> |
| 45 | </plugin> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 46 | </plugins> |
| 47 | </build> |
| 48 | |
| 49 | <dependencies> |
| 50 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 51 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 52 | <artifactId>events</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 53 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 54 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 57 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 58 | <artifactId>appc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 59 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 60 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 63 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 64 | <artifactId>appclcm</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 65 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 66 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 67 | </dependency> |
| 68 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 69 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 70 | <artifactId>sdnr</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 71 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 72 | <scope>provided</scope> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 75 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 76 | <artifactId>vfc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 77 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 78 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 79 | </dependency> |
| 80 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 81 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 82 | <artifactId>sdnc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 83 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 84 | <scope>provided</scope> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 85 | </dependency> |
| 86 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 87 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 88 | <artifactId>so</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 89 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 90 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 91 | </dependency> |
| 92 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 93 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 94 | <artifactId>aai</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 95 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 96 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 97 | </dependency> |
| 98 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 99 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 100 | <artifactId>sdc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 101 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 102 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 103 | </dependency> |
| 104 | <dependency> |
Bruno Sakoto | 636a1b2 | 2019-09-27 16:15:49 -0400 | [diff] [blame] | 105 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 106 | <artifactId>cds</artifactId> |
| 107 | <version>${policy.models.version}</version> |
| 108 | <scope>provided</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 111 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
| 112 | <artifactId>eventmanager</artifactId> |
| 113 | <version>${project.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 114 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 115 | </dependency> |
| 116 | <dependency> |
| 117 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
| 118 | <artifactId>guard</artifactId> |
| 119 | <version>${project.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 120 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 121 | </dependency> |
| 122 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 123 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 124 | <artifactId>actorServiceProvider</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 125 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 126 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 127 | </dependency> |
| 128 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 129 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 130 | <artifactId>actor.appc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 131 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 132 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 133 | </dependency> |
| 134 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 135 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 136 | <artifactId>actor.appclcm</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 137 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 138 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 139 | </dependency> |
| 140 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 141 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 142 | <artifactId>actor.sdnr</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 143 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 144 | <scope>provided</scope> |
Saravanan A | dbecba3 | 2018-09-10 17:31:33 +0530 | [diff] [blame] | 145 | </dependency> |
| 146 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 147 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 148 | <artifactId>actor.so</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 149 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 150 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 151 | </dependency> |
| 152 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 153 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 154 | <artifactId>actor.vfc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 155 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 156 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 157 | </dependency> |
| 158 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 159 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 160 | <artifactId>actor.sdnc</artifactId> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 161 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 162 | <scope>provided</scope> |
Xin Miao | 4498fc2 | 2018-10-01 18:09:24 -0500 | [diff] [blame] | 163 | </dependency> |
| 164 | <dependency> |
Bruno Sakoto | 636a1b2 | 2019-09-27 16:15:49 -0400 | [diff] [blame] | 165 | <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId> |
| 166 | <artifactId>actor.cds</artifactId> |
| 167 | <version>${policy.models.version}</version> |
| 168 | </dependency> |
| 169 | <dependency> |
shaoqiu | e55d256 | 2019-04-02 12:33:04 +0000 | [diff] [blame] | 170 | <groupId>org.onap.policy.models.policy-models-interactions</groupId> |
| 171 | <artifactId>model-yaml</artifactId> |
| 172 | <version>${policy.models.version}</version> |
Jorge Hernandez | bdc051b | 2019-01-07 11:21:18 -0600 | [diff] [blame] | 173 | <scope>provided</scope> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 174 | </dependency> |
| 175 | <dependency> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 176 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 177 | <artifactId>policy-management</artifactId> |
ramverma | e2b3a9c | 2018-10-25 11:59:09 +0100 | [diff] [blame] | 178 | <version>${version.policy.drools-pdp}</version> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 179 | <scope>provided</scope> |
| 180 | <optional>true</optional> |
| 181 | </dependency> |
Bruno Sakoto | 636a1b2 | 2019-09-27 16:15:49 -0400 | [diff] [blame] | 182 | <dependency> |
Jim Hahn | aa8225b | 2020-03-09 15:15:05 -0400 | [diff] [blame] | 183 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
| 184 | <artifactId>rules-test</artifactId> |
| 185 | <version>${project.version}</version> |
jhh | b41f82c | 2019-11-18 13:28:12 -0600 | [diff] [blame] | 186 | <scope>test</scope> |
| 187 | </dependency> |
Jim Hahn | 0d18ce1 | 2020-03-25 14:44:55 -0400 | [diff] [blame] | 188 | <dependency> |
| 189 | <groupId>com.h2database</groupId> |
| 190 | <artifactId>h2</artifactId> |
| 191 | <scope>test</scope> |
| 192 | </dependency> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 193 | </dependencies> |
| 194 | |
liamfallon | d84ac8f | 2018-06-06 16:26:10 +0100 | [diff] [blame] | 195 | <profiles> |
| 196 | <profile> |
Jim Hahn | 0d18ce1 | 2020-03-25 14:44:55 -0400 | [diff] [blame] | 197 | <!--This profile is used to store Eclipse m2e settings only. It has no |
liamfallon | d84ac8f | 2018-06-06 16:26:10 +0100 | [diff] [blame] | 198 | influence on the Maven build itself. --> |
| 199 | <id>only-eclipse</id> |
| 200 | <activation> |
| 201 | <property> |
| 202 | <name>m2e.version</name> |
| 203 | </property> |
| 204 | </activation> |
| 205 | <build> |
| 206 | <pluginManagement> |
| 207 | <plugins> |
| 208 | <plugin> |
| 209 | <groupId>org.eclipse.m2e</groupId> |
| 210 | <artifactId>lifecycle-mapping</artifactId> |
| 211 | <version>1.0.0</version> |
| 212 | <configuration> |
| 213 | <lifecycleMappingMetadata> |
| 214 | <pluginExecutions> |
| 215 | <pluginExecution> |
| 216 | <pluginExecutionFilter> |
| 217 | <groupId>org.kie</groupId> |
| 218 | <artifactId>kie-maven-plugin</artifactId> |
liamfallon | d84ac8f | 2018-06-06 16:26:10 +0100 | [diff] [blame] | 219 | <goals> |
| 220 | <goal>build</goal> |
| 221 | </goals> |
| 222 | </pluginExecutionFilter> |
| 223 | <action> |
| 224 | <ignore /> |
| 225 | </action> |
| 226 | </pluginExecution> |
| 227 | </pluginExecutions> |
| 228 | </lifecycleMappingMetadata> |
| 229 | </configuration> |
| 230 | </plugin> |
| 231 | </plugins> |
| 232 | </pluginManagement> |
| 233 | </build> |
| 234 | </profile> |
| 235 | </profiles> |
Jorge Hernandez | 972fd70 | 2018-04-02 17:23:47 -0500 | [diff] [blame] | 236 | </project> |