blob: 56d822e95ffb7dd2605be9ad09bf8f4b4ae6a704 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Yuli Shlosberg0875ce02018-01-25 13:53:36 +02002 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Michael Lando451a3402017-02-19 10:28:42 +02003 <modelVersion>4.0.0</modelVersion>
4
Michael Landoed64b5e2017-06-09 03:19:04 +03005 <artifactId>asdctool</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +02006 <packaging>jar</packaging>
7
8 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
Ofir Sonsino610ff242019-07-28 15:44:36 +030011 <version>1.5.1-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +020012 </parent>
13
Michael Lando451a3402017-02-19 10:28:42 +020014 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020015
Michael Landoc34b77c2017-02-28 19:03:11 +020016 <dependency>
Michael Landoc34b77c2017-02-28 19:03:11 +020017 <groupId>com.google.guava</groupId>
18 <artifactId>guava</artifactId>
19 <version>${guava.version}</version>
20 <scope>compile</scope>
21 </dependency>
22
Michael Lando451a3402017-02-19 10:28:42 +020023 <!-- ASDC dependencies -->
24 <dependency>
25 <groupId>org.openecomp.sdc.be</groupId>
26 <artifactId>common-be</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030027 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020028 <scope>compile</scope>
29 </dependency>
30 <dependency>
31 <groupId>org.openecomp.sdc</groupId>
32 <artifactId>common-app-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030033 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020034 <scope>compile</scope>
35 </dependency>
36
37 <dependency>
38 <groupId>org.openecomp.sdc.be</groupId>
39 <artifactId>catalog-dao</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030040 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020041 <scope>compile</scope>
42 </dependency>
43
44 <dependency>
45 <groupId>org.openecomp.sdc.be</groupId>
46 <artifactId>catalog-model</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030047 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020048 <scope>compile</scope>
49 </dependency>
50
Michael Landof5500c32017-07-19 11:23:23 +030051
Michael Lando451a3402017-02-19 10:28:42 +020052 <dependency>
53 <groupId>org.openecomp.sdc</groupId>
54 <artifactId>catalog-be</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030055 <version>${project.version}</version>
56
Michael Lando451a3402017-02-19 10:28:42 +020057 <!-- Comment Out in order to debug in eclipse -->
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020058 <classifier>classes</classifier>
Michael Lando451a3402017-02-19 10:28:42 +020059
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020060 <exclusions>
61 <exclusion>
Michael Landof5500c32017-07-19 11:23:23 +030062 <groupId>org.openecomp.ecompsdkos</groupId>
63 <artifactId>epsdk-fw</artifactId>
64 </exclusion>
65
66 <exclusion>
amitjai42c920b2018-04-27 13:28:57 +053067 <groupId>org.onap.sdc.common</groupId>
amitjai42c920b2018-04-27 13:28:57 +053068 <artifactId>onap-common-lib</artifactId>
Michael Landof5500c32017-07-19 11:23:23 +030069 </exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030070
Michael Landoa5445102018-03-04 14:53:33 +020071 <exclusion>
72 <groupId>com.att.nsa</groupId>
73 <artifactId>cambriaClient</artifactId>
74 </exclusion>
75 <exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030076 <groupId>com.att.nsa</groupId>
77 <artifactId>dmaapClient</artifactId>
78 </exclusion>
Michael Landoa5445102018-03-04 14:53:33 +020079 <exclusion>
80 <artifactId>slf4j-log4j12</artifactId>
81 <groupId>org.slf4j</groupId>
82 </exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030083
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020084 </exclusions>
Michael Landof5500c32017-07-19 11:23:23 +030085
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020086 <scope>compile</scope>
Michael Landoed64b5e2017-06-09 03:19:04 +030087 </dependency>
88
Michael Landof5500c32017-07-19 11:23:23 +030089 <dependency>
Tal Gitelman7d05e162018-10-10 14:52:54 +030090 <groupId>org.onap.portal.sdk</groupId>
Michael Landof5500c32017-07-19 11:23:23 +030091 <artifactId>epsdk-fw</artifactId>
92 <version>${ecomp.version}</version>
93 <scope>compile</scope>
94 <exclusions>
95 <exclusion>
96 <groupId>com.att.nsa</groupId>
97 <artifactId>cambriaClient</artifactId>
98 </exclusion>
Michael Landoa5445102018-03-04 14:53:33 +020099 <exclusion>
Michael Lando5b593492018-07-29 16:13:45 +0300100 <groupId>com.att.nsa</groupId>
101 <artifactId>dmaapClient</artifactId>
102 </exclusion>
Michael Landof5500c32017-07-19 11:23:23 +0300103 <exclusion>
104 <artifactId>slf4j-log4j12</artifactId>
105 <groupId>org.slf4j</groupId>
106 </exclusion>
107 </exclusions>
108 </dependency>
109
110
Michael Landof5500c32017-07-19 11:23:23 +0300111
Michael Landoed64b5e2017-06-09 03:19:04 +0300112 <!-- ASDC dependencies end -->
Michael Lando451a3402017-02-19 10:28:42 +0200113 <dependency>
114 <groupId>org.eclipse.jetty</groupId>
115 <artifactId>jetty-server</artifactId>
Michael Landod618ad62018-05-13 22:27:13 +0300116 <version>${jetty.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200117 <scope>compile</scope>
118 </dependency>
119
Yuli Shlosberg32b9a7e2018-10-14 16:48:21 +0300120 <dependency>
121 <groupId>org.eclipse.jetty</groupId>
122 <artifactId>jetty-util</artifactId>
123 <version>${jetty.version}</version>
124 <scope>compile</scope>
125 </dependency>
126
Michael Lando451a3402017-02-19 10:28:42 +0200127 <!-- listen to file changes -->
128 <dependency>
129 <groupId>org.apache.commons</groupId>
130 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300131 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200132 <scope>compile</scope>
133 </dependency>
134
135 <dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300136 <groupId>commons-cli</groupId>
137 <artifactId>commons-cli</artifactId>
138 <version>1.4</version>
139 </dependency>
140
141 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200142 <groupId>org.eclipse.jetty</groupId>
143 <artifactId>jetty-servlet</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300144 <version>${jetty.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200145 <scope>compile</scope>
146 </dependency>
147
148 <dependency>
149 <groupId>org.glassfish.jersey.core</groupId>
150 <artifactId>jersey-server</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300151 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200152 <scope>compile</scope>
153 </dependency>
154
155 <dependency>
156 <groupId>org.glassfish.jersey.containers</groupId>
157 <artifactId>jersey-container-servlet-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300158 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200159 <scope>compile</scope>
160 </dependency>
161
162 <dependency>
163 <groupId>org.glassfish.jersey.containers</groupId>
164 <artifactId>jersey-container-jetty-http</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300165 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200166 <scope>compile</scope>
167 </dependency>
168
169 <dependency>
170 <groupId>org.glassfish.jersey.media</groupId>
171 <artifactId>jersey-media-moxy</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300172 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200173 <scope>compile</scope>
174 </dependency>
175
176 <dependency>
177 <groupId>org.glassfish.jersey.media</groupId>
178 <artifactId>jersey-media-multipart</artifactId>
179 <version>2.14</version>
180 <scope>compile</scope>
181 </dependency>
182
183 <!-- slf4j + logback -->
184 <dependency>
185 <groupId>org.slf4j</groupId>
186 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300187 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200188 <scope>compile</scope>
189 </dependency>
190
191 <dependency>
192 <groupId>ch.qos.logback</groupId>
193 <artifactId>logback-classic</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200194 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200195 <scope>compile</scope>
196 </dependency>
197
198 <dependency>
199 <groupId>ch.qos.logback</groupId>
200 <artifactId>logback-core</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200201 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200202 <scope>compile</scope>
203 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300204
Michael Lando451a3402017-02-19 10:28:42 +0200205 <!-- groovy -->
206 <dependency>
207 <groupId>org.codehaus.groovy</groupId>
Tal Gitelmana3b79a22018-09-25 17:22:34 +0300208 <artifactId>groovy</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200209 <scope>compile</scope>
210 </dependency>
211
Michael Landoed64b5e2017-06-09 03:19:04 +0300212 <dependency>
Tomasz Golabekb836d342019-06-11 13:41:48 +0200213 <groupId>org.apache.commons</groupId>
214 <artifactId>commons-configuration2</artifactId>
215 <version>${commons-configuration}</version>
Michael Landoed64b5e2017-06-09 03:19:04 +0300216 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200217
Michael Lando451a3402017-02-19 10:28:42 +0200218 <dependency>
shrikantawachar2623c842019-05-20 12:11:54 +0530219 <groupId>org.janusgraph</groupId>
220 <artifactId>janusgraph-core</artifactId>
221 <version>${janusgraph.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200222 <scope>compile</scope>
223 <exclusions>
224 <exclusion>
225 <groupId>org.json</groupId>
226 <artifactId>json</artifactId>
227 </exclusion>
Michael Landob3d48982017-06-11 14:22:02 +0300228 <exclusion>
229 <groupId>org.slf4j</groupId>
230 <artifactId>slf4j-log4j12</artifactId>
231 </exclusion>
Tal Gitelman76783962018-09-06 18:16:24 +0300232 <exclusion>
233 <artifactId>commons-collections</artifactId>
234 <groupId>commons-collections</groupId>
235 </exclusion>
shrikantawachar2623c842019-05-20 12:11:54 +0530236 <exclusion>
237 <artifactId>groovy</artifactId>
238 <groupId>org.codehaus.groovy</groupId>
239 </exclusion>
Piotr Darosza67f45c2019-06-13 12:56:13 +0200240 <exclusion>
241 <groupId>org.apache.thrift</groupId>
242 <artifactId>libthrift</artifactId>
243 </exclusion>
Michael Lando451a3402017-02-19 10:28:42 +0200244 </exclusions>
245 </dependency>
246
247 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300248 <groupId>com.googlecode.json-simple</groupId>
249 <artifactId>json-simple</artifactId>
250 <version>${json-simple.version}</version>
251 <scope>compile</scope>
252 </dependency>
253
254 <dependency>
shrikantawachar2623c842019-05-20 12:11:54 +0530255 <groupId>org.janusgraph</groupId>
256 <artifactId>janusgraph-cassandra</artifactId>
257 <version>${janusgraph.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200258 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300259 <exclusions>
260 <exclusion>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200261 <groupId>org.slf4j</groupId>
262 <artifactId>slf4j-log4j12</artifactId>
Michael Landob3d48982017-06-11 14:22:02 +0300263 </exclusion>
264 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200265 </dependency>
266
267 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200268 <groupId>commons-logging</groupId>
269 <artifactId>commons-logging</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200270 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200271 <scope>compile</scope>
272 </dependency>
273
274 <dependency>
275 <groupId>commons-codec</groupId>
276 <artifactId>commons-codec</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200277 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200278 <scope>compile</scope>
279 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200280
281 <dependency>
282 <groupId>com.fasterxml.jackson.core</groupId>
283 <artifactId>jackson-databind</artifactId>
284 <version>${jackson.version}</version>
285 <scope>compile</scope>
286 </dependency>
287
Michael Lando5b593492018-07-29 16:13:45 +0300288 <!-- Explicitly specified in order to override older version included by epsdk-fw -->
Michael Lando451a3402017-02-19 10:28:42 +0200289 <dependency>
290 <groupId>com.fasterxml.jackson.core</groupId>
291 <artifactId>jackson-annotations</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300292 <version>${jackson-annotations.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200293 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300294
Michael Lando451a3402017-02-19 10:28:42 +0200295 <dependency>
296 <groupId>com.google.code.gson</groupId>
297 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300298 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200299 <scope>compile</scope>
300 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300301
Michael Lando451a3402017-02-19 10:28:42 +0200302 <dependency>
303 <groupId>org.apache.httpcomponents</groupId>
304 <artifactId>httpclient</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200305 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200306 <scope>compile</scope>
307 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300308
Michael Lando451a3402017-02-19 10:28:42 +0200309 <dependency>
310 <groupId>org.apache.httpcomponents</groupId>
311 <artifactId>httpcore</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200312 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200313 <scope>compile</scope>
314 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300315
Michael Lando451a3402017-02-19 10:28:42 +0200316 <!-- Spring 4 dependencies -->
317 <dependency>
318 <groupId>org.springframework</groupId>
319 <artifactId>spring-core</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200320 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200321 <scope>compile</scope>
322 </dependency>
323
324 <dependency>
325 <groupId>org.springframework</groupId>
326 <artifactId>spring-context</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200327 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200328 <scope>compile</scope>
329 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300330
Michael Lando451a3402017-02-19 10:28:42 +0200331 <dependency>
332 <groupId>org.springframework</groupId>
333 <artifactId>spring-expression</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200334 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200335 <scope>compile</scope>
336 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300337
Michael Lando451a3402017-02-19 10:28:42 +0200338 <dependency>
339 <groupId>org.springframework</groupId>
340 <artifactId>spring-beans</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300341 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200342 <scope>compile</scope>
343 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300344
Michael Lando451a3402017-02-19 10:28:42 +0200345 <dependency>
346 <groupId>org.springframework</groupId>
347 <artifactId>spring-aop</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200348 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200349 <scope>compile</scope>
350 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300351
Michael Lando451a3402017-02-19 10:28:42 +0200352 <!-- Spring 4 dependencies end -->
353 <!-- JavaConfig need this library -->
354 <dependency>
355 <groupId>cglib</groupId>
356 <artifactId>cglib</artifactId>
357 <version>3.2.4</version>
358 <scope>compile</scope>
359 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300360
Michael Lando451a3402017-02-19 10:28:42 +0200361 <dependency>
362 <groupId>org.yaml</groupId>
363 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300364 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200365 <scope>compile</scope>
366 </dependency>
367
Michael Landoed64b5e2017-06-09 03:19:04 +0300368 <dependency>
369 <groupId>org.functionaljava</groupId>
370 <artifactId>functionaljava</artifactId>
371 <version>${functionaljava.version}</version>
372 <scope>compile</scope>
373 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200374
375 <dependency>
376 <groupId>org.elasticsearch</groupId>
377 <artifactId>elasticsearch</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200378 <version>${elastic-search.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200379 <scope>compile</scope>
380 </dependency>
381
382 <dependency>
383 <groupId>com.fasterxml.jackson.dataformat</groupId>
384 <artifactId>jackson-dataformat-yaml</artifactId>
385 <version>${jackson.version}</version>
386 <scope>compile</scope>
387 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300388
Michael Lando451a3402017-02-19 10:28:42 +0200389 <!-- CASSANDRA -->
390 <dependency>
391 <groupId>com.datastax.cassandra</groupId>
392 <artifactId>cassandra-driver-core</artifactId>
393 <version>${cassandra.driver.version}</version>
394 <scope>compile</scope>
395 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300396
Michael Lando451a3402017-02-19 10:28:42 +0200397 <dependency>
398 <groupId>com.datastax.cassandra</groupId>
399 <artifactId>cassandra-driver-mapping</artifactId>
400 <version>${cassandra.driver.version}</version>
401 <scope>compile</scope>
402 </dependency>
Piotr Darosza67f45c2019-06-13 12:56:13 +0200403 <dependency>
404 <groupId>org.apache.thrift</groupId>
405 <artifactId>libthrift</artifactId>
406 <version>${libthrift.version}</version>
407 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300408
Michael Lando451a3402017-02-19 10:28:42 +0200409 <!-- CASSANDRA END -->
Michael Lando5b593492018-07-29 16:13:45 +0300410
Michael Landoa5445102018-03-04 14:53:33 +0200411 <!-- OPEN CSV -->
Michael Lando5b593492018-07-29 16:13:45 +0300412 <dependency>
413 <groupId>com.opencsv</groupId>
414 <artifactId>opencsv</artifactId>
415 <version>4.0</version>
416 <scope>compile</scope>
417 </dependency>
418
Michael Lando451a3402017-02-19 10:28:42 +0200419 <dependency>
420 <groupId>org.apache.poi</groupId>
Tomasz Golabek47292bc2019-06-05 16:14:17 +0200421 <artifactId>poi</artifactId>
422 <version>${apache-poi.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200423 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300424
Michael Lando451a3402017-02-19 10:28:42 +0200425 <dependency>
426 <groupId>org.jdom</groupId>
427 <artifactId>jdom</artifactId>
428 <version>2.0.2</version>
429 <scope>compile</scope>
430 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300431
Michael Lando5b593492018-07-29 16:13:45 +0300432 <!-- Temporary, till building the populate task which adding all components
Michael Landoed64b5e2017-06-09 03:19:04 +0300433 to cache. We will use Serialization Utils. -->
Michael Lando451a3402017-02-19 10:28:42 +0200434 <dependency>
435 <groupId>de.ruedigermoeller</groupId>
436 <artifactId>fst</artifactId>
437 <version>2.47</version>
438 <scope>compile</scope>
439 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200440
Michael Landoed64b5e2017-06-09 03:19:04 +0300441 <!-- testing -->
Parshad Patel8b8061e2019-03-18 16:02:43 +0900442 <dependency>
443 <groupId>org.hamcrest</groupId>
444 <artifactId>hamcrest-all</artifactId>
445 <version>${hamcrest-all.version}</version>
446 <scope>test</scope>
447 </dependency>
448
Michael Landoed64b5e2017-06-09 03:19:04 +0300449 <dependency>
450 <groupId>junit</groupId>
451 <artifactId>junit</artifactId>
452 <version>${junit.version}</version>
453 <scope>test</scope>
454 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300455
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200456 <dependency>
457 <groupId>org.testng</groupId>
458 <artifactId>testng</artifactId>
459 <version>${testng.version}</version>
460 <scope>test</scope>
461 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300462
463 <dependency>
464 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200465 <artifactId>mockito-core</artifactId>
Michael Lando75aacbb2017-07-17 21:12:03 +0300466 <scope>test</scope>
467 </dependency>
Tal Gitelmane0199372018-09-18 11:57:53 +0300468
Tomasz Golabekaa18a952019-06-07 09:28:23 +0200469 <dependency>
470 <groupId>org.assertj</groupId>
471 <artifactId>assertj-core</artifactId>
472 <scope>test</scope>
473 </dependency>
474
475 <dependency>
476 <groupId>com.github.stefanbirkner</groupId>
477 <artifactId>system-rules</artifactId>
478 <version>1.19.0</version>
479 <scope>test</scope>
480 </dependency>
481
482 <!-- testing end -->
Yuli Shlosberg79e36272018-10-02 14:45:26 +0300483
484 <dependency>
485 <groupId>io.netty</groupId>
486 <artifactId>netty-all</artifactId>
487 </dependency>
488
489 <dependency>
490 <groupId>io.netty</groupId>
491 <artifactId>netty-handler</artifactId>
492 </dependency>
k.kedron2ca6a9f2019-07-02 11:04:56 +0200493 <dependency>
494 <groupId>org.powermock</groupId>
495 <artifactId>powermock-module-junit4</artifactId>
496 <version>2.0.2</version>
497 <scope>test</scope>
498 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300499 </dependencies>
500
501 <build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200502 <finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName>
Michael Landoed64b5e2017-06-09 03:19:04 +0300503 <plugins>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300504 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300505 <groupId>org.apache.maven.plugins</groupId>
Michael Lando451a3402017-02-19 10:28:42 +0200506 <artifactId>maven-deploy-plugin</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200507 <configuration>
508 <skip>true</skip>
509 </configuration>
510 </plugin>
511
512 <plugin>
513 <groupId>org.apache.maven.plugins</groupId>
514 <artifactId>maven-assembly-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200515 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200516 <execution>
517 <configuration>
Michael Landoed64b5e2017-06-09 03:19:04 +0300518 <finalName>sdctool</finalName>
Michael Lando451a3402017-02-19 10:28:42 +0200519 <appendAssemblyId>false</appendAssemblyId>
Michael Lando02ab6512018-04-05 23:32:27 +0300520 <descriptors>
521 <descriptor>${project.basedir}/tarball.xml</descriptor>
522 </descriptors>
Michael Lando451a3402017-02-19 10:28:42 +0200523 </configuration>
524 <id>assemble-file</id>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200525 <phase>verify</phase>
Michael Lando451a3402017-02-19 10:28:42 +0200526 <goals>
527 <goal>single</goal>
528 </goals>
529 </execution>
530 </executions>
531 </plugin>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200532 <plugin>
533 <groupId>org.apache.maven.plugins</groupId>
534 <artifactId>maven-shade-plugin</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300535 <executions>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200536 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200537 <phase>package</phase>
538 <goals>
539 <goal>shade</goal>
540 </goals>
541 <configuration>
542 <filters>
543 <filter>
544 <artifact>org.openecomp.sdc:*</artifact>
545 <excludes>
546 <exclude>**/elasticsearch.yml</exclude>
547 </excludes>
548 </filter>
549 <filter>
550 <artifact>*:*</artifact>
551 <excludes>
552 <exclude>META-INF/*.SF</exclude>
553 <exclude>META-INF/*.DSA</exclude>
554 <exclude>META-INF/*.RSA</exclude>
555 </excludes>
556 </filter>
557 </filters>
558 <transformers>
559 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
560 </transformers>
561 </configuration>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200562 </execution>
563 </executions>
564 </plugin>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200565 <plugin>
566 <groupId>ru.yaal.maven</groupId>
567 <artifactId>write-text-files-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200568 <configuration>
569 <charset>UTF-8</charset>
570 <files>
571 <file>
572 <path>
Tal Gitelmanc4d387d2019-03-28 11:00:54 +0200573 ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\version.rb
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200574 </path>
575 <lines>
576 <line>normal['version'] ="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</line>
577 </lines>
578 </file>
579 </files>
580 </configuration>
581 <executions>
582 <execution>
583 <id>write-text-files</id>
584 <phase>prepare-package</phase>
585 <goals>
586 <goal>write-text-files</goal>
587 </goals>
588 </execution>
589 </executions>
590 </plugin>
591 <plugin>
592 <groupId>org.apache.maven.plugins</groupId>
593 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200594 <executions>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200595 <execution>
596 <id>copy-tosca-folder</id>
597 <!-- here the phase you need -->
598 <phase>compile</phase>
599 <goals>
600 <goal>copy-resources</goal>
601 </goals>
602 <configuration>
603 <outputDirectory>${project.parent.basedir}/asdctool/tosca</outputDirectory>
604 <resources>
605 <resource>
606 <directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca</directory>
607 <filtering>true</filtering>
608 </resource>
609 </resources>
610 </configuration>
611 </execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200612 </executions>
613 </plugin>
dekstroza37843cb2018-05-18 14:42:24 +0100614 <plugin>
615 <groupId>com.github.sylvainlaurent.maven</groupId>
616 <artifactId>yaml-json-validator-maven-plugin</artifactId>
617 <executions>
618 <execution>
619 <id>validate</id>
620 <phase>validate</phase>
621 <goals>
622 <goal>validate</goal>
623 </goals>
624 <configuration>
625 <validationSets>
626 <validationSet>
627 <includes>
628 <include>src/main/resources/**/*.y*ml</include>
629 <include>src/test/resources/**/*.y*ml</include>
630 </includes>
631 </validationSet>
632 <validationSet>
633 <includes>
634 <include>src/main/resources/**/*.json</include>
635 <include>src/test/resources/**/*.json</include>
636 </includes>
k.kazak8d526072019-05-29 14:50:05 +0200637 <excludes>
638 <exclude>src/test/resources/graphError.json</exclude>
639 </excludes>
dekstroza37843cb2018-05-18 14:42:24 +0100640 </validationSet>
641 </validationSets>
642 </configuration>
643 </execution>
644 </executions>
645 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200646 </plugins>
647 </build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200648 <profiles>
649 <profile>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200650 <id>docker</id>
651 <activation>
652 <activeByDefault>false</activeByDefault>
653 </activation>
654 <build>
655 <plugins>
656 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300657 <groupId>org.apache.maven.plugins</groupId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200658 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200659 <executions>
660 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200661 <id>copy-sdctool</id>
662 <phase>verify</phase>
663 <goals>
664 <goal>copy-resources</goal>
665 </goals>
666 <configuration>
667 <outputDirectory>${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
668 <resources>
669 <resource>
670 <directory>${project.parent.basedir}/asdctool/target</directory>
671 <includes>
672 <include>sdctool.tar</include>
673 </includes>
674 </resource>
675 </resources>
676 </configuration>
677 </execution>
678 </executions>
679 </plugin>
680 <plugin>
681 <groupId>io.fabric8</groupId>
682 <artifactId>docker-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200683 <configuration>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200684 <apiVersion>1.23</apiVersion>
685 <registry>nexus3.onap.org:10001</registry>
686 <authConfig>
687 <pull>
688 <username>docker</username>
689 <password>docker</password>
690 </pull>
691 </authConfig>
692 <images>
693 <!-- Build cassandra-init image -->
694 <image>
695 <name>onap/sdc-cassandra-init</name>
696 <alias>sdc-cassandra-init</alias>
697 <build>
698 <cleanup>try</cleanup>
699 <dockerFileDir>${project.basedir}/sdc-cassandra-init</dockerFileDir>
700 <tags>
701 <tag>${docker.tag}</tag>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200702 <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
703 </tags>
704 </build>
705 </image>
706 </images>
707 </configuration>
708 <executions>
709 <execution>
710 <id>clean-images</id>
711 <phase>pre-clean</phase>
712 <goals>
713 <goal>remove</goal>
714 </goals>
715 <configuration>
716 <removeAll>true</removeAll>
717 <image>onap/sdc-cassandra-init</image>
718 </configuration>
719 </execution>
720
721 <execution>
722 <id>generate-images</id>
723 <phase>install</phase>
724 <goals>
725 <goal>build</goal>
726 </goals>
727 </execution>
728
729 <execution>
730 <id>push-images</id>
731 <phase>deploy</phase>
732 <goals>
733 <goal>push</goal>
734 </goals>
735 <configuration>
736 <image>onap/sdc-cassandra-init</image>
737 </configuration>
738 </execution>
739 </executions>
740 </plugin>
741 </plugins>
742 </build>
743 </profile>
744 </profiles>
k.kazak8d526072019-05-29 14:50:05 +0200745</project>