blob: d6df9462326302211e329595ee026acd569e9a47 [file] [log] [blame]
Determe, Sebastien (sd378r)e35744d2017-08-29 04:21:41 -07001<!--
2 ============LICENSE_START=======================================================
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +01003 Copyright (C) 2021 Nordix Foundation.
Determe, Sebastien (sd378r)e35744d2017-08-29 04:21:41 -07004 ================================================================================
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
ChrisC6c9759e2017-08-30 01:13:58 -07008
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +01009 http://www.apache.org/licenses/LICENSE-2.0
ChrisC6c9759e2017-08-30 01:13:58 -070010
Determe, Sebastien (sd378r)e35744d2017-08-29 04:21:41 -070011 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_Manchikantif83411a2021-05-07 15:17:52 +010016 ============LICENSE_END=========================================================
17 -->
ChrisC5e9feb22017-06-21 02:38:57 -070018
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010019<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>
sebdeta5243a42019-06-13 13:48:04 +020022
sebdet025e65f2020-12-10 15:10:15 +010023 <parent>
sebdet078c34d2021-01-20 23:02:17 +010024 <groupId>org.onap.policy.parent</groupId>
25 <artifactId>integration</artifactId>
liamfallon9b5f6442021-12-02 15:54:17 +000026 <version>3.5.1-SNAPSHOT</version>
liamfallon6ca36232021-11-25 11:41:30 +000027 <relativePath />
sebdet025e65f2020-12-10 15:10:15 +010028 </parent>
Determe, Sebastien (sd378r)a66fe452017-08-08 06:42:49 -070029
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010030 <groupId>org.onap.policy.clamp</groupId>
31 <artifactId>policy-clamp</artifactId>
liamfallon5f28fc42021-11-29 11:33:53 +000032 <version>6.2.1-SNAPSHOT</version>
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010033 <name>${project.artifactId}</name>
34
35 <packaging>pom</packaging>
36
sebdet078c34d2021-01-20 23:02:17 +010037 <description>
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010038 This is the root Maven module for the policy-clamp project.
Ted Humphrey01e5fde2020-01-27 18:57:39 -050039
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010040 It contains the following modules:
liamfallon66684502021-10-13 09:19:38 +010041 - policy-clamp-common: Common code for all Policy/CLAMP modules
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010042 - 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
liamfallon43098042022-01-25 19:55:43 +000044 - policy-clamp-runtime-acm: The runtime server for Automation Composition Management
45 - policy-clamp-participant: Modules for CLAMP automation composition participants
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010046 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_Manchikantif83411a2021-05-07 15:17:52 +010048 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
rameshiyer27befb22b2021-09-06 12:16:56 +010051 o policy-clamp-participant-impl-http: A standard participant for http configurations
sebdet078c34d2021-01-20 23:02:17 +010052 </description>
ChrisCae04cf32018-02-05 05:21:59 -080053
sebdet078c34d2021-01-20 23:02:17 +010054 <properties>
liamfallon9b5f6442021-12-02 15:54:17 +000055 <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
56 <policy.models.version>2.6.1-SNAPSHOT</policy.models.version>
sebdet078c34d2021-01-20 23:02:17 +010057 </properties>
ChrisC5e9feb22017-06-21 02:38:57 -070058
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010059 <modules>
60 <module>common</module>
61 <module>models</module>
rameshiyer27049192c2021-07-15 09:36:26 +010062 <module>packages</module>
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010063 <module>runtime</module>
liamfallon43098042022-01-25 19:55:43 +000064 <module>runtime-acm</module>
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010065 <module>participant</module>
66 </modules>
sebdet101193d2019-09-05 18:25:59 +020067
sebdet078c34d2021-01-20 23:02:17 +010068 <dependencies>
69 <dependency>
Sirisha_Manchikantif83411a2021-05-07 15:17:52 +010070 <groupId>junit</groupId>
71 <artifactId>junit</artifactId>
sebdet7f685aa2021-03-25 18:19:29 +010072 <scope>test</scope>
73 </dependency>
liamfallon20c74872021-05-26 11:02:07 +010074 <dependency>
waynedunicaneaba0c92021-06-18 15:06:29 +010075 <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>
liamfallon20c74872021-05-26 11:02:07 +010081 <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>
FrancescoFioraEstb902c7d2021-12-03 13:43:41 +0000105 <groupId>org.onap.policy.common</groupId>
106 <artifactId>spring-utils</artifactId>
107 <version>${policy.common.version}</version>
108 </dependency>
109 <dependency>
liamfallon20c74872021-05-26 11:02:07 +0100110 <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>
liamfallon7d04c232021-06-29 17:13:09 +0100125 <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>
liamfallon137e0452021-07-06 09:53:17 +0100142 <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>
liamfallon7d04c232021-06-29 17:13:09 +0100151 <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>
liamfallon20c74872021-05-26 11:02:07 +0100170 <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_Manchikanti18526e92021-06-01 16:48:25 +0100199 <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>
rameshiyer27616b0762021-07-01 07:50:45 +0100207 <dependency>
208 <groupId>commons-fileupload</groupId>
209 <artifactId>commons-fileupload</artifactId>
210 </dependency>
rameshiyer2723e25e82021-07-20 07:57:41 +0100211 <dependency>
212 <groupId>org.springframework.boot</groupId>
213 <artifactId>spring-boot-starter-webflux</artifactId>
214 </dependency>
sebdet078c34d2021-01-20 23:02:17 +0100215 </dependencies>
ChrisC5e9feb22017-06-21 02:38:57 -0700216</project>