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 | 89a73db | 2023-05-25 10:46:58 +0100 | [diff] [blame] | 27 | <version>4.0.0-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 | 8e6aa42 | 2023-05-25 09:41:35 +0100 | [diff] [blame] | 32 | <version>7.0.0-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 |
aravind.est | df28b0a | 2023-02-14 09:29:14 +0000 | [diff] [blame] | 51 | o policy-clamp-participant-impl-kserve: A standard participant for Kserve |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 52 | </description> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 53 | <properties> |
liamfallon | 89a73db | 2023-05-25 10:46:58 +0100 | [diff] [blame] | 54 | <policy.common.version>2.0.0-SNAPSHOT</policy.common.version> |
| 55 | <policy.models.version>3.0.0-SNAPSHOT</policy.models.version> |
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> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 65 | <dependencies> |
| 66 | <dependency> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 67 | <groupId>junit</groupId> |
| 68 | <artifactId>junit</artifactId> |
sebdet | 7f685aa | 2021-03-25 18:19:29 +0100 | [diff] [blame] | 69 | <scope>test</scope> |
| 70 | </dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 71 | <dependency> |
waynedunican | eaba0c9 | 2021-06-18 15:06:29 +0100 | [diff] [blame] | 72 | <groupId>org.junit.jupiter</groupId> |
| 73 | <artifactId>junit-jupiter-engine</artifactId> |
liamfallon | 0e405f3 | 2023-02-17 19:15:16 +0000 | [diff] [blame] | 74 | <version>${version.junit.jupiter}</version> |
waynedunican | eaba0c9 | 2021-06-18 15:06:29 +0100 | [diff] [blame] | 75 | <scope>test</scope> |
| 76 | </dependency> |
| 77 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 78 | <groupId>commons-cli</groupId> |
| 79 | <artifactId>commons-cli</artifactId> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.onap.policy.common</groupId> |
| 83 | <artifactId>common-parameters</artifactId> |
| 84 | <version>${policy.common.version}</version> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.onap.policy.common</groupId> |
| 88 | <artifactId>utils</artifactId> |
| 89 | <version>${policy.common.version}</version> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>org.onap.policy.common</groupId> |
| 93 | <artifactId>policy-endpoints</artifactId> |
| 94 | <version>${policy.common.version}</version> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.onap.policy.common</groupId> |
| 98 | <artifactId>gson</artifactId> |
| 99 | <version>${policy.common.version}</version> |
| 100 | </dependency> |
| 101 | <dependency> |
FrancescoFioraEst | b902c7d | 2021-12-03 13:43:41 +0000 | [diff] [blame] | 102 | <groupId>org.onap.policy.common</groupId> |
| 103 | <artifactId>spring-utils</artifactId> |
| 104 | <version>${policy.common.version}</version> |
| 105 | </dependency> |
| 106 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 107 | <groupId>org.onap.policy.models</groupId> |
| 108 | <artifactId>policy-models-provider</artifactId> |
| 109 | <version>${policy.models.version}</version> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.apache.commons</groupId> |
| 113 | <artifactId>commons-lang3</artifactId> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>org.onap.policy.common</groupId> |
| 117 | <artifactId>utils-test</artifactId> |
| 118 | <version>${policy.common.version}</version> |
| 119 | <scope>test</scope> |
| 120 | </dependency> |
| 121 | <dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 122 | <groupId>org.springframework.boot</groupId> |
| 123 | <artifactId>spring-boot-starter-web</artifactId> |
FrancescoFioraEst | a1b6bef | 2022-07-12 14:50:18 +0100 | [diff] [blame] | 124 | <exclusions> |
| 125 | <exclusion> |
| 126 | <groupId>com.fasterxml.jackson.core</groupId> |
| 127 | <artifactId>jackson-core</artifactId> |
| 128 | </exclusion> |
| 129 | <exclusion> |
| 130 | <groupId>com.fasterxml.jackson.core</groupId> |
| 131 | <artifactId>jackson-databind</artifactId> |
| 132 | </exclusion> |
| 133 | <exclusion> |
| 134 | <groupId>com.fasterxml.jackson.core</groupId> |
| 135 | <artifactId>jackson-annotations</artifactId> |
| 136 | </exclusion> |
| 137 | </exclusions> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 138 | </dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 139 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 140 | <groupId>org.springframework.boot</groupId> |
| 141 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 142 | </dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 143 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 144 | <groupId>org.springframework.boot</groupId> |
| 145 | <artifactId>spring-boot-starter-aop</artifactId> |
| 146 | </dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 147 | <dependency> |
| 148 | <groupId>org.springframework.boot</groupId> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 149 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 150 | </dependency> |
| 151 | <dependency> |
| 152 | <groupId>org.springframework.boot</groupId> |
| 153 | <artifactId>spring-boot-starter-security</artifactId> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>org.springframework.boot</groupId> |
| 157 | <artifactId>spring-boot-starter-test</artifactId> |
| 158 | <scope>test</scope> |
| 159 | </dependency> |
| 160 | <dependency> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 161 | <groupId>org.springframework.boot</groupId> |
| 162 | <artifactId>spring-boot-starter-validation</artifactId> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>io.micrometer</groupId> |
| 166 | <artifactId>micrometer-registry-prometheus</artifactId> |
| 167 | <version>${version.io.micrometer}</version> |
| 168 | </dependency> |
| 169 | <dependency> |
liamfallon | cf5af3f | 2022-12-01 15:24:57 +0000 | [diff] [blame] | 170 | <groupId>org.springdoc</groupId> |
| 171 | <artifactId>springdoc-openapi-ui</artifactId> |
liamfallon | f24ba3e | 2022-10-14 13:07:36 +0100 | [diff] [blame] | 172 | </dependency> |
| 173 | <dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 174 | <groupId>org.mock-server</groupId> |
| 175 | <artifactId>mockserver-netty</artifactId> |
| 176 | <scope>test</scope> |
| 177 | </dependency> |
| 178 | <dependency> |
| 179 | <groupId>org.mock-server</groupId> |
| 180 | <artifactId>mockserver-client-java</artifactId> |
| 181 | <scope>test</scope> |
| 182 | </dependency> |
| 183 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 184 | <groupId>org.assertj</groupId> |
| 185 | <artifactId>assertj-core</artifactId> |
| 186 | <scope>test</scope> |
| 187 | </dependency> |
| 188 | <dependency> |
| 189 | <groupId>org.mockito</groupId> |
| 190 | <artifactId>mockito-core</artifactId> |
| 191 | <scope>test</scope> |
| 192 | </dependency> |
| 193 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 194 | <groupId>org.awaitility</groupId> |
| 195 | <artifactId>awaitility</artifactId> |
| 196 | <scope>test</scope> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>com.h2database</groupId> |
| 200 | <artifactId>h2</artifactId> |
| 201 | <scope>test</scope> |
| 202 | </dependency> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 203 | <dependency> |
| 204 | <groupId>ch.qos.logback</groupId> |
| 205 | <artifactId>logback-core</artifactId> |
| 206 | </dependency> |
| 207 | <dependency> |
| 208 | <groupId>ch.qos.logback</groupId> |
| 209 | <artifactId>logback-classic</artifactId> |
| 210 | </dependency> |
rameshiyer27 | 616b076 | 2021-07-01 07:50:45 +0100 | [diff] [blame] | 211 | <dependency> |
| 212 | <groupId>commons-fileupload</groupId> |
| 213 | <artifactId>commons-fileupload</artifactId> |
| 214 | </dependency> |
rameshiyer27 | 23e25e8 | 2021-07-20 07:57:41 +0100 | [diff] [blame] | 215 | <dependency> |
| 216 | <groupId>org.springframework.boot</groupId> |
| 217 | <artifactId>spring-boot-starter-webflux</artifactId> |
| 218 | </dependency> |
Sirisha_Manchikanti | 354e4eb | 2022-09-26 15:20:11 +0100 | [diff] [blame] | 219 | <dependency> |
| 220 | <groupId>org.apache.kafka</groupId> |
| 221 | <artifactId>kafka-clients</artifactId> |
| 222 | <scope>provided</scope> |
| 223 | </dependency> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 224 | </dependencies> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 225 | </project> |