blob: 3bd3f6f587d26176cb15e1ba8d10e7094acf8b27 [file] [log] [blame]
Pamela Dragosha6557b02017-02-14 19:49:32 -05001<!--
2 ============LICENSE_START=======================================================
liamfallondef0f112018-02-13 11:29:56 +00003 drools-applications Control Loop Drools Templates
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
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>
Pamela Dragosha6557b02017-02-14 19:49:32 -050024
liamfallondef0f112018-02-13 11:29:56 +000025 <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.templates</groupId>
32 <artifactId>templates</artifactId>
Pamela Dragosha6557b02017-02-14 19:49:32 -050033
liamfallondef0f112018-02-13 11:29:56 +000034 <modules>
35 <module>template.demo</module>
Joshua Reichfaf28302018-09-14 11:38:01 -070036 <module>template.demo.clc</module>
liamfallondef0f112018-02-13 11:29:56 +000037 <module>archetype-cl-amsterdam</module>
Jim Hahn93fc6342018-08-02 16:40:41 -040038 <module>archetype-cl-casablanca</module>
liamfallondef0f112018-02-13 11:29:56 +000039 </modules>
Pamela Dragosha6557b02017-02-14 19:49:32 -050040
Pamela Dragosha6557b02017-02-14 19:49:32 -050041
Pamela Dragosha6557b02017-02-14 19:49:32 -050042</project>