blob: 014220c87cb91fa15408cc7fa737cd39575a0b7f [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>
Michael Lando540a71e2018-11-05 09:48:40 +020011 <version>1.3.3-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>
213 <groupId>commons-configuration</groupId>
214 <artifactId>commons-configuration</artifactId>
215 <version>1.6</version>
216 <scope>compile</scope>
Tal Gitelman76783962018-09-06 18:16:24 +0300217 <exclusions>
218 <exclusion>
219 <artifactId>commons-collections</artifactId>
220 <groupId>commons-collections</groupId>
221 </exclusion>
222 </exclusions>
Michael Landoed64b5e2017-06-09 03:19:04 +0300223 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200224
225 <!-- TITAN -->
226 <dependency>
227 <groupId>com.thinkaurelius.titan</groupId>
228 <artifactId>titan-core</artifactId>
229 <version>${titan.version}</version>
230 <scope>compile</scope>
231 <exclusions>
232 <exclusion>
233 <groupId>org.json</groupId>
234 <artifactId>json</artifactId>
235 </exclusion>
Michael Landob3d48982017-06-11 14:22:02 +0300236 <exclusion>
237 <groupId>org.slf4j</groupId>
238 <artifactId>slf4j-log4j12</artifactId>
239 </exclusion>
Tal Gitelman76783962018-09-06 18:16:24 +0300240 <exclusion>
241 <artifactId>commons-collections</artifactId>
242 <groupId>commons-collections</groupId>
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>
Michael Landoc7916a42018-03-20 12:11:07 +0200255 <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200256 <artifactId>sdc-titan-cassandra</artifactId>
Michael Landoc7916a42018-03-20 12:11:07 +0200257 <version>${sdc.titan.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>
268 <groupId>org.apache.tinkerpop</groupId>
269 <artifactId>tinkergraph-gremlin</artifactId>
270 <version>3.0.1-incubating</version>
271 <scope>compile</scope>
272 </dependency>
273
274 <dependency>
275 <groupId>org.apache.tinkerpop</groupId>
276 <artifactId>gremlin-groovy</artifactId>
277 <version>3.0.1-incubating</version>
278 <scope>compile</scope>
Tal Gitelman96dbee32018-10-10 16:39:59 +0300279 <exclusions>
280 <exclusion>
281 <artifactId>groovy</artifactId>
282 <groupId>org.codehaus.groovy</groupId>
283 </exclusion>
284 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200285 </dependency>
286
Michael Lando451a3402017-02-19 10:28:42 +0200287 <!-- TITAN end -->
288 <dependency>
289 <groupId>commons-logging</groupId>
290 <artifactId>commons-logging</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200291 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200292 <scope>compile</scope>
293 </dependency>
294
295 <dependency>
296 <groupId>commons-codec</groupId>
297 <artifactId>commons-codec</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200298 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200299 <scope>compile</scope>
300 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200301
302 <dependency>
303 <groupId>com.fasterxml.jackson.core</groupId>
304 <artifactId>jackson-databind</artifactId>
305 <version>${jackson.version}</version>
306 <scope>compile</scope>
307 </dependency>
308
Michael Lando5b593492018-07-29 16:13:45 +0300309 <!-- Explicitly specified in order to override older version included by epsdk-fw -->
Michael Lando451a3402017-02-19 10:28:42 +0200310 <dependency>
311 <groupId>com.fasterxml.jackson.core</groupId>
312 <artifactId>jackson-annotations</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300313 <version>${jackson-annotations.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200314 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300315
Michael Lando451a3402017-02-19 10:28:42 +0200316 <dependency>
317 <groupId>com.google.code.gson</groupId>
318 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300319 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200320 <scope>compile</scope>
321 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300322
Michael Lando451a3402017-02-19 10:28:42 +0200323 <dependency>
324 <groupId>org.apache.httpcomponents</groupId>
325 <artifactId>httpclient</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200326 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200327 <scope>compile</scope>
328 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300329
Michael Lando451a3402017-02-19 10:28:42 +0200330 <dependency>
331 <groupId>org.apache.httpcomponents</groupId>
332 <artifactId>httpcore</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200333 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200334 <scope>compile</scope>
335 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300336
Michael Lando451a3402017-02-19 10:28:42 +0200337 <!-- Spring 4 dependencies -->
338 <dependency>
339 <groupId>org.springframework</groupId>
340 <artifactId>spring-core</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200341 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200342 <scope>compile</scope>
343 </dependency>
344
345 <dependency>
346 <groupId>org.springframework</groupId>
347 <artifactId>spring-context</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 <dependency>
353 <groupId>org.springframework</groupId>
354 <artifactId>spring-expression</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200355 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200356 <scope>compile</scope>
357 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300358
Michael Lando451a3402017-02-19 10:28:42 +0200359 <dependency>
360 <groupId>org.springframework</groupId>
361 <artifactId>spring-beans</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300362 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200363 <scope>compile</scope>
364 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300365
Michael Lando451a3402017-02-19 10:28:42 +0200366 <dependency>
367 <groupId>org.springframework</groupId>
368 <artifactId>spring-aop</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200369 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200370 <scope>compile</scope>
371 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300372
Michael Lando451a3402017-02-19 10:28:42 +0200373 <!-- Spring 4 dependencies end -->
374 <!-- JavaConfig need this library -->
375 <dependency>
376 <groupId>cglib</groupId>
377 <artifactId>cglib</artifactId>
378 <version>3.2.4</version>
379 <scope>compile</scope>
380 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300381
Michael Lando451a3402017-02-19 10:28:42 +0200382 <dependency>
383 <groupId>org.yaml</groupId>
384 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300385 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200386 <scope>compile</scope>
387 </dependency>
388
Michael Landoed64b5e2017-06-09 03:19:04 +0300389 <dependency>
390 <groupId>org.functionaljava</groupId>
391 <artifactId>functionaljava</artifactId>
392 <version>${functionaljava.version}</version>
393 <scope>compile</scope>
394 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200395
396 <dependency>
397 <groupId>org.elasticsearch</groupId>
398 <artifactId>elasticsearch</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200399 <version>${elastic-search.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200400 <scope>compile</scope>
401 </dependency>
402
403 <dependency>
404 <groupId>com.fasterxml.jackson.dataformat</groupId>
405 <artifactId>jackson-dataformat-yaml</artifactId>
406 <version>${jackson.version}</version>
407 <scope>compile</scope>
408 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300409
Michael Lando451a3402017-02-19 10:28:42 +0200410 <!-- CASSANDRA -->
411 <dependency>
412 <groupId>com.datastax.cassandra</groupId>
413 <artifactId>cassandra-driver-core</artifactId>
414 <version>${cassandra.driver.version}</version>
415 <scope>compile</scope>
416 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300417
Michael Lando451a3402017-02-19 10:28:42 +0200418 <dependency>
419 <groupId>com.datastax.cassandra</groupId>
420 <artifactId>cassandra-driver-mapping</artifactId>
421 <version>${cassandra.driver.version}</version>
422 <scope>compile</scope>
423 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300424
Michael Lando451a3402017-02-19 10:28:42 +0200425 <!-- CASSANDRA END -->
Michael Lando5b593492018-07-29 16:13:45 +0300426
Michael Landoa5445102018-03-04 14:53:33 +0200427 <!-- OPEN CSV -->
Michael Lando5b593492018-07-29 16:13:45 +0300428 <dependency>
429 <groupId>com.opencsv</groupId>
430 <artifactId>opencsv</artifactId>
431 <version>4.0</version>
432 <scope>compile</scope>
433 </dependency>
434
Michael Lando451a3402017-02-19 10:28:42 +0200435 <dependency>
436 <groupId>org.apache.poi</groupId>
437 <artifactId>com.springsource.org.apache.poi</artifactId>
438 <version>3.9.0.FINAL</version>
439 <scope>compile</scope>
440 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300441
Michael Lando451a3402017-02-19 10:28:42 +0200442 <dependency>
443 <groupId>org.jdom</groupId>
444 <artifactId>jdom</artifactId>
445 <version>2.0.2</version>
446 <scope>compile</scope>
447 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300448
Michael Lando5b593492018-07-29 16:13:45 +0300449 <!-- Temporary, till building the populate task which adding all components
Michael Landoed64b5e2017-06-09 03:19:04 +0300450 to cache. We will use Serialization Utils. -->
Michael Lando451a3402017-02-19 10:28:42 +0200451 <dependency>
452 <groupId>de.ruedigermoeller</groupId>
453 <artifactId>fst</artifactId>
454 <version>2.47</version>
455 <scope>compile</scope>
456 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200457
Michael Landoed64b5e2017-06-09 03:19:04 +0300458 <!-- testing -->
459 <dependency>
460 <groupId>junit</groupId>
461 <artifactId>junit</artifactId>
462 <version>${junit.version}</version>
463 <scope>test</scope>
464 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300465
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200466 <dependency>
467 <groupId>org.testng</groupId>
468 <artifactId>testng</artifactId>
469 <version>${testng.version}</version>
470 <scope>test</scope>
471 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300472
473 <dependency>
474 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200475 <artifactId>mockito-core</artifactId>
Michael Lando75aacbb2017-07-17 21:12:03 +0300476 <scope>test</scope>
477 </dependency>
Tal Gitelmane0199372018-09-18 11:57:53 +0300478
Michael Lando5b593492018-07-29 16:13:45 +0300479 <dependency>
480 <groupId>org.assertj</groupId>
481 <artifactId>assertj-core</artifactId>
482 <scope>test</scope>
483 </dependency>
484 <!-- testing end -->
Yuli Shlosberg79e36272018-10-02 14:45:26 +0300485
486 <dependency>
487 <groupId>io.netty</groupId>
488 <artifactId>netty-all</artifactId>
489 </dependency>
490
491 <dependency>
492 <groupId>io.netty</groupId>
493 <artifactId>netty-handler</artifactId>
494 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300495 </dependencies>
496
497 <build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200498 <finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName>
Michael Landoed64b5e2017-06-09 03:19:04 +0300499 <plugins>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300500 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300501 <groupId>org.apache.maven.plugins</groupId>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300502 <artifactId>maven-clean-plugin</artifactId>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300503 <executions>
504 <execution>
505 <id>clean-static-files</id>
506 <phase>clean</phase>
507 <goals>
508 <goal>clean</goal>
509 </goals>
510 <configuration>
511 <filesets>
512 <!-- tosca files -->
513 <fileset>
514 <directory>${project.parent.basedir}/asdctool/tosca</directory>
515 <followSymlinks>false</followSymlinks>
516 </fileset>
517 <fileset>
518 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/</directory>
519 <followSymlinks>false</followSymlinks>
520 <includes>
521 <include>**/default.rb</include>
522 </includes>
523 </fileset>
524 <fileset>
525 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/tools</directory>
526 <followSymlinks>false</followSymlinks>
527 </fileset>
528 <fileset>
529 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</directory>
530 <followSymlinks>false</followSymlinks>
531 <includes>
532 <include>**/sdctool.tar</include>
533 </includes>
534 </fileset>
535 </filesets>
536 </configuration>
537 </execution>
538 </executions>
539 </plugin>
Michael Landoed64b5e2017-06-09 03:19:04 +0300540
Michael Lando451a3402017-02-19 10:28:42 +0200541 <plugin>
542 <groupId>org.apache.maven.plugins</groupId>
543 <artifactId>maven-deploy-plugin</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200544 <configuration>
545 <skip>true</skip>
546 </configuration>
547 </plugin>
548
549 <plugin>
550 <groupId>org.apache.maven.plugins</groupId>
551 <artifactId>maven-assembly-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200552 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200553 <execution>
554 <configuration>
Michael Landoed64b5e2017-06-09 03:19:04 +0300555 <finalName>sdctool</finalName>
Michael Lando451a3402017-02-19 10:28:42 +0200556 <appendAssemblyId>false</appendAssemblyId>
Michael Lando02ab6512018-04-05 23:32:27 +0300557 <descriptors>
558 <descriptor>${project.basedir}/tarball.xml</descriptor>
559 </descriptors>
Michael Lando451a3402017-02-19 10:28:42 +0200560 </configuration>
561 <id>assemble-file</id>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200562 <phase>verify</phase>
Michael Lando451a3402017-02-19 10:28:42 +0200563 <goals>
564 <goal>single</goal>
565 </goals>
566 </execution>
567 </executions>
568 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200569
Tal Gitelman51d50f02017-12-10 18:55:03 +0200570 <plugin>
571 <groupId>org.apache.maven.plugins</groupId>
572 <artifactId>maven-shade-plugin</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300573 <executions>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200574 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200575 <phase>package</phase>
576 <goals>
577 <goal>shade</goal>
578 </goals>
579 <configuration>
580 <filters>
581 <filter>
582 <artifact>org.openecomp.sdc:*</artifact>
583 <excludes>
584 <exclude>**/elasticsearch.yml</exclude>
585 </excludes>
586 </filter>
587 <filter>
588 <artifact>*:*</artifact>
589 <excludes>
590 <exclude>META-INF/*.SF</exclude>
591 <exclude>META-INF/*.DSA</exclude>
592 <exclude>META-INF/*.RSA</exclude>
593 </excludes>
594 </filter>
595 </filters>
596 <transformers>
597 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
598 </transformers>
599 </configuration>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200600 </execution>
601 </executions>
602 </plugin>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200603 <plugin>
604 <groupId>ru.yaal.maven</groupId>
605 <artifactId>write-text-files-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200606 <configuration>
607 <charset>UTF-8</charset>
608 <files>
609 <file>
610 <path>
611 ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\default.rb
612 </path>
613 <lines>
614 <line>normal['version'] ="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</line>
615 </lines>
616 </file>
617 </files>
618 </configuration>
619 <executions>
620 <execution>
621 <id>write-text-files</id>
622 <phase>prepare-package</phase>
623 <goals>
624 <goal>write-text-files</goal>
625 </goals>
626 </execution>
627 </executions>
628 </plugin>
629 <plugin>
630 <groupId>org.apache.maven.plugins</groupId>
631 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200632 <executions>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200633 <execution>
634 <id>copy-tosca-folder</id>
635 <!-- here the phase you need -->
636 <phase>compile</phase>
637 <goals>
638 <goal>copy-resources</goal>
639 </goals>
640 <configuration>
641 <outputDirectory>${project.parent.basedir}/asdctool/tosca</outputDirectory>
642 <resources>
643 <resource>
644 <directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca</directory>
645 <filtering>true</filtering>
646 </resource>
647 </resources>
648 </configuration>
649 </execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200650 </executions>
651 </plugin>
dekstroza37843cb2018-05-18 14:42:24 +0100652 <plugin>
653 <groupId>com.github.sylvainlaurent.maven</groupId>
654 <artifactId>yaml-json-validator-maven-plugin</artifactId>
655 <executions>
656 <execution>
657 <id>validate</id>
658 <phase>validate</phase>
659 <goals>
660 <goal>validate</goal>
661 </goals>
662 <configuration>
663 <validationSets>
664 <validationSet>
665 <includes>
666 <include>src/main/resources/**/*.y*ml</include>
667 <include>src/test/resources/**/*.y*ml</include>
668 </includes>
669 </validationSet>
670 <validationSet>
671 <includes>
672 <include>src/main/resources/**/*.json</include>
673 <include>src/test/resources/**/*.json</include>
674 </includes>
675 </validationSet>
676 </validationSets>
677 </configuration>
678 </execution>
679 </executions>
680 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200681 </plugins>
682 </build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200683 <profiles>
684 <profile>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200685 <id>docker</id>
686 <activation>
687 <activeByDefault>false</activeByDefault>
688 </activation>
689 <build>
690 <plugins>
691 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300692 <groupId>org.apache.maven.plugins</groupId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200693 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200694 <executions>
695 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200696 <id>copy-sdctool</id>
697 <phase>verify</phase>
698 <goals>
699 <goal>copy-resources</goal>
700 </goals>
701 <configuration>
702 <outputDirectory>${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
703 <resources>
704 <resource>
705 <directory>${project.parent.basedir}/asdctool/target</directory>
706 <includes>
707 <include>sdctool.tar</include>
708 </includes>
709 </resource>
710 </resources>
711 </configuration>
712 </execution>
713 </executions>
714 </plugin>
715 <plugin>
716 <groupId>io.fabric8</groupId>
717 <artifactId>docker-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200718 <configuration>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200719 <apiVersion>1.23</apiVersion>
720 <registry>nexus3.onap.org:10001</registry>
721 <authConfig>
722 <pull>
723 <username>docker</username>
724 <password>docker</password>
725 </pull>
726 </authConfig>
727 <images>
728 <!-- Build cassandra-init image -->
729 <image>
730 <name>onap/sdc-cassandra-init</name>
731 <alias>sdc-cassandra-init</alias>
732 <build>
733 <cleanup>try</cleanup>
734 <dockerFileDir>${project.basedir}/sdc-cassandra-init</dockerFileDir>
735 <tags>
736 <tag>${docker.tag}</tag>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200737 <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
738 </tags>
739 </build>
740 </image>
741 </images>
742 </configuration>
743 <executions>
744 <execution>
745 <id>clean-images</id>
746 <phase>pre-clean</phase>
747 <goals>
748 <goal>remove</goal>
749 </goals>
750 <configuration>
751 <removeAll>true</removeAll>
752 <image>onap/sdc-cassandra-init</image>
753 </configuration>
754 </execution>
755
756 <execution>
757 <id>generate-images</id>
758 <phase>install</phase>
759 <goals>
760 <goal>build</goal>
761 </goals>
762 </execution>
763
764 <execution>
765 <id>push-images</id>
766 <phase>deploy</phase>
767 <goals>
768 <goal>push</goal>
769 </goals>
770 <configuration>
771 <image>onap/sdc-cassandra-init</image>
772 </configuration>
773 </execution>
774 </executions>
775 </plugin>
776 </plugins>
777 </build>
778 </profile>
779 </profiles>
Michael Lando5b593492018-07-29 16:13:45 +0300780</project>