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