Determe, Sebastien (sd378r) | e35744d | 2017-08-29 04:21:41 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
saul.gill | e4a667b | 2024-01-16 12:43:09 +0000 | [diff] [blame] | 3 | Copyright (C) 2021-2024 Nordix Foundation. |
Determe, Sebastien (sd378r) | e35744d | 2017-08-29 04:21:41 -0700 | [diff] [blame] | 4 | ================================================================================ |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
ChrisC | 6c9759e | 2017-08-30 01:13:58 -0700 | [diff] [blame] | 8 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 9 | http://www.apache.org/licenses/LICENSE-2.0 |
ChrisC | 6c9759e | 2017-08-30 01:13:58 -0700 | [diff] [blame] | 10 | |
Determe, Sebastien (sd378r) | e35744d | 2017-08-29 04:21:41 -0700 | [diff] [blame] | 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 16 | ============LICENSE_END========================================================= |
| 17 | --> |
liamfallon | 0e405f3 | 2023-02-17 19:15:16 +0000 | [diff] [blame] | 18 | <project |
| 19 | xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
adheli.tavares | 4407ea6 | 2023-08-11 15:10:44 +0100 | [diff] [blame] | 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
sebdet | 025e65f | 2020-12-10 15:10:15 +0100 | [diff] [blame] | 23 | <parent> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 24 | <groupId>org.onap.policy.parent</groupId> |
| 25 | <artifactId>integration</artifactId> |
rameshiyer27 | 2821dc4 | 2024-11-19 08:29:11 +0000 | [diff] [blame] | 26 | <version>5.0.2-SNAPSHOT</version> |
liamfallon | c00a0dd | 2023-10-18 09:08:03 +0100 | [diff] [blame] | 27 | <relativePath /> |
sebdet | 025e65f | 2020-12-10 15:10:15 +0100 | [diff] [blame] | 28 | </parent> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 29 | <groupId>org.onap.policy.clamp</groupId> |
| 30 | <artifactId>policy-clamp</artifactId> |
rameshiyer27 | 2821dc4 | 2024-11-19 08:29:11 +0000 | [diff] [blame] | 31 | <version>8.0.2-SNAPSHOT</version> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 32 | <name>${project.artifactId}</name> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 33 | <packaging>pom</packaging> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 34 | <description> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 35 | This is the root Maven module for the policy-clamp project. |
Ted Humphrey | 01e5fde | 2020-01-27 18:57:39 -0500 | [diff] [blame] | 36 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 37 | It contains the following modules: |
liamfallon | 6668450 | 2021-10-13 09:19:38 +0100 | [diff] [blame] | 38 | - policy-clamp-common: Common code for all Policy/CLAMP modules |
rameshiyer27 | 14d6bfe | 2024-01-22 18:54:28 +0000 | [diff] [blame] | 39 | - policy-clamp-models: POJOs and other model code for REST and Kafka messages and for persistence |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 40 | - policy-clamp-runtime: The runtime server for CLAMP |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 41 | - policy-clamp-runtime-acm: The runtime server for Automation Composition Management |
| 42 | - policy-clamp-participant: Modules for CLAMP automation composition participants |
rameshiyer27 | 14d6bfe | 2024-01-22 18:54:28 +0000 | [diff] [blame] | 43 | o policy-clamp-participant-intermediary: A common JAR that handles participant state and Kafka handling |
adheli.tavares | 4407ea6 | 2023-08-11 15:10:44 +0100 | [diff] [blame] | 44 | o policy-clamp-participant-impl-cds: A standard participant for interworking with CDS |
| 45 | o policy-clamp-participant-impl-kubernetes: A standard participant for Kubernetes microservices |
| 46 | o policy-clamp-participant-impl-policy: A standard participant for handling polcies for Policy Framework |
| 47 | o policy-clamp-acm-element-impl: ACM element implementation for integration testing |
| 48 | o policy-clamp-participant-impl-http: A standard participant for http configurations |
| 49 | o policy-clamp-participant-impl-a1pms: A standard participant for accessing A1-Policy Management Service |
| 50 | o policy-clamp-participant-impl-kserve: A standard participant for Kserve |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 51 | </description> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 52 | <properties> |
rameshiyer27 | 2821dc4 | 2024-11-19 08:29:11 +0000 | [diff] [blame] | 53 | <policy.common.version>3.0.2-SNAPSHOT</policy.common.version> |
| 54 | <policy.models.version>4.0.2-SNAPSHOT</policy.models.version> |
adheli.tavares | 0af6a68 | 2024-11-13 11:31:33 +0000 | [diff] [blame] | 55 | <version.netty>4.1.112.Final</version.netty> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 56 | </properties> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 57 | <modules> |
| 58 | <module>common</module> |
adheli.tavares | 1ae8697 | 2022-02-25 15:06:49 +0000 | [diff] [blame] | 59 | <module>examples</module> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 60 | <module>models</module> |
rameshiyer27 | 049192c | 2021-07-15 09:36:26 +0100 | [diff] [blame] | 61 | <module>packages</module> |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 62 | <module>runtime-acm</module> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 63 | <module>participant</module> |
| 64 | </modules> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 65 | </project> |