Determe, Sebastien (sd378r) | e35744d | 2017-08-29 04:21:41 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 3 | Copyright (C) 2021 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 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
sebdet | a5243a4 | 2019-06-13 13:48:04 +0200 | [diff] [blame] | 22 | |
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> |
liamfallon | 9b5f644 | 2021-12-02 15:54:17 +0000 | [diff] [blame] | 26 | <version>3.5.1-SNAPSHOT</version> |
liamfallon | 6ca3623 | 2021-11-25 11:41:30 +0000 | [diff] [blame] | 27 | <relativePath /> |
sebdet | 025e65f | 2020-12-10 15:10:15 +0100 | [diff] [blame] | 28 | </parent> |
Determe, Sebastien (sd378r) | a66fe45 | 2017-08-08 06:42:49 -0700 | [diff] [blame] | 29 | |
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 | 5f28fc4 | 2021-11-29 11:33:53 +0000 | [diff] [blame] | 32 | <version>6.2.1-SNAPSHOT</version> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 33 | <name>${project.artifactId}</name> |
| 34 | |
| 35 | <packaging>pom</packaging> |
| 36 | |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 37 | <description> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 38 | This is the root Maven module for the policy-clamp project. |
Ted Humphrey | 01e5fde | 2020-01-27 18:57:39 -0500 | [diff] [blame] | 39 | |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 40 | It contains the following modules: |
liamfallon | 6668450 | 2021-10-13 09:19:38 +0100 | [diff] [blame] | 41 | - policy-clamp-common: Common code for all Policy/CLAMP modules |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 42 | - policy-clamp-models: POJOs and other model code for REST and DMaaP messages and for persistence |
| 43 | - policy-clamp-runtime: The runtime server for CLAMP |
liamfallon | 4309804 | 2022-01-25 19:55:43 +0000 | [diff] [blame] | 44 | - policy-clamp-runtime-acm: The runtime server for Automation Composition Management |
| 45 | - policy-clamp-participant: Modules for CLAMP automation composition participants |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 46 | o policy-clamp-participant-intermediary: A common JAR that handles participant state and DMaaP handling |
| 47 | 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] | 48 | o policy-clamp-participant-impl-kubernetes: A standard participant for Kubernetes microservices |
| 49 | o policy-clamp-participant-impl-policy: A standard participant for handling polcies for Policy Framework |
| 50 | o policy-clamp-participant-impl-simulator: A participant simulator for integration testing |
rameshiyer27 | befb22b | 2021-09-06 12:16:56 +0100 | [diff] [blame] | 51 | o policy-clamp-participant-impl-http: A standard participant for http configurations |
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 | 9b5f644 | 2021-12-02 15:54:17 +0000 | [diff] [blame] | 55 | <policy.common.version>1.10.1-SNAPSHOT</policy.common.version> |
| 56 | <policy.models.version>2.6.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> |
| 61 | <module>models</module> |
rameshiyer27 | 049192c | 2021-07-15 09:36:26 +0100 | [diff] [blame] | 62 | <module>packages</module> |
Sirisha_Manchikanti | f83411a | 2021-05-07 15:17:52 +0100 | [diff] [blame] | 63 | <module>runtime</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> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>org.springframework.boot</groupId> |
| 130 | <artifactId>spring-boot-starter-validation</artifactId> |
| 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>org.springframework.boot</groupId> |
| 134 | <artifactId>spring-boot-starter-security</artifactId> |
| 135 | </dependency> |
| 136 | <dependency> |
| 137 | <groupId>org.springframework.boot</groupId> |
| 138 | <artifactId>spring-boot-starter-test</artifactId> |
| 139 | <scope>test</scope> |
| 140 | </dependency> |
| 141 | <dependency> |
liamfallon | 137e045 | 2021-07-06 09:53:17 +0100 | [diff] [blame] | 142 | <groupId>io.swagger</groupId> |
| 143 | <artifactId>swagger-models</artifactId> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>com.fasterxml.jackson.core</groupId> |
| 147 | <artifactId>jackson-annotations</artifactId> |
| 148 | <version>${version.jackson}</version> |
| 149 | </dependency> |
| 150 | <dependency> |
liamfallon | 7d04c23 | 2021-06-29 17:13:09 +0100 | [diff] [blame] | 151 | <groupId>io.springfox</groupId> |
| 152 | <artifactId>springfox-boot-starter</artifactId> |
| 153 | <version>${version.springfox}</version> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>org.immutables</groupId> |
| 157 | <artifactId>gson</artifactId> |
| 158 | </dependency> |
| 159 | <dependency> |
| 160 | <groupId>org.mock-server</groupId> |
| 161 | <artifactId>mockserver-netty</artifactId> |
| 162 | <scope>test</scope> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>org.mock-server</groupId> |
| 166 | <artifactId>mockserver-client-java</artifactId> |
| 167 | <scope>test</scope> |
| 168 | </dependency> |
| 169 | <dependency> |
liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame] | 170 | <groupId>org.assertj</groupId> |
| 171 | <artifactId>assertj-core</artifactId> |
| 172 | <scope>test</scope> |
| 173 | </dependency> |
| 174 | <dependency> |
| 175 | <groupId>org.mockito</groupId> |
| 176 | <artifactId>mockito-core</artifactId> |
| 177 | <scope>test</scope> |
| 178 | </dependency> |
| 179 | <dependency> |
| 180 | <groupId>org.powermock</groupId> |
| 181 | <artifactId>powermock-api-mockito2</artifactId> |
| 182 | <scope>test</scope> |
| 183 | </dependency> |
| 184 | <dependency> |
| 185 | <groupId>org.powermock</groupId> |
| 186 | <artifactId>powermock-module-junit4</artifactId> |
| 187 | <scope>test</scope> |
| 188 | </dependency> |
| 189 | <dependency> |
| 190 | <groupId>org.awaitility</groupId> |
| 191 | <artifactId>awaitility</artifactId> |
| 192 | <scope>test</scope> |
| 193 | </dependency> |
| 194 | <dependency> |
| 195 | <groupId>com.h2database</groupId> |
| 196 | <artifactId>h2</artifactId> |
| 197 | <scope>test</scope> |
| 198 | </dependency> |
Sirisha_Manchikanti | 18526e9 | 2021-06-01 16:48:25 +0100 | [diff] [blame] | 199 | <dependency> |
| 200 | <groupId>ch.qos.logback</groupId> |
| 201 | <artifactId>logback-core</artifactId> |
| 202 | </dependency> |
| 203 | <dependency> |
| 204 | <groupId>ch.qos.logback</groupId> |
| 205 | <artifactId>logback-classic</artifactId> |
| 206 | </dependency> |
rameshiyer27 | 616b076 | 2021-07-01 07:50:45 +0100 | [diff] [blame] | 207 | <dependency> |
| 208 | <groupId>commons-fileupload</groupId> |
| 209 | <artifactId>commons-fileupload</artifactId> |
| 210 | </dependency> |
rameshiyer27 | 23e25e8 | 2021-07-20 07:57:41 +0100 | [diff] [blame] | 211 | <dependency> |
| 212 | <groupId>org.springframework.boot</groupId> |
| 213 | <artifactId>spring-boot-starter-webflux</artifactId> |
| 214 | </dependency> |
sebdet | 078c34d | 2021-01-20 23:02:17 +0100 | [diff] [blame] | 215 | </dependencies> |
ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 216 | </project> |