Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP |
| 5 | ================================================================================ |
jhh | 4b5cbc8 | 2022-11-04 11:53:50 -0500 | [diff] [blame] | 6 | Copyright (C) 2020-2022 AT&T Intellectual Property. All rights reserved. |
liamfallon | 2b51249 | 2023-02-17 19:17:27 +0000 | [diff] [blame] | 7 | Modifications Copyright (C) 2023 Nordix Foundation. |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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 | |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 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"> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
liamfallon | e330076 | 2023-10-18 18:11:13 +0100 | [diff] [blame^] | 30 | <version>2.0.2-SNAPSHOT</version> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 31 | </parent> |
| 32 | |
| 33 | <artifactId>controller-usecases</artifactId> |
Jim Hahn | ffdf210 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 34 | <packaging>kjar</packaging> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 35 | |
| 36 | <name>${project.artifactId}</name> |
| 37 | <description>Usecases Experimental Controller</description> |
| 38 | |
Jim Hahn | ffdf210 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 39 | <build> |
| 40 | <plugins> |
| 41 | <plugin> |
| 42 | <groupId>org.kie</groupId> |
| 43 | <artifactId>kie-maven-plugin</artifactId> |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 44 | <version>${version.drools}</version> |
Jim Hahn | ffdf210 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 45 | <extensions>true</extensions> |
| 46 | </plugin> |
| 47 | </plugins> |
| 48 | </build> |
| 49 | |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
Jim Hahn | 27c0d0c | 2021-07-20 17:34:22 -0400 | [diff] [blame] | 142 | <artifactId>actor.xacml</artifactId> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
jhh | 4b5cbc8 | 2022-11-04 11:53:50 -0500 | [diff] [blame] | 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> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 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> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 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> |
liamfallon | d065f5d | 2022-09-16 20:15:20 +0100 | [diff] [blame] | 236 | <goal>generateANC</goal> |
| 237 | <goal>generateDMNModel</goal> |
| 238 | <goal>generateModel</goal> |
| 239 | <goal>generatePMMLModel</goal> |
| 240 | <goal>injectreactive</goal> |
| 241 | <goal>validateDMN</goal> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 242 | </goals> |
| 243 | </pluginExecutionFilter> |
| 244 | <action> |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 245 | <ignore/> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 246 | </action> |
| 247 | </pluginExecution> |
| 248 | </pluginExecutions> |
| 249 | </lifecycleMappingMetadata> |
| 250 | </configuration> |
| 251 | </plugin> |
| 252 | </plugins> |
| 253 | </pluginManagement> |
| 254 | </build> |
| 255 | </profile> |
| 256 | </profiles> |
| 257 | </project> |