blob: a94970b5200df456802cd32f13286fac85e31397 [file] [log] [blame]
Hengyeb150aa82019-03-25 14:32:21 +00001<!--
2 ============LICENSE_START=======================================================
3 controlloop-model-impl
4 ================================================================================
HOCKLAc5475f12020-01-10 12:16:00 -06005 Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
RossC29578052020-06-11 15:11:53 +01006 Modifications Copyright (C) 2020 Nordix Foundation
Hengyeb150aa82019-03-25 14:32:21 +00007 ================================================================================
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
RossC29578052020-06-11 15:11:53 +010011
Hengyeb150aa82019-03-25 14:32:21 +000012 http://www.apache.org/licenses/LICENSE-2.0
RossC29578052020-06-11 15:11:53 +010013
Hengyeb150aa82019-03-25 14:32:21 +000014 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
23<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">
24 <modelVersion>4.0.0</modelVersion>
25 <packaging>pom</packaging>
RossC29578052020-06-11 15:11:53 +010026
Hengyeb150aa82019-03-25 14:32:21 +000027 <parent>
28 <groupId>org.onap.policy.models</groupId>
29 <artifactId>policy-models-interactions</artifactId>
Jim Hahn45a07d12020-10-07 15:32:22 -040030 <version>2.3.3-SNAPSHOT</version>
Hengyeb150aa82019-03-25 14:32:21 +000031 </parent>
RossC29578052020-06-11 15:11:53 +010032
Hengyeb150aa82019-03-25 14:32:21 +000033 <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
34 <artifactId>model-impl</artifactId>
35
Pamela Dragosh3d14abe2020-01-16 11:55:29 -050036 <properties>
RossC29578052020-06-11 15:11:53 +010037 <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
Pamela Dragosh3d14abe2020-01-16 11:55:29 -050038 </properties>
39
Hengyeb150aa82019-03-25 14:32:21 +000040 <modules>
41 <module>aai</module>
42 <module>appc</module>
43 <module>appclcm</module>
Jim Hahnbc844cb2020-05-29 10:17:24 -040044 <module>cds</module>
Hengyeb150aa82019-03-25 14:32:21 +000045 <module>events</module>
Jim Hahnbc844cb2020-05-29 10:17:24 -040046 <module>guard</module>
Hengyeb150aa82019-03-25 14:32:21 +000047 <module>rest</module>
Hengyeb150aa82019-03-25 14:32:21 +000048 <module>sdnc</module>
Jim Hahnbc844cb2020-05-29 10:17:24 -040049 <module>sdnr</module>
50 <module>so</module>
51 <module>vfc</module>
Hengyeb150aa82019-03-25 14:32:21 +000052 </modules>
Hengyeb150aa82019-03-25 14:32:21 +000053</project>