Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP |
| 4 | ================================================================================ |
Pamela Dragosh | 0415057 | 2021-02-18 15:15:26 -0600 | [diff] [blame] | 5 | Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 6 | ================================================================================ |
| 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 |
Pamela Dragosh | 0415057 | 2021-02-18 15:15:26 -0600 | [diff] [blame] | 10 | |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Pamela Dragosh | 0415057 | 2021-02-18 15:15:26 -0600 | [diff] [blame] | 12 | |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 13 | 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 | <modelVersion>4.0.0</modelVersion> |
| 23 | <packaging>pom</packaging> |
| 24 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.policy.xacml-pdp</groupId> |
| 27 | <artifactId>policy-xacml-pdp</artifactId> |
Ram Krishna Verma | ec80e95 | 2021-09-14 17:37:38 -0400 | [diff] [blame^] | 28 | <version>2.5.1-SNAPSHOT</version> |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <groupId>org.onap.policy.xacml-pdp.applications</groupId> |
| 32 | <artifactId>applications</artifactId> |
| 33 | |
Pamela Dragosh | 60b848c | 2020-01-16 12:31:52 -0500 | [diff] [blame] | 34 | <properties> |
Pamela Dragosh | 0415057 | 2021-02-18 15:15:26 -0600 | [diff] [blame] | 35 | <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> |
Pamela Dragosh | 60b848c | 2020-01-16 12:31:52 -0500 | [diff] [blame] | 36 | </properties> |
| 37 | |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 38 | <modules> |
Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame] | 39 | <module>common</module> |
Pamela Dragosh | b909b14 | 2019-03-09 11:48:44 -0500 | [diff] [blame] | 40 | <module>guard</module> |
Pamela Dragosh | f8d2c21 | 2020-08-24 15:50:31 -0400 | [diff] [blame] | 41 | <module>match</module> |
| 42 | <module>monitoring</module> |
Pamela Dragosh | 4ff3b26 | 2019-12-08 17:44:31 -0500 | [diff] [blame] | 43 | <module>naming</module> |
Chenfei Gao | bdef9f5 | 2020-02-28 14:45:48 -0500 | [diff] [blame] | 44 | <module>native</module> |
Pamela Dragosh | f8d2c21 | 2020-08-24 15:50:31 -0400 | [diff] [blame] | 45 | <module>optimization</module> |
Pamela Dragosh | a026596 | 2019-03-03 19:01:08 -0500 | [diff] [blame] | 46 | </modules> |
| 47 | |
| 48 | |
| 49 | </project> |