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