blob: e1feb7f630789529240718b6f8033591e13f6aa2 [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 Landod8a0dea2018-06-02 19:23:27 +030011 <version>1.3.0-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>
68 <artifactId>onap-sdc-artifact-generator-api</artifactId>
Michael Landof5500c32017-07-19 11:23:23 +030069 </exclusion>
70
71 <exclusion>
amitjai42c920b2018-04-27 13:28:57 +053072 <groupId>org.onap.sdc.common</groupId>
73 <artifactId>onap-sdc-artifact-generator-core</artifactId>
Michael Landof5500c32017-07-19 11:23:23 +030074 </exclusion>
75
76 <exclusion>
amitjai42c920b2018-04-27 13:28:57 +053077 <groupId>org.onap.sdc.common</groupId>
78 <artifactId>onap-common-lib</artifactId>
Michael Landof5500c32017-07-19 11:23:23 +030079 </exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030080
Michael Landoa5445102018-03-04 14:53:33 +020081 <exclusion>
82 <groupId>com.att.nsa</groupId>
83 <artifactId>cambriaClient</artifactId>
84 </exclusion>
85 <exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030086 <groupId>com.att.nsa</groupId>
87 <artifactId>dmaapClient</artifactId>
88 </exclusion>
Michael Landoa5445102018-03-04 14:53:33 +020089 <exclusion>
90 <artifactId>slf4j-log4j12</artifactId>
91 <groupId>org.slf4j</groupId>
92 </exclusion>
Michael Lando5b593492018-07-29 16:13:45 +030093
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020094 </exclusions>
Michael Landof5500c32017-07-19 11:23:23 +030095
Yuli Shlosberg0875ce02018-01-25 13:53:36 +020096 <scope>compile</scope>
Michael Landoed64b5e2017-06-09 03:19:04 +030097 </dependency>
98
Michael Landof5500c32017-07-19 11:23:23 +030099 <dependency>
100 <groupId>org.openecomp.ecompsdkos</groupId>
101 <artifactId>epsdk-fw</artifactId>
102 <version>${ecomp.version}</version>
103 <scope>compile</scope>
104 <exclusions>
105 <exclusion>
106 <groupId>com.att.nsa</groupId>
107 <artifactId>cambriaClient</artifactId>
108 </exclusion>
Michael Landoa5445102018-03-04 14:53:33 +0200109 <exclusion>
Michael Lando5b593492018-07-29 16:13:45 +0300110 <groupId>com.att.nsa</groupId>
111 <artifactId>dmaapClient</artifactId>
112 </exclusion>
Michael Landof5500c32017-07-19 11:23:23 +0300113 <exclusion>
114 <artifactId>slf4j-log4j12</artifactId>
115 <groupId>org.slf4j</groupId>
116 </exclusion>
117 </exclusions>
118 </dependency>
119
120
Michael Landof5500c32017-07-19 11:23:23 +0300121
Michael Landoed64b5e2017-06-09 03:19:04 +0300122 <!-- ASDC dependencies end -->
Michael Lando451a3402017-02-19 10:28:42 +0200123 <dependency>
124 <groupId>org.eclipse.jetty</groupId>
125 <artifactId>jetty-server</artifactId>
Michael Landod618ad62018-05-13 22:27:13 +0300126 <version>${jetty.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200127 <scope>compile</scope>
128 </dependency>
129
130 <!-- listen to file changes -->
131 <dependency>
132 <groupId>org.apache.commons</groupId>
133 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300134 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200135 <scope>compile</scope>
136 </dependency>
137
138 <dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300139 <groupId>commons-cli</groupId>
140 <artifactId>commons-cli</artifactId>
141 <version>1.4</version>
142 </dependency>
143
144 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200145 <groupId>org.eclipse.jetty</groupId>
146 <artifactId>jetty-servlet</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300147 <version>${jetty.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200148 <scope>compile</scope>
149 </dependency>
150
151 <dependency>
152 <groupId>org.glassfish.jersey.core</groupId>
153 <artifactId>jersey-server</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300154 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200155 <scope>compile</scope>
156 </dependency>
157
158 <dependency>
159 <groupId>org.glassfish.jersey.containers</groupId>
160 <artifactId>jersey-container-servlet-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300161 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200162 <scope>compile</scope>
163 </dependency>
164
165 <dependency>
166 <groupId>org.glassfish.jersey.containers</groupId>
167 <artifactId>jersey-container-jetty-http</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300168 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200169 <scope>compile</scope>
170 </dependency>
171
172 <dependency>
173 <groupId>org.glassfish.jersey.media</groupId>
174 <artifactId>jersey-media-moxy</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300175 <version>${jersey-bom.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200176 <scope>compile</scope>
177 </dependency>
178
179 <dependency>
180 <groupId>org.glassfish.jersey.media</groupId>
181 <artifactId>jersey-media-multipart</artifactId>
182 <version>2.14</version>
183 <scope>compile</scope>
184 </dependency>
185
186 <!-- slf4j + logback -->
187 <dependency>
188 <groupId>org.slf4j</groupId>
189 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300190 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200191 <scope>compile</scope>
192 </dependency>
193
194 <dependency>
195 <groupId>ch.qos.logback</groupId>
196 <artifactId>logback-classic</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200197 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200198 <scope>compile</scope>
199 </dependency>
200
201 <dependency>
202 <groupId>ch.qos.logback</groupId>
203 <artifactId>logback-core</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200204 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200205 <scope>compile</scope>
206 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300207
Michael Lando451a3402017-02-19 10:28:42 +0200208 <!-- groovy -->
209 <dependency>
210 <groupId>org.codehaus.groovy</groupId>
211 <artifactId>groovy-all</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200212 <version>${groovy.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200213 <scope>compile</scope>
214 </dependency>
215
Michael Landoed64b5e2017-06-09 03:19:04 +0300216 <dependency>
217 <groupId>commons-configuration</groupId>
218 <artifactId>commons-configuration</artifactId>
219 <version>1.6</version>
220 <scope>compile</scope>
Tal Gitelman76783962018-09-06 18:16:24 +0300221 <exclusions>
222 <exclusion>
223 <artifactId>commons-collections</artifactId>
224 <groupId>commons-collections</groupId>
225 </exclusion>
226 </exclusions>
Michael Landoed64b5e2017-06-09 03:19:04 +0300227 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200228
229 <!-- TITAN -->
230 <dependency>
231 <groupId>com.thinkaurelius.titan</groupId>
232 <artifactId>titan-core</artifactId>
233 <version>${titan.version}</version>
234 <scope>compile</scope>
235 <exclusions>
236 <exclusion>
237 <groupId>org.json</groupId>
238 <artifactId>json</artifactId>
239 </exclusion>
Michael Landob3d48982017-06-11 14:22:02 +0300240 <exclusion>
241 <groupId>org.slf4j</groupId>
242 <artifactId>slf4j-log4j12</artifactId>
243 </exclusion>
Tal Gitelman76783962018-09-06 18:16:24 +0300244 <exclusion>
245 <artifactId>commons-collections</artifactId>
246 <groupId>commons-collections</groupId>
247 </exclusion>
Michael Lando451a3402017-02-19 10:28:42 +0200248 </exclusions>
249 </dependency>
250
251 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300252 <groupId>com.googlecode.json-simple</groupId>
253 <artifactId>json-simple</artifactId>
254 <version>${json-simple.version}</version>
255 <scope>compile</scope>
256 </dependency>
257
258 <dependency>
Michael Landoc7916a42018-03-20 12:11:07 +0200259 <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200260 <artifactId>sdc-titan-cassandra</artifactId>
Michael Landoc7916a42018-03-20 12:11:07 +0200261 <version>${sdc.titan.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200262 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300263 <exclusions>
264 <exclusion>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200265 <groupId>org.slf4j</groupId>
266 <artifactId>slf4j-log4j12</artifactId>
Michael Landob3d48982017-06-11 14:22:02 +0300267 </exclusion>
268 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200269 </dependency>
270
271 <dependency>
272 <groupId>org.apache.tinkerpop</groupId>
273 <artifactId>tinkergraph-gremlin</artifactId>
274 <version>3.0.1-incubating</version>
275 <scope>compile</scope>
276 </dependency>
277
278 <dependency>
279 <groupId>org.apache.tinkerpop</groupId>
280 <artifactId>gremlin-groovy</artifactId>
281 <version>3.0.1-incubating</version>
282 <scope>compile</scope>
283 </dependency>
284
285 <dependency>
286 <groupId>com.tinkerpop.blueprints</groupId>
287 <artifactId>blueprints-sail-graph</artifactId>
288 <version>2.5.0</version>
289 <optional>true</optional>
290 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300291 <exclusions>
292 <exclusion>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200293 <groupId>org.slf4j</groupId>
294 <artifactId>slf4j-log4j12</artifactId>
Michael Landob3d48982017-06-11 14:22:02 +0300295 </exclusion>
296 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200297 </dependency>
298
299 <dependency>
300 <groupId>com.tinkerpop.blueprints</groupId>
301 <artifactId>blueprints-graph-sail</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300302 <version>2.5.0</version>
Michael Lando451a3402017-02-19 10:28:42 +0200303 <optional>true</optional>
304 <scope>compile</scope>
Michael Landob3d48982017-06-11 14:22:02 +0300305 <exclusions>
306 <exclusion>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200307 <groupId>org.slf4j</groupId>
308 <artifactId>slf4j-log4j12</artifactId>
Michael Landob3d48982017-06-11 14:22:02 +0300309 </exclusion>
310 </exclusions>
Michael Lando451a3402017-02-19 10:28:42 +0200311 </dependency>
312
313 <!-- TITAN end -->
314 <dependency>
315 <groupId>commons-logging</groupId>
316 <artifactId>commons-logging</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200317 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200318 <scope>compile</scope>
319 </dependency>
320
321 <dependency>
322 <groupId>commons-codec</groupId>
323 <artifactId>commons-codec</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200324 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200325 <scope>compile</scope>
326 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200327
328 <dependency>
329 <groupId>com.fasterxml.jackson.core</groupId>
330 <artifactId>jackson-databind</artifactId>
331 <version>${jackson.version}</version>
332 <scope>compile</scope>
333 </dependency>
334
Michael Lando5b593492018-07-29 16:13:45 +0300335 <!-- Explicitly specified in order to override older version included by epsdk-fw -->
Michael Lando451a3402017-02-19 10:28:42 +0200336 <dependency>
337 <groupId>com.fasterxml.jackson.core</groupId>
338 <artifactId>jackson-annotations</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300339 <version>${jackson-annotations.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200340 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300341
Michael Lando451a3402017-02-19 10:28:42 +0200342 <dependency>
343 <groupId>com.google.code.gson</groupId>
344 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300345 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200346 <scope>compile</scope>
347 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300348
Michael Lando451a3402017-02-19 10:28:42 +0200349 <dependency>
350 <groupId>org.apache.httpcomponents</groupId>
351 <artifactId>httpclient</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200352 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200353 <scope>compile</scope>
354 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300355
Michael Lando451a3402017-02-19 10:28:42 +0200356 <dependency>
357 <groupId>org.apache.httpcomponents</groupId>
358 <artifactId>httpcore</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200359 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200360 <scope>compile</scope>
361 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300362
Michael Lando451a3402017-02-19 10:28:42 +0200363 <!-- Spring 4 dependencies -->
364 <dependency>
365 <groupId>org.springframework</groupId>
366 <artifactId>spring-core</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200367 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200368 <scope>compile</scope>
369 </dependency>
370
371 <dependency>
372 <groupId>org.springframework</groupId>
373 <artifactId>spring-context</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200374 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200375 <scope>compile</scope>
376 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300377
Michael Lando451a3402017-02-19 10:28:42 +0200378 <dependency>
379 <groupId>org.springframework</groupId>
380 <artifactId>spring-expression</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200381 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200382 <scope>compile</scope>
383 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300384
Michael Lando451a3402017-02-19 10:28:42 +0200385 <dependency>
386 <groupId>org.springframework</groupId>
387 <artifactId>spring-beans</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300388 <version>${spring.version}</version>
389 <!--<version>4.0.7.RELEASE</version>-->
Michael Lando451a3402017-02-19 10:28:42 +0200390 <scope>compile</scope>
391 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300392
Michael Lando451a3402017-02-19 10:28:42 +0200393 <dependency>
394 <groupId>org.springframework</groupId>
395 <artifactId>spring-aop</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200396 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200397 <scope>compile</scope>
398 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300399
Michael Lando451a3402017-02-19 10:28:42 +0200400 <!-- Spring 4 dependencies end -->
401 <!-- JavaConfig need this library -->
402 <dependency>
403 <groupId>cglib</groupId>
404 <artifactId>cglib</artifactId>
405 <version>3.2.4</version>
406 <scope>compile</scope>
407 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300408
Michael Lando451a3402017-02-19 10:28:42 +0200409 <dependency>
410 <groupId>org.yaml</groupId>
411 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300412 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200413 <scope>compile</scope>
414 </dependency>
415
Michael Landoed64b5e2017-06-09 03:19:04 +0300416 <dependency>
417 <groupId>org.functionaljava</groupId>
418 <artifactId>functionaljava</artifactId>
419 <version>${functionaljava.version}</version>
420 <scope>compile</scope>
421 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200422
423 <dependency>
424 <groupId>org.elasticsearch</groupId>
425 <artifactId>elasticsearch</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200426 <version>${elastic-search.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200427 <scope>compile</scope>
428 </dependency>
429
430 <dependency>
431 <groupId>com.fasterxml.jackson.dataformat</groupId>
432 <artifactId>jackson-dataformat-yaml</artifactId>
433 <version>${jackson.version}</version>
434 <scope>compile</scope>
435 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300436
Michael Lando451a3402017-02-19 10:28:42 +0200437 <dependency>
438 <groupId>org.elasticsearch.plugin</groupId>
439 <artifactId>shield</artifactId>
440 <version>${elastic-search.version}</version>
441 <scope>compile</scope>
442 </dependency>
443
444 <!-- CASSANDRA -->
445 <dependency>
446 <groupId>com.datastax.cassandra</groupId>
447 <artifactId>cassandra-driver-core</artifactId>
448 <version>${cassandra.driver.version}</version>
449 <scope>compile</scope>
450 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300451
Michael Lando451a3402017-02-19 10:28:42 +0200452 <dependency>
453 <groupId>com.datastax.cassandra</groupId>
454 <artifactId>cassandra-driver-mapping</artifactId>
455 <version>${cassandra.driver.version}</version>
456 <scope>compile</scope>
457 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300458
Michael Lando451a3402017-02-19 10:28:42 +0200459 <!-- CASSANDRA END -->
Michael Lando5b593492018-07-29 16:13:45 +0300460
Michael Landoa5445102018-03-04 14:53:33 +0200461 <!-- OPEN CSV -->
Michael Lando5b593492018-07-29 16:13:45 +0300462 <dependency>
463 <groupId>com.opencsv</groupId>
464 <artifactId>opencsv</artifactId>
465 <version>4.0</version>
466 <scope>compile</scope>
467 </dependency>
468
Michael Lando451a3402017-02-19 10:28:42 +0200469 <dependency>
470 <groupId>org.apache.poi</groupId>
471 <artifactId>com.springsource.org.apache.poi</artifactId>
472 <version>3.9.0.FINAL</version>
473 <scope>compile</scope>
474 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300475
Michael Lando451a3402017-02-19 10:28:42 +0200476 <dependency>
477 <groupId>org.jdom</groupId>
478 <artifactId>jdom</artifactId>
479 <version>2.0.2</version>
480 <scope>compile</scope>
481 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300482
Michael Lando5b593492018-07-29 16:13:45 +0300483 <!-- Temporary, till building the populate task which adding all components
Michael Landoed64b5e2017-06-09 03:19:04 +0300484 to cache. We will use Serialization Utils. -->
Michael Lando451a3402017-02-19 10:28:42 +0200485 <dependency>
486 <groupId>de.ruedigermoeller</groupId>
487 <artifactId>fst</artifactId>
488 <version>2.47</version>
489 <scope>compile</scope>
490 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200491
Michael Landoed64b5e2017-06-09 03:19:04 +0300492 <!-- testing -->
493 <dependency>
494 <groupId>junit</groupId>
495 <artifactId>junit</artifactId>
496 <version>${junit.version}</version>
497 <scope>test</scope>
498 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300499
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200500 <dependency>
501 <groupId>org.testng</groupId>
502 <artifactId>testng</artifactId>
503 <version>${testng.version}</version>
504 <scope>test</scope>
505 </dependency>
Michael Lando75aacbb2017-07-17 21:12:03 +0300506
507 <dependency>
508 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200509 <artifactId>mockito-core</artifactId>
Michael Lando75aacbb2017-07-17 21:12:03 +0300510 <scope>test</scope>
511 </dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300512 <dependency>
513 <groupId>org.assertj</groupId>
514 <artifactId>assertj-core</artifactId>
515 <scope>test</scope>
516 </dependency>
517 <!-- testing end -->
Michael Landoed64b5e2017-06-09 03:19:04 +0300518
519 </dependencies>
520
521 <build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200522 <finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName>
Michael Landoed64b5e2017-06-09 03:19:04 +0300523 <plugins>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300524 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300525 <groupId>org.apache.maven.plugins</groupId>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300526 <artifactId>maven-clean-plugin</artifactId>
Michael Lando9a6c8fc2018-06-11 13:26:35 +0300527 <executions>
528 <execution>
529 <id>clean-static-files</id>
530 <phase>clean</phase>
531 <goals>
532 <goal>clean</goal>
533 </goals>
534 <configuration>
535 <filesets>
536 <!-- tosca files -->
537 <fileset>
538 <directory>${project.parent.basedir}/asdctool/tosca</directory>
539 <followSymlinks>false</followSymlinks>
540 </fileset>
541 <fileset>
542 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/</directory>
543 <followSymlinks>false</followSymlinks>
544 <includes>
545 <include>**/default.rb</include>
546 </includes>
547 </fileset>
548 <fileset>
549 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default/tools</directory>
550 <followSymlinks>false</followSymlinks>
551 </fileset>
552 <fileset>
553 <directory>${project.basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</directory>
554 <followSymlinks>false</followSymlinks>
555 <includes>
556 <include>**/sdctool.tar</include>
557 </includes>
558 </fileset>
559 </filesets>
560 </configuration>
561 </execution>
562 </executions>
563 </plugin>
Michael Landoed64b5e2017-06-09 03:19:04 +0300564
Michael Lando451a3402017-02-19 10:28:42 +0200565 <plugin>
566 <groupId>org.apache.maven.plugins</groupId>
567 <artifactId>maven-deploy-plugin</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200568 <configuration>
569 <skip>true</skip>
570 </configuration>
571 </plugin>
572
573 <plugin>
574 <groupId>org.apache.maven.plugins</groupId>
575 <artifactId>maven-assembly-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200576 <executions>
Michael Lando451a3402017-02-19 10:28:42 +0200577 <execution>
578 <configuration>
Michael Landoed64b5e2017-06-09 03:19:04 +0300579 <finalName>sdctool</finalName>
Michael Lando451a3402017-02-19 10:28:42 +0200580 <appendAssemblyId>false</appendAssemblyId>
Michael Lando02ab6512018-04-05 23:32:27 +0300581 <descriptors>
582 <descriptor>${project.basedir}/tarball.xml</descriptor>
583 </descriptors>
Michael Lando451a3402017-02-19 10:28:42 +0200584 </configuration>
585 <id>assemble-file</id>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200586 <phase>verify</phase>
Michael Lando451a3402017-02-19 10:28:42 +0200587 <goals>
588 <goal>single</goal>
589 </goals>
590 </execution>
591 </executions>
592 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200593
Tal Gitelman51d50f02017-12-10 18:55:03 +0200594 <plugin>
595 <groupId>org.apache.maven.plugins</groupId>
596 <artifactId>maven-shade-plugin</artifactId>
Michael Lando5b593492018-07-29 16:13:45 +0300597 <executions>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200598 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200599 <phase>package</phase>
600 <goals>
601 <goal>shade</goal>
602 </goals>
603 <configuration>
604 <filters>
605 <filter>
606 <artifact>org.openecomp.sdc:*</artifact>
607 <excludes>
608 <exclude>**/elasticsearch.yml</exclude>
609 </excludes>
610 </filter>
611 <filter>
612 <artifact>*:*</artifact>
613 <excludes>
614 <exclude>META-INF/*.SF</exclude>
615 <exclude>META-INF/*.DSA</exclude>
616 <exclude>META-INF/*.RSA</exclude>
617 </excludes>
618 </filter>
619 </filters>
620 <transformers>
621 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
622 </transformers>
623 </configuration>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200624 </execution>
625 </executions>
626 </plugin>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200627 <plugin>
628 <groupId>ru.yaal.maven</groupId>
629 <artifactId>write-text-files-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200630 <configuration>
631 <charset>UTF-8</charset>
632 <files>
633 <file>
634 <path>
635 ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\default.rb
636 </path>
637 <lines>
638 <line>normal['version'] ="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</line>
639 </lines>
640 </file>
641 </files>
642 </configuration>
643 <executions>
644 <execution>
645 <id>write-text-files</id>
646 <phase>prepare-package</phase>
647 <goals>
648 <goal>write-text-files</goal>
649 </goals>
650 </execution>
651 </executions>
652 </plugin>
653 <plugin>
654 <groupId>org.apache.maven.plugins</groupId>
655 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200656 <executions>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200657 <execution>
658 <id>copy-tosca-folder</id>
659 <!-- here the phase you need -->
660 <phase>compile</phase>
661 <goals>
662 <goal>copy-resources</goal>
663 </goals>
664 <configuration>
665 <outputDirectory>${project.parent.basedir}/asdctool/tosca</outputDirectory>
666 <resources>
667 <resource>
668 <directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca</directory>
669 <filtering>true</filtering>
670 </resource>
671 </resources>
672 </configuration>
673 </execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200674 </executions>
675 </plugin>
dekstroza37843cb2018-05-18 14:42:24 +0100676 <plugin>
677 <groupId>com.github.sylvainlaurent.maven</groupId>
678 <artifactId>yaml-json-validator-maven-plugin</artifactId>
679 <executions>
680 <execution>
681 <id>validate</id>
682 <phase>validate</phase>
683 <goals>
684 <goal>validate</goal>
685 </goals>
686 <configuration>
687 <validationSets>
688 <validationSet>
689 <includes>
690 <include>src/main/resources/**/*.y*ml</include>
691 <include>src/test/resources/**/*.y*ml</include>
692 </includes>
693 </validationSet>
694 <validationSet>
695 <includes>
696 <include>src/main/resources/**/*.json</include>
697 <include>src/test/resources/**/*.json</include>
698 </includes>
699 </validationSet>
700 </validationSets>
701 </configuration>
702 </execution>
703 </executions>
704 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200705 </plugins>
706 </build>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200707 <profiles>
708 <profile>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200709 <id>docker</id>
710 <activation>
711 <activeByDefault>false</activeByDefault>
712 </activation>
713 <build>
714 <plugins>
715 <plugin>
Michael Landodc856bb2018-08-13 13:27:52 +0300716 <groupId>org.apache.maven.plugins</groupId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200717 <artifactId>maven-resources-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200718 <executions>
719 <execution>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200720 <id>copy-sdctool</id>
721 <phase>verify</phase>
722 <goals>
723 <goal>copy-resources</goal>
724 </goals>
725 <configuration>
726 <outputDirectory>${basedir}/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
727 <resources>
728 <resource>
729 <directory>${project.parent.basedir}/asdctool/target</directory>
730 <includes>
731 <include>sdctool.tar</include>
732 </includes>
733 </resource>
734 </resources>
735 </configuration>
736 </execution>
737 </executions>
738 </plugin>
739 <plugin>
740 <groupId>io.fabric8</groupId>
741 <artifactId>docker-maven-plugin</artifactId>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200742 <configuration>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200743 <apiVersion>1.23</apiVersion>
744 <registry>nexus3.onap.org:10001</registry>
745 <authConfig>
746 <pull>
747 <username>docker</username>
748 <password>docker</password>
749 </pull>
750 </authConfig>
751 <images>
752 <!-- Build cassandra-init image -->
753 <image>
754 <name>onap/sdc-cassandra-init</name>
755 <alias>sdc-cassandra-init</alias>
756 <build>
757 <cleanup>try</cleanup>
758 <dockerFileDir>${project.basedir}/sdc-cassandra-init</dockerFileDir>
759 <tags>
760 <tag>${docker.tag}</tag>
Yuli Shlosberg0875ce02018-01-25 13:53:36 +0200761 <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
762 </tags>
763 </build>
764 </image>
765 </images>
766 </configuration>
767 <executions>
768 <execution>
769 <id>clean-images</id>
770 <phase>pre-clean</phase>
771 <goals>
772 <goal>remove</goal>
773 </goals>
774 <configuration>
775 <removeAll>true</removeAll>
776 <image>onap/sdc-cassandra-init</image>
777 </configuration>
778 </execution>
779
780 <execution>
781 <id>generate-images</id>
782 <phase>install</phase>
783 <goals>
784 <goal>build</goal>
785 </goals>
786 </execution>
787
788 <execution>
789 <id>push-images</id>
790 <phase>deploy</phase>
791 <goals>
792 <goal>push</goal>
793 </goals>
794 <configuration>
795 <image>onap/sdc-cassandra-init</image>
796 </configuration>
797 </execution>
798 </executions>
799 </plugin>
800 </plugins>
801 </build>
802 </profile>
803 </profiles>
Michael Lando5b593492018-07-29 16:13:45 +0300804</project>