blob: c9927183d39afbb10e3fb235b9f53e45c9ae4b44 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
liamfallondef0f112018-02-13 11:29:56 +00002 ============LICENSE_START=======================================================
3 Drools PDP Application Common Models
4 ================================================================================
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-->
Pamela Dragosha6557b02017-02-14 19:49:32 -050020
liamfallonfd6a4f32018-10-31 16:54:18 +000021<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">
liamfallondef0f112018-02-13 11:29:56 +000022 <modelVersion>4.0.0</modelVersion>
23 <packaging>pom</packaging>
24
25 <parent>
26 <groupId>org.onap.policy.drools-applications.controlloop</groupId>
27 <artifactId>controlloop</artifactId>
liamfallonfd6a4f32018-10-31 16:54:18 +000028 <version>1.4.0-SNAPSHOT</version>
liamfallondef0f112018-02-13 11:29:56 +000029 </parent>
Pamela Dragosha6557b02017-02-14 19:49:32 -050030
liamfallondef0f112018-02-13 11:29:56 +000031 <groupId>org.onap.policy.drools-applications.controlloop.common</groupId>
32 <artifactId>common</artifactId>
Pamela Dragosha6557b02017-02-14 19:49:32 -050033
liamfallondef0f112018-02-13 11:29:56 +000034 <modules>
35 <module>actors</module>
36 <module>guard</module>
37 <module>eventmanager</module>
38 <module>model-impl</module>
39 <module>policy-yaml</module>
40 <module>simulators</module>
Jim Hahn93fc6342018-08-02 16:40:41 -040041 <module>controller-casablanca</module>
liamfallondef0f112018-02-13 11:29:56 +000042 <module>feature-controlloop-utils</module>
Jorge Hernandezc9f47ef2018-03-23 01:14:12 -050043 <module>feature-controlloop-trans</module>
Jorge Hernandez5506fd82018-12-13 10:10:43 -060044 <module>feature-controlloop-management</module>
Jorge Hernandez972fd702018-04-02 17:23:47 -050045 <module>feature-controlloop-amsterdam</module>
Jim Hahn93fc6342018-08-02 16:40:41 -040046 <module>feature-controlloop-casablanca</module>
liamfallondef0f112018-02-13 11:29:56 +000047 <module>msb</module>
48 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050049
Pamela Dragosha6557b02017-02-14 19:49:32 -050050
Pamela Dragosha6557b02017-02-14 19:49:32 -050051</project>