blob: 1fb6bee6b962a72e39c2a9b65896521417153571 [file] [log] [blame]
eikrwaqa0200fa2018-05-01 15:30:21 +01001<!--
2 ============LICENSE_START=======================================================
3 testsuites
4 ================================================================================
5 Copyright (C) 2018 Ericsson. All rights reserved.
Pamela Dragosh61a99172020-01-16 12:06:43 -05006 Modifications Copyright (C) 2018, 2020 AT&T. All rights reserved.
Ram Krishna Vermad0cbee12020-02-07 13:03:27 -05007 Modifications Copyright (C) 2020 Bell Canada.
eikrwaqa0200fa2018-05-01 15:30:21 +01008 ================================================================================
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 -->
liamfallonfd6a4f32018-10-31 16:54:18 +000022<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">
eikrwaqa0200fa2018-05-01 15:30:21 +010023 <modelVersion>4.0.0</modelVersion>
24 <parent>
25 <groupId>org.onap.policy.drools-applications</groupId>
26 <artifactId>drools-applications</artifactId>
Peyton Puckettbecea522020-03-25 14:05:50 -050027 <version>1.6.1-SNAPSHOT</version>
eikrwaqa0200fa2018-05-01 15:30:21 +010028 </parent>
Ram Krishna Vermad0cbee12020-02-07 13:03:27 -050029 <artifactId>drools-applications-testsuites</artifactId>
eikrwaqa0200fa2018-05-01 15:30:21 +010030 <packaging>pom</packaging>
Pamela Dragosh61a99172020-01-16 12:06:43 -050031
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
eikrwaqa0200fa2018-05-01 15:30:21 +010037 <modules>
38 <module>stability</module>
Jim Hahn0ab23312018-07-26 10:46:26 -040039 <module>performance</module>
eikrwaqa0200fa2018-05-01 15:30:21 +010040 </modules>
41</project>