eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | testsuites |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2018 Ericsson. All rights reserved. |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 6 | Modifications Copyright (C) 2018, 2020 AT&T. All rights reserved. |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 7 | Modifications Copyright (C) 2020 Bell Canada. |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [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 | --> |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 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"> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
| 25 | <groupId>org.onap.policy.drools-applications</groupId> |
| 26 | <artifactId>drools-applications</artifactId> |
Peyton Puckett | becea52 | 2020-03-25 14:05:50 -0500 | [diff] [blame] | 27 | <version>1.6.1-SNAPSHOT</version> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 28 | </parent> |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 29 | <artifactId>drools-applications-testsuites</artifactId> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 30 | <packaging>pom</packaging> |
Pamela Dragosh | 61a9917 | 2020-01-16 12:06:43 -0500 | [diff] [blame] | 31 | |
| 32 | <properties> |
| 33 | <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. --> |
| 34 | <sonar.skip>true</sonar.skip> |
| 35 | </properties> |
| 36 | |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 37 | <modules> |
| 38 | <module>stability</module> |
Jim Hahn | 0ab2331 | 2018-07-26 10:46:26 -0400 | [diff] [blame] | 39 | <module>performance</module> |
eikrwaq | a0200fa | 2018-05-01 15:30:21 +0100 | [diff] [blame] | 40 | </modules> |
| 41 | </project> |