blob: 7431ab325211ebe89ef46714805fdf12736f078f [file] [log] [blame]
Pamela Dragosha0265962019-03-03 19:01:08 -05001<!--
2 ============LICENSE_START=======================================================
3 ONAP
4 ================================================================================
Pamela Dragosh04150572021-02-18 15:15:26 -06005 Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved.
Pamela Dragosha0265962019-03-03 19:01:08 -05006 ================================================================================
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 Dragosh04150572021-02-18 15:15:26 -060010
Pamela Dragosha0265962019-03-03 19:01:08 -050011 http://www.apache.org/licenses/LICENSE-2.0
Pamela Dragosh04150572021-02-18 15:15:26 -060012
Pamela Dragosha0265962019-03-03 19:01:08 -050013 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 Vermaec80e952021-09-14 17:37:38 -040028 <version>2.5.1-SNAPSHOT</version>
Pamela Dragosha0265962019-03-03 19:01:08 -050029 </parent>
30
31 <groupId>org.onap.policy.xacml-pdp.applications</groupId>
32 <artifactId>applications</artifactId>
33
Pamela Dragosh60b848c2020-01-16 12:31:52 -050034 <properties>
Pamela Dragosh04150572021-02-18 15:15:26 -060035 <jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
Pamela Dragosh60b848c2020-01-16 12:31:52 -050036 </properties>
37
Pamela Dragosha0265962019-03-03 19:01:08 -050038 <modules>
Pamela Dragoshb909b142019-03-09 11:48:44 -050039 <module>common</module>
Pamela Dragoshb909b142019-03-09 11:48:44 -050040 <module>guard</module>
Pamela Dragoshf8d2c212020-08-24 15:50:31 -040041 <module>match</module>
42 <module>monitoring</module>
Pamela Dragosh4ff3b262019-12-08 17:44:31 -050043 <module>naming</module>
Chenfei Gaobdef9f52020-02-28 14:45:48 -050044 <module>native</module>
Pamela Dragoshf8d2c212020-08-24 15:50:31 -040045 <module>optimization</module>
Pamela Dragosha0265962019-03-03 19:01:08 -050046 </modules>
47
48
49</project>