Determe, Sebastien (sd378r) | e35744d | 2017-08-29 04:21:41 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
liamfallon | 203a14a | 2023-01-31 12:35:17 +0000 | [diff] [blame] | 3 | Copyright (C) 2021-2023 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 | --> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 18 | |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 19 | <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/maven-v4_0_0.xsd"> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
sebdet | a5243a4 | 2019-06-13 13:48:04 +0200 | [diff] [blame] | 21 | |
sebdet | 025e65f | 2020-12-10 15:10:15 +0100 | [diff] [blame] | 22 | <parent> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 23 | <groupId>org.onap.policy.parent</groupId> |
| 24 | <artifactId>integration</artifactId> |
liamfallon | 0b5e996 | 2022-12-15 16:19:55 +0000 | [diff] [blame] | 25 | <version>3.7.1-SNAPSHOT</version> |
liamfallon | 6ca3623 | 2021-11-25 11:41:30 +0000 | [diff] [blame] | 26 | <relativePath /> |
sebdet | 025e65f | 2020-12-10 15:10:15 +0100 | [diff] [blame] | 27 | </parent> |
Determe, Sebastien (sd378r) | a66fe45 | 2017-08-08 06:42:49 -0700 | [diff] [blame] | 28 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 29 | <groupId>org.onap.policy.clamp</groupId> |
| 30 | <artifactId>policy-clamp</artifactId> |
liamfallon | 0b5e996 | 2022-12-15 16:19:55 +0000 | [diff] [blame] | 31 | <version>6.4.1-SNAPSHOT</version> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 32 | <name>${project.artifactId}</name> |
| 33 | |
| 34 | <packaging>pom</packaging> |
| 35 | |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 36 | <description> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 37 | This is the root Maven module for the policy-clamp project. |
Ted Humphrey | 01e5fde | 2020-01-27 18:57:39 -0500 | [diff] [blame] | 38 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 39 | It contains the following modules: |
liamfallon | 6668450 | 2021-10-13 09:19:38 +0100 | [diff] [blame] | 40 | - policy-clamp-common: Common code for all Policy/CLAMP modules |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 41 | - policy-clamp-models: POJOs and other model code for REST and DMaaP messages and for persistence |
| 42 | - policy-clamp-runtime: The runtime server for CLAMP |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 43 | - policy-clamp-runtime-acm: The runtime server for Automation Composition Management |
| 44 | - policy-clamp-participant: Modules for CLAMP automation composition participants |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 45 | o policy-clamp-participant-intermediary: A common JAR that handles participant state and DMaaP handling |
| 46 | o policy-clamp-participant-impl-cds: A standard participant for interworking with CDS |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 47 | o policy-clamp-participant-impl-kubernetes: A standard participant for Kubernetes microservices |
| 48 | o policy-clamp-participant-impl-policy: A standard participant for handling polcies for Policy Framework |
rameshiyer27 | fda6280 | 2022-07-28 11:58:19 +0100 | [diff] [blame] | 49 | o policy-clamp-acm-element-impl: ACM element implementation for integration testing |
rameshiyer27 | befb22b | 2021-09-06 12:16:56 +0100 | [diff] [blame] | 50 | o policy-clamp-participant-impl-http: A standard participant for http configurations |
aravind.est | ccb8bb7 | 2022-12-06 15:42:08 +0000 | [diff] [blame] | 51 | o policy-clamp-participant-impl-a1pms: A standard participant for accessing A1-Policy Management Service |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 52 | </description> |
ChrisC | ae04cf3 | 2018-02-05 05:21:59 -0800 | [diff] [blame] | 53 | |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 54 | <properties> |
liamfallon | 0b5e996 | 2022-12-15 16:19:55 +0000 | [diff] [blame] | 55 | <policy.common.version>1.12.1-SNAPSHOT</policy.common.version> |
| 56 | <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 57 | </properties> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 58 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 59 | <modules> |
| 60 | <module>common</module> |
adheli.tavares | 1ae8697 | 2022-02-25 15:06:49 +0000 | [diff] [blame] | 61 | <module>examples</module> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 62 | <module>models</module> |
rameshiyer27 | 049192c | 2021-07-15 09:36:26 +0100 | [diff] [blame] | 63 | <module>packages</module> |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 64 | <module>runtime-acm</module> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 65 | <module>participant</module> |
| 66 | </modules> |
sebdet | 101193d | 2019-09-05 18:25:59 +0200 | [diff] [blame] | 67 | |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 68 | <dependencies> |
| 69 | <dependency> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 70 | <groupId>junit</groupId> |
| 71 | <artifactId>junit</artifactId> |
sebdet | 7f685aa | 2021-03-25 18:19:29 +0100 | [diff] [blame] | 72 | <scope>test</scope> |
| 73 | </dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 74 | <dependency> |
waynedunican | eaba0c9 | 2021-06-18 15:06:29 +0100 | [diff] [blame] | 75 | <groupId>org.junit.jupiter</groupId> |
| 76 | <artifactId>junit-jupiter-engine</artifactId> |
| 77 | <version>5.7.1</version> |
| 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 81 | <groupId>commons-cli</groupId> |
| 82 | <artifactId>commons-cli</artifactId> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.onap.policy.common</groupId> |
| 86 | <artifactId>common-parameters</artifactId> |
| 87 | <version>${policy.common.version}</version> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.onap.policy.common</groupId> |
| 91 | <artifactId>utils</artifactId> |
| 92 | <version>${policy.common.version}</version> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.onap.policy.common</groupId> |
| 96 | <artifactId>policy-endpoints</artifactId> |
| 97 | <version>${policy.common.version}</version> |
| 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>org.onap.policy.common</groupId> |
| 101 | <artifactId>gson</artifactId> |
| 102 | <version>${policy.common.version}</version> |
| 103 | </dependency> |
| 104 | <dependency> |
FrancescoFioraEst | b902c7d | 2021-12-03 13:43:41 +0000 | [diff] [blame] | 105 | <groupId>org.onap.policy.common</groupId> |
| 106 | <artifactId>spring-utils</artifactId> |
| 107 | <version>${policy.common.version}</version> |
| 108 | </dependency> |
| 109 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 110 | <groupId>org.onap.policy.models</groupId> |
| 111 | <artifactId>policy-models-provider</artifactId> |
| 112 | <version>${policy.models.version}</version> |
| 113 | </dependency> |
| 114 | <dependency> |
| 115 | <groupId>org.apache.commons</groupId> |
| 116 | <artifactId>commons-lang3</artifactId> |
| 117 | </dependency> |
| 118 | <dependency> |
| 119 | <groupId>org.onap.policy.common</groupId> |
| 120 | <artifactId>utils-test</artifactId> |
| 121 | <version>${policy.common.version}</version> |
| 122 | <scope>test</scope> |
| 123 | </dependency> |
| 124 | <dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 125 | <groupId>org.springframework.boot</groupId> |
| 126 | <artifactId>spring-boot-starter-web</artifactId> |
FrancescoFioraEst | a1b6bef | 2022-07-12 14:50:18 +0100 | [diff] [blame] | 127 | <exclusions> |
| 128 | <exclusion> |
| 129 | <groupId>com.fasterxml.jackson.core</groupId> |
| 130 | <artifactId>jackson-core</artifactId> |
| 131 | </exclusion> |
| 132 | <exclusion> |
| 133 | <groupId>com.fasterxml.jackson.core</groupId> |
| 134 | <artifactId>jackson-databind</artifactId> |
| 135 | </exclusion> |
| 136 | <exclusion> |
| 137 | <groupId>com.fasterxml.jackson.core</groupId> |
| 138 | <artifactId>jackson-annotations</artifactId> |
| 139 | </exclusion> |
| 140 | </exclusions> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 141 | </dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 142 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 143 | <groupId>org.springframework.boot</groupId> |
| 144 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 145 | </dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 146 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 147 | <groupId>org.springframework.boot</groupId> |
| 148 | <artifactId>spring-boot-starter-aop</artifactId> |
| 149 | </dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 150 | <dependency> |
| 151 | <groupId>org.springframework.boot</groupId> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 152 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 153 | </dependency> |
| 154 | <dependency> |
| 155 | <groupId>org.springframework.boot</groupId> |
| 156 | <artifactId>spring-boot-starter-security</artifactId> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>org.springframework.boot</groupId> |
| 160 | <artifactId>spring-boot-starter-test</artifactId> |
| 161 | <scope>test</scope> |
| 162 | </dependency> |
| 163 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 164 | <groupId>org.springframework.boot</groupId> |
| 165 | <artifactId>spring-boot-starter-validation</artifactId> |
| 166 | </dependency> |
| 167 | <dependency> |
| 168 | <groupId>io.micrometer</groupId> |
| 169 | <artifactId>micrometer-registry-prometheus</artifactId> |
| 170 | <version>${version.io.micrometer}</version> |
| 171 | </dependency> |
| 172 | <dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 173 | <groupId>org.springdoc</groupId> |
| 174 | <artifactId>springdoc-openapi-ui</artifactId> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 175 | </dependency> |
| 176 | <dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 177 | <groupId>org.mock-server</groupId> |
| 178 | <artifactId>mockserver-netty</artifactId> |
| 179 | <scope>test</scope> |
| 180 | </dependency> |
| 181 | <dependency> |
| 182 | <groupId>org.mock-server</groupId> |
| 183 | <artifactId>mockserver-client-java</artifactId> |
| 184 | <scope>test</scope> |
| 185 | </dependency> |
| 186 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 187 | <groupId>org.assertj</groupId> |
| 188 | <artifactId>assertj-core</artifactId> |
| 189 | <scope>test</scope> |
| 190 | </dependency> |
| 191 | <dependency> |
| 192 | <groupId>org.mockito</groupId> |
| 193 | <artifactId>mockito-core</artifactId> |
| 194 | <scope>test</scope> |
| 195 | </dependency> |
| 196 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 197 | <groupId>org.awaitility</groupId> |
| 198 | <artifactId>awaitility</artifactId> |
| 199 | <scope>test</scope> |
| 200 | </dependency> |
| 201 | <dependency> |
| 202 | <groupId>com.h2database</groupId> |
| 203 | <artifactId>h2</artifactId> |
| 204 | <scope>test</scope> |
| 205 | </dependency> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 206 | <dependency> |
| 207 | <groupId>ch.qos.logback</groupId> |
| 208 | <artifactId>logback-core</artifactId> |
| 209 | </dependency> |
| 210 | <dependency> |
| 211 | <groupId>ch.qos.logback</groupId> |
| 212 | <artifactId>logback-classic</artifactId> |
| 213 | </dependency> |
rameshiyer27 | 616b076 | 2021-07-01 07:50:45 +0100 | [diff] [blame] | 214 | <dependency> |
| 215 | <groupId>commons-fileupload</groupId> |
| 216 | <artifactId>commons-fileupload</artifactId> |
| 217 | </dependency> |
rameshiyer27 | 23e25e8 | 2021-07-20 07:57:41 +0100 | [diff] [blame] | 218 | <dependency> |
| 219 | <groupId>org.springframework.boot</groupId> |
| 220 | <artifactId>spring-boot-starter-webflux</artifactId> |
| 221 | </dependency> |
Sirisha_Manchikanti | 354e4eb | 2022-09-26 15:20:11 +0100 | [diff] [blame] | 222 | <dependency> |
| 223 | <groupId>org.apache.kafka</groupId> |
| 224 | <artifactId>kafka-clients</artifactId> |
| 225 | <scope>provided</scope> |
| 226 | </dependency> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 227 | </dependencies> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 228 | </project> |