Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 1 | <!-- |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 2 | ============LICENSE_START======================================================= |
| 3 | Drools PDP Application Common Models |
| 4 | ================================================================================ |
jhh | 6dfab64 | 2020-02-12 18:20:06 -0600 | [diff] [blame] | 5 | Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 6 | Modifications Copyright (C) 2020 Bell Canada. |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
Joshua Reich | d01dd35 | 2019-02-15 13:40:07 -0800 | [diff] [blame] | 11 | |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 12 | http://www.apache.org/licenses/LICENSE-2.0 |
Joshua Reich | d01dd35 | 2019-02-15 13:40:07 -0800 | [diff] [blame] | 13 | |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 21 | |
liamfallon | fd6a4f3 | 2018-10-31 16:54:18 +0000 | [diff] [blame] | 22 | <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"> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <packaging>pom</packaging> |
Joshua Reich | d01dd35 | 2019-02-15 13:40:07 -0800 | [diff] [blame] | 25 | |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onap.policy.drools-applications.controlloop</groupId> |
| 28 | <artifactId>controlloop</artifactId> |
liamfallon | 1d0ccd2 | 2021-10-14 14:01:41 +0100 | [diff] [blame^] | 29 | <version>1.10.0-SNAPSHOT</version> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 30 | </parent> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 31 | |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 32 | <groupId>org.onap.policy.drools-applications.controlloop.common</groupId> |
Ram Krishna Verma | d0cbee1 | 2020-02-07 13:03:27 -0500 | [diff] [blame] | 33 | <artifactId>drools-applications-common</artifactId> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 34 | |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 35 | <modules> |
Joshua Reich | d01dd35 | 2019-02-15 13:40:07 -0800 | [diff] [blame] | 36 | <module>coordination</module> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 37 | <module>eventmanager</module> |
Jim Hahn | aa8225b | 2020-03-09 15:15:05 -0400 | [diff] [blame] | 38 | <module>rules-test</module> |
Jim Hahn | 6a37af4 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 39 | <module>controller-usecases</module> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 40 | <module>feature-controlloop-utils</module> |
Jorge Hernandez | c9f47ef | 2018-03-23 01:14:12 -0500 | [diff] [blame] | 41 | <module>feature-controlloop-trans</module> |
Jorge Hernandez | 5506fd8 | 2018-12-13 10:10:43 -0600 | [diff] [blame] | 42 | <module>feature-controlloop-management</module> |
Jim Hahn | ffdf210 | 2020-07-30 18:05:02 -0400 | [diff] [blame] | 43 | <module>feature-controlloop-usecases</module> |
liamfallon | def0f11 | 2018-02-13 11:29:56 +0000 | [diff] [blame] | 44 | </modules> |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 45 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 46 | |
Pamela Dragosh | a6557b0 | 2017-02-14 19:49:32 -0500 | [diff] [blame] | 47 | </project> |