blob: 8725d7956d85b9bee21e22cb49ef3ae98fadcbd8 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
2 ============LICENSE_START=======================================================
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -04003 Drools PDP Application Common Models
Pamela Dragosha6557b02017-02-14 19:49:32 -05004 ================================================================================
5 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
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
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
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"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
24 <modelVersion>4.0.0</modelVersion>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040025
26 <artifactId>common</artifactId>
27 <packaging>pom</packaging>
Pamela Dragosha6557b02017-02-14 19:49:32 -050028
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040029 <parent>
30 <groupId>org.onap.policy.drools-applications</groupId>
31 <artifactId>controlloop</artifactId>
32 <version>1.1.0-SNAPSHOT</version>
33 </parent>
Pamela Dragosha6557b02017-02-14 19:49:32 -050034
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040035 <modules>
36 <module>actors</module>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040037 <module>guard</module>
Jorge Hernandez3b25dd82017-08-30 23:42:35 -050038 <module>eventmanager</module>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040039 <module>model-impl</module>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040040 <module>policy-yaml</module>
Charles Cole8d338012017-09-08 14:10:57 -050041 <module>simulators</module>
Jorge Hernandezb918b692017-09-20 23:12:27 -050042 <module>feature-controlloop-utils</module>
wangxinyuan1011333265500fb2017-09-26 11:01:49 +080043 <module>msb</module>
Gao, Chenfei (cg287m)68377162017-06-22 14:48:41 -040044 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050045
Pamela Dragosha6557b02017-02-14 19:49:32 -050046
Pamela Dragosha6557b02017-02-14 19:49:32 -050047</project>