Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy XACML PDP |
| 4 | ================================================================================ |
Pamela Dragosh | 286940b | 2020-01-14 15:12:03 -0500 | [diff] [blame] | 5 | Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. |
Ram Krishna Verma | ec3592f | 2020-02-05 16:32:11 -0500 | [diff] [blame] | 6 | Modifications Copyright (C) 2020 Bell Canada. |
adheli.tavares | 56c7a53 | 2023-09-06 09:54:17 +0100 | [diff] [blame] | 7 | Modifications Copyright (C) 2023 Nordix Foundation. |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
| 21 | --> |
adheli.tavares | 56c7a53 | 2023-09-06 09:54:17 +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"> |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
| 26 | <groupId>org.onap.policy.xacml-pdp</groupId> |
| 27 | <artifactId>policy-xacml-pdp</artifactId> |
rameshiyer27 | e8addde | 2024-07-12 14:01:04 +0000 | [diff] [blame] | 28 | <version>4.0.1-SNAPSHOT</version> |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 29 | </parent> |
Pamela Dragosh | 286940b | 2020-01-14 15:12:03 -0500 | [diff] [blame] | 30 | |
Ram Krishna Verma | ec3592f | 2020-02-05 16:32:11 -0500 | [diff] [blame] | 31 | <artifactId>xacml-testsuites</artifactId> |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 32 | <packaging>pom</packaging> |
Pamela Dragosh | 286940b | 2020-01-14 15:12:03 -0500 | [diff] [blame] | 33 | |
| 34 | <properties> |
adheli.tavares | 56c7a53 | 2023-09-06 09:54:17 +0100 | [diff] [blame] | 35 | <!-- There is no code in this submodule, only holds interfaces. So skip sonar. --> |
Pamela Dragosh | 286940b | 2020-01-14 15:12:03 -0500 | [diff] [blame] | 36 | <sonar.skip>true</sonar.skip> |
| 37 | </properties> |
| 38 | |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 39 | <modules> |
| 40 | <module>stability</module> |
Bilal A | ccb1828 | 2019-04-08 16:53:43 -0400 | [diff] [blame] | 41 | <module>performance</module> |
Bilal A | abd92e4 | 2019-03-05 13:18:49 -0500 | [diff] [blame] | 42 | </modules> |
Pamela Dragosh | 286940b | 2020-01-14 15:12:03 -0500 | [diff] [blame] | 43 | </project> |