blob: 1be96ba79122ef253a0253514448b2c106f31cb4 [file] [log] [blame]
Kevin McKiou4c539952017-09-14 12:31:02 -05001<!--
2 ============LICENSE_START=======================================================
3 ECOMP Policy Engine - Drools PDP
4 ================================================================================
Jim Hahna7656752021-03-12 11:17:00 -05005 Copyright (C) 2017, 2019-2021 AT&T Intellectual Property. All rights reserved.
Kevin McKiou4c539952017-09-14 12:31:02 -05006 ================================================================================
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
Jim Hahna7656752021-03-12 11:17:00 -050010
Kevin McKiou4c539952017-09-14 12:31:02 -050011 http://www.apache.org/licenses/LICENSE-2.0
Jim Hahna7656752021-03-12 11:17:00 -050012
Kevin McKiou4c539952017-09-14 12:31:02 -050013 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ============LICENSE_END=========================================================
19 -->
20
21<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">
22
23 <modelVersion>4.0.0</modelVersion>
liamfallon0237fe02019-05-16 09:39:24 +000024
Kevin McKiou4c539952017-09-14 12:31:02 -050025 <parent>
26 <groupId>org.onap.policy.drools-pdp</groupId>
27 <artifactId>drools-pdp</artifactId>
jhhd8c487e2021-03-11 18:40:45 -060028 <version>1.9.0-SNAPSHOT</version>
Kevin McKiou4c539952017-09-14 12:31:02 -050029 </parent>
liamfallon0237fe02019-05-16 09:39:24 +000030
Kevin McKiou4c539952017-09-14 12:31:02 -050031 <artifactId>api-active-standby-management</artifactId>
liamfallon0237fe02019-05-16 09:39:24 +000032
Kevin McKiou4c539952017-09-14 12:31:02 -050033 <name>api-active-standby-management</name>
34 <description>API for Active Standby Management feature</description>
35
Kevin McKiou4c539952017-09-14 12:31:02 -050036 <dependencies>
37 <dependency>
38 <groupId>org.onap.policy.drools-pdp</groupId>
39 <artifactId>policy-management</artifactId>
40 <version>${project.version}</version>
41 <scope>provided</scope>
42 </dependency>
43 </dependencies>
Kevin McKiou4c539952017-09-14 12:31:02 -050044</project>