Straubs, Ralph (rs8887) | 3e05cb4 | 2019-11-19 04:11:23 -0600 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP Policy Engine - Drools PDP |
| 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" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | |
| 26 | <parent> |
| 27 | <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId> |
| 28 | <artifactId>m2</artifactId> |
a.sreekumar | 97c994c | 2020-05-26 13:37:53 +0100 | [diff] [blame^] | 29 | <version>1.6.5-SNAPSHOT</version> |
Straubs, Ralph (rs8887) | 3e05cb4 | 2019-11-19 04:11:23 -0600 | [diff] [blame] | 30 | </parent> |
| 31 | |
| 32 | <artifactId>appclcm</artifactId> |
| 33 | <name>Experimental Control Loop Model - appclcm</name> |
| 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId> |
| 38 | <artifactId>adapters</artifactId> |
| 39 | <version>${project.version}</version> |
| 40 | </dependency> |
| 41 | |
| 42 | <dependency> |
| 43 | <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId> |
| 44 | <artifactId>base</artifactId> |
| 45 | <version>${project.version}</version> |
| 46 | </dependency> |
| 47 | |
| 48 | <dependency> |
| 49 | <groupId>org.onap.policy.drools-applications.controlloop.m2</groupId> |
| 50 | <artifactId>lock</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
| 53 | |
| 54 | <dependency> |
| 55 | <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId> |
| 56 | <artifactId>appclcm</artifactId> |
| 57 | <version>${policy.models.version}</version> |
| 58 | </dependency> |
| 59 | |
| 60 | <dependency> |
| 61 | <groupId>org.onap.policy.drools-pdp</groupId> |
| 62 | <artifactId>policy-management</artifactId> |
| 63 | <version>${version.policy.drools-pdp}</version> |
| 64 | <scope>provided</scope> |
| 65 | </dependency> |
| 66 | |
| 67 | <dependency> |
| 68 | <groupId>org.projectlombok</groupId> |
| 69 | <artifactId>lombok</artifactId> |
| 70 | <scope>provided</scope> |
| 71 | </dependency> |
| 72 | |
Straubs, Ralph (rs8887) | 3e05cb4 | 2019-11-19 04:11:23 -0600 | [diff] [blame] | 73 | </dependencies> |
| 74 | |
| 75 | </project> |