Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 3 | drools-applications |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 4 | ================================================================================ |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 5 | Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved. |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 6 | Modifications Copyright (C) 2023 Nordix Foundation. |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 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 |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 11 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 13 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 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 | |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 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/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <packaging>pom</packaging> |
| 26 | <parent> |
| 27 | <groupId>org.onap.policy.drools-applications</groupId> |
| 28 | <artifactId>drools-applications</artifactId> |
| 29 | <version>2.0.1-SNAPSHOT</version> |
| 30 | </parent> |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 31 | |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 32 | <groupId>org.onap.policy.drools-applications.controlloop</groupId> |
| 33 | <artifactId>controlloop</artifactId> |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 34 | |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 35 | <properties> |
| 36 | <jacoco.dataFile>${project.basedir}/../../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
| 37 | </properties> |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 38 | |
adheli.tavares | fc19178 | 2023-08-30 14:57:10 +0100 | [diff] [blame] | 39 | <modules> |
| 40 | <module>common</module> |
| 41 | <module>packages</module> |
| 42 | </modules> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 43 | </project> |