Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | Copyright (C) 2019 Nordix Foundation. |
HOCKLA | c5475f1 | 2020-01-10 12:16:00 -0600 | [diff] [blame] | 4 | Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 5 | ================================================================================ |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | |
| 18 | SPDX-License-Identifier: Apache-2.0 |
| 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.models</groupId> |
| 26 | <artifactId>policy-models</artifactId> |
Jim Hahn | ee142f5 | 2020-10-26 16:53:04 -0400 | [diff] [blame] | 27 | <version>2.4.0-SNAPSHOT</version> |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 28 | </parent> |
| 29 | <artifactId>policy-models-interactions</artifactId> |
| 30 | <packaging>pom</packaging> |
| 31 | <name>${project.artifactId}</name> |
Pamela Dragosh | 3d14abe | 2020-01-16 11:55:29 -0500 | [diff] [blame] | 32 | |
| 33 | <properties> |
| 34 | <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
| 35 | </properties> |
| 36 | |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 37 | <modules> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 38 | <module>model-simulators</module> |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 39 | <module>model-impl</module> |
ning.xi | 2d99454 | 2019-04-01 03:07:40 +0000 | [diff] [blame] | 40 | <module>model-actors</module> |
Hengye | b150aa8 | 2019-03-25 14:32:21 +0000 | [diff] [blame] | 41 | </modules> |
ning.xi | bcb139f | 2019-04-03 16:10:03 +0800 | [diff] [blame] | 42 | </project> |