Revert accidentally formatted POMs
[sdc.git] / catalog-be / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <artifactId>catalog-be</artifactId>
7     <packaging>war</packaging>
8
9     <parent>
10         <groupId>org.openecomp.sdc</groupId>
11         <artifactId>sdc-main</artifactId>
12         <version>1.10.0-SNAPSHOT</version>
13     </parent>
14
15     <properties>
16         <java-hamcrest.version>2.0.0.0</java-hamcrest.version>
17         <swagger.version>${swagger-core-mvn-plugin.version}</swagger.version>
18         <swagger-ui.version>3.25.0</swagger-ui.version>
19         <maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
20         <replacer.plugin.version>1.5.3</replacer.plugin.version>
21     </properties>
22
23     <dependencies>
24         <dependency>
25             <groupId>org.openecomp.sdc</groupId>
26             <artifactId>togglz-rest-services</artifactId>
27             <version>${project.version}</version>
28             <exclusions>
29                 <exclusion>
30                     <groupId>com.fasterxml.woodstox</groupId>
31                     <artifactId>woodstox-core</artifactId>
32                 </exclusion>
33             </exclusions>
34         </dependency>
35
36         <!--JSON and YAML Parsing-->
37         <dependency>
38             <groupId>com.fasterxml.jackson.core</groupId>
39             <artifactId>jackson-core</artifactId>
40             <version>${jackson.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>com.fasterxml.jackson.dataformat</groupId>
44             <artifactId>jackson-dataformat-yaml</artifactId>
45             <version>${jackson.version}</version>
46             <exclusions>
47                 <exclusion>
48                     <groupId>com.fasterxml.jackson.core</groupId>
49                     <artifactId>jackson-core</artifactId>
50                 </exclusion>
51             </exclusions>
52         </dependency>
53
54         <dependency>
55             <groupId>com.fasterxml.jackson.core</groupId>
56             <artifactId>jackson-databind</artifactId>
57             <version>${jackson.version}</version>
58             <exclusions>
59                 <exclusion>
60                     <groupId>com.fasterxml.jackson.core</groupId>
61                     <artifactId>jackson-core</artifactId>
62                 </exclusion>
63             </exclusions>
64         </dependency>
65
66         <dependency>
67             <groupId>org.onap.sdc.common</groupId>
68             <artifactId>onap-generic-artifact-browser-service</artifactId>
69             <version>${project.version}</version>
70             <scope>compile</scope>
71         </dependency>
72
73         <!-- Swagger Dependencies Start -->
74         <dependency>
75             <groupId>io.swagger.core.v3</groupId>
76             <artifactId>swagger-jaxrs2</artifactId>
77             <version>${swagger.version}</version>
78             <exclusions>
79                 <exclusion>
80                     <groupId>com.fasterxml.jackson.core</groupId>
81                     <artifactId>jackson-core</artifactId>
82                 </exclusion>
83             </exclusions>
84         </dependency>
85         <dependency>
86             <groupId>io.swagger.core.v3</groupId>
87             <artifactId>swagger-annotations</artifactId>
88             <version>${swagger.version}</version>
89         </dependency>
90         <!-- Swagger Dependencies End -->
91
92         <dependency>
93             <groupId>org.hibernate.validator</groupId>
94             <artifactId>hibernate-validator</artifactId>
95             <version>${hibernate.validator.version}</version>
96         </dependency>
97
98         <dependency>
99             <groupId>org.openecomp.sdc</groupId>
100             <artifactId>common-app-api</artifactId>
101             <version>${project.version}</version>
102             <exclusions>
103                 <exclusion>
104                     <groupId>com.fasterxml.jackson.core</groupId>
105                     <artifactId>jackson-core</artifactId>
106                 </exclusion>
107             </exclusions>
108         </dependency>
109
110         <dependency>
111             <groupId>javax.ws.rs</groupId>
112             <artifactId>javax.ws.rs-api</artifactId>
113             <version>${ws.rs.version}</version>
114         </dependency>
115
116         <dependency>
117             <groupId>org.openecomp.sdc.be</groupId>
118             <artifactId>common-be</artifactId>
119             <version>${project.version}</version>
120             <scope>compile</scope>
121             <exclusions>
122                 <exclusion>
123                     <groupId>org.springframework</groupId>
124                     <artifactId>spring-core</artifactId>
125                 </exclusion>
126             </exclusions>
127         </dependency>
128         <dependency>
129             <groupId>org.openecomp.sdc.be</groupId>
130             <artifactId>common-be</artifactId>
131             <version>${project.version}</version>
132             <type>test-jar</type>
133             <scope>test</scope>
134             <exclusions>
135                 <exclusion>
136                     <groupId>org.springframework</groupId>
137                     <artifactId>spring-core</artifactId>
138                 </exclusion>
139             </exclusions>
140         </dependency>
141         <dependency>
142             <groupId>org.openecomp.sdc.be</groupId>
143             <artifactId>catalog-dao</artifactId>
144             <version>${project.version}</version>
145             <exclusions>
146                 <exclusion>
147                     <groupId>com.fasterxml.jackson.core</groupId>
148                     <artifactId>jackson-core</artifactId>
149                 </exclusion>
150             </exclusions>
151         </dependency>
152
153         <dependency>
154             <groupId>org.openecomp.sdc.be</groupId>
155             <artifactId>catalog-model</artifactId>
156             <version>${project.version}</version>
157             <exclusions>
158                 <exclusion>
159                     <groupId>com.fasterxml.jackson.core</groupId>
160                     <artifactId>jackson-core</artifactId>
161                 </exclusion>
162             </exclusions>
163         </dependency>
164
165         <dependency>
166             <groupId>ch.qos.logback</groupId>
167             <artifactId>logback-classic</artifactId>
168             <version>${logback.version}</version>
169             <scope>compile</scope>
170         </dependency>
171
172         <!-- Snake Yaml -->
173         <dependency>
174             <groupId>org.yaml</groupId>
175             <artifactId>snakeyaml</artifactId>
176             <version>${snakeyaml.version}</version>
177             <scope>compile</scope>
178         </dependency>
179
180         <!-- File changes listener -->
181         <dependency>
182             <groupId>org.apache.commons</groupId>
183             <artifactId>commons-jci-core</artifactId>
184             <version>${commons-jci-core.version}</version>
185             <scope>compile</scope>
186             <exclusions>
187                 <exclusion>
188                     <groupId>commons-io</groupId>
189                     <artifactId>commons-io</artifactId>
190                 </exclusion>
191             </exclusions>
192         </dependency>
193
194         <!-- Gson -->
195         <dependency>
196             <groupId>com.google.code.gson</groupId>
197             <artifactId>gson</artifactId>
198             <version>${gson.version}</version>
199             <scope>compile</scope>
200         </dependency>
201
202         <!-- jersey -->
203         <dependency>
204             <groupId>org.glassfish.jersey.media</groupId>
205             <artifactId>jersey-media-json-jackson</artifactId>
206             <version>${jersey-bom.version}</version>
207             <exclusions>
208                 <exclusion>
209                     <groupId>com.fasterxml.jackson.core</groupId>
210                     <artifactId>jackson-core</artifactId>
211                 </exclusion>
212             </exclusions>
213         </dependency>
214
215         <dependency>
216             <groupId>org.glassfish.jersey.containers</groupId>
217             <artifactId>jersey-container-servlet-core</artifactId>
218             <version>${jersey-bom.version}</version>
219             <scope>compile</scope>
220         </dependency>
221
222         <dependency>
223             <groupId>org.glassfish.jersey.media</groupId>
224             <artifactId>jersey-media-multipart</artifactId>
225             <version>${jersey-bom.version}</version>
226             <scope>compile</scope>
227         </dependency>
228         <dependency>
229             <groupId>org.glassfish.jersey.ext</groupId>
230             <artifactId>jersey-spring4</artifactId>
231             <version>${jersey-bom.version}</version>
232             <exclusions>
233                 <exclusion>
234                     <groupId>org.springframework</groupId>
235                     <artifactId>spring-web</artifactId>
236                 </exclusion>
237                 <exclusion>
238                     <groupId>org.springframework</groupId>
239                     <artifactId>spring-beans</artifactId>
240                 </exclusion>
241                 <exclusion>
242                     <groupId>org.springframework</groupId>
243                     <artifactId>spring-core</artifactId>
244                 </exclusion>
245                 <exclusion>
246                     <groupId>org.springframework</groupId>
247                     <artifactId>spring-aop</artifactId>
248                 </exclusion>
249                 <!-- Transitive dependency of spring-bridge -->
250                 <exclusion>
251                     <groupId>org.springframework</groupId>
252                     <artifactId>spring-context</artifactId>
253                 </exclusion>
254                 <exclusion>
255                     <groupId>org.hibernate</groupId>
256                     <artifactId>hibernate-validator</artifactId>
257                 </exclusion>
258             </exclusions>
259
260         </dependency>
261
262         <!--asm-all-repackaged is a jersey dependency. in current version jersey depends on a version that was compiled using java 9 compiler
263             currently our jetty (v9.3.6) does not support java 9. as soon as jetty gets upgraded we will remove this dependency-->
264         <dependency>
265             <groupId>org.glassfish.hk2.external</groupId>
266             <artifactId>asm-all-repackaged</artifactId>
267         </dependency>
268
269         <dependency>
270             <groupId>org.glassfish.jersey.ext</groupId>
271             <artifactId>jersey-bean-validation</artifactId>
272             <exclusions>
273                 <exclusion>
274                     <groupId>org.hibernate</groupId>
275                     <artifactId>hibernate-validator</artifactId>
276                 </exclusion>
277             </exclusions>
278         </dependency>
279
280         <!-- http client -->
281         <dependency>
282             <groupId>org.apache.httpcomponents</groupId>
283             <artifactId>httpclient</artifactId>
284             <version>${httpclient.version}</version>
285             <scope>compile</scope>
286         </dependency>
287
288         <dependency>
289             <groupId>org.apache.httpcomponents</groupId>
290             <artifactId>httpcore</artifactId>
291             <version>${httpcore.version}</version>
292             <scope>compile</scope>
293         </dependency>
294
295         <dependency>
296             <groupId>commons-logging</groupId>
297             <artifactId>commons-logging</artifactId>
298             <version>${commons-logging}</version>
299             <scope>compile</scope>
300         </dependency>
301
302         <dependency>
303             <groupId>commons-codec</groupId>
304             <artifactId>commons-codec</artifactId>
305             <version>${commons-codec}</version>
306             <scope>compile</scope>
307         </dependency>
308         <!-- http client END -->
309
310         <dependency>
311             <groupId>javax.servlet</groupId>
312             <artifactId>javax.servlet-api</artifactId>
313             <version>${servlet-api.version}</version>
314             <scope>provided</scope>
315         </dependency>
316
317         <dependency>
318             <groupId>org.eclipse.jgit</groupId>
319             <artifactId>org.eclipse.jgit</artifactId>
320             <version>3.4.1.201406201815-r</version>
321         </dependency>
322
323         <!-- spring - used by A4C -->
324         <dependency>
325             <groupId>org.springframework</groupId>
326             <artifactId>spring-core</artifactId>
327             <version>${spring.version}</version>
328             <scope>compile</scope>
329         </dependency>
330
331         <dependency>
332             <groupId>org.springframework</groupId>
333             <artifactId>spring-context</artifactId>
334             <version>${spring.version}</version>
335             <scope>compile</scope>
336             <exclusions>
337                 <exclusion>
338                     <groupId>org.springframework</groupId>
339                     <artifactId>spring-expression</artifactId>
340                 </exclusion>
341                 <exclusion>
342                     <groupId>org.springframework</groupId>
343                     <artifactId>spring-core</artifactId>
344                 </exclusion>
345             </exclusions>
346         </dependency>
347
348         <dependency>
349             <groupId>org.springframework</groupId>
350             <artifactId>spring-web</artifactId>
351             <version>${spring.version}</version>
352             <scope>compile</scope>
353             <exclusions>
354                 <exclusion>
355                     <groupId>org.springframework</groupId>
356                     <artifactId>spring-core</artifactId>
357                 </exclusion>
358             </exclusions>
359         </dependency>
360
361         <dependency>
362             <groupId>org.springframework</groupId>
363             <artifactId>spring-webmvc</artifactId>
364             <version>${spring.version}</version>
365             <scope>compile</scope>
366             <exclusions>
367                 <exclusion>
368                     <groupId>org.springframework</groupId>
369                     <artifactId>spring-expression</artifactId>
370                 </exclusion>
371                 <exclusion>
372                     <groupId>org.springframework</groupId>
373                     <artifactId>spring-core</artifactId>
374                 </exclusion>
375                 <exclusion>
376                     <groupId>org.springframework</groupId>
377                     <artifactId>spring-web</artifactId>
378                 </exclusion>
379             </exclusions>
380         </dependency>
381
382         <dependency>
383             <groupId>org.springframework</groupId>
384             <artifactId>spring-aop</artifactId>
385             <version>${spring.version}</version>
386             <scope>compile</scope>
387             <exclusions>
388                 <exclusion>
389                     <groupId>org.springframework</groupId>
390                     <artifactId>spring-core</artifactId>
391                 </exclusion>
392             </exclusions>
393         </dependency>
394
395         <dependency>
396             <groupId>org.springframework</groupId>
397             <artifactId>spring-beans</artifactId>
398             <version>${spring.version}</version>
399             <scope>compile</scope>
400         </dependency>
401
402         <dependency>
403             <groupId>org.springframework</groupId>
404             <artifactId>spring-expression</artifactId>
405             <version>${spring.version}</version>
406             <scope>compile</scope>
407         </dependency>
408
409         <!-- Spring integration (optional) -->
410         <dependency>
411             <groupId>org.togglz</groupId>
412             <artifactId>togglz-spring-web</artifactId>
413             <version>${togglz.version}</version>
414         </dependency>
415
416         <dependency>
417             <groupId>org.codehaus.janino</groupId>
418             <artifactId>janino</artifactId>
419             <version>${janino.version}</version>
420             <scope>compile</scope>
421         </dependency>
422
423         <dependency>
424             <groupId>org.codehaus.janino</groupId>
425             <artifactId>commons-compiler</artifactId>
426             <version>${janino.version}</version>
427             <scope>compile</scope>
428         </dependency>
429
430         <dependency>
431             <groupId>com.google.guava</groupId>
432             <artifactId>guava</artifactId>
433             <version>${guava.version}</version>
434             <scope>compile</scope>
435         </dependency>
436
437         <dependency>
438             <groupId>org.janusgraph</groupId>
439             <artifactId>janusgraph-core</artifactId>
440             <version>${janusgraph.version}</version>
441             <scope>compile</scope>
442             <exclusions>
443                 <exclusion>
444                     <artifactId>gremlin-groovy</artifactId>
445                     <groupId>org.apache.tinkerpop</groupId>
446                 </exclusion>
447                 <exclusion>
448                     <groupId>org.json</groupId>
449                     <artifactId>json</artifactId>
450                 </exclusion>
451                 <exclusion>
452                     <artifactId>slf4j-log4j12</artifactId>
453                     <groupId>org.slf4j</groupId>
454                 </exclusion>
455                 <exclusion>
456                     <artifactId>commons-collections</artifactId>
457                     <groupId>commons-collections</groupId>
458                 </exclusion>
459                 <exclusion>
460                     <groupId>org.apache.thrift</groupId>
461                     <artifactId>libthrift</artifactId>
462                 </exclusion>
463                 <exclusion>
464                     <groupId>commons-io</groupId>
465                     <artifactId>commons-io</artifactId>
466                 </exclusion>
467                 <exclusion>
468                     <groupId>commons-codec</groupId>
469                     <artifactId>commons-codec</artifactId>
470                 </exclusion>
471                 <exclusion>
472                     <groupId>dom4j</groupId>
473                     <artifactId>dom4j</artifactId>
474                 </exclusion>
475             </exclusions>
476         </dependency>
477
478         <dependency>
479             <groupId>org.janusgraph</groupId>
480             <artifactId>janusgraph-cql</artifactId>
481             <version>${janusgraph.version}</version>
482             <scope>compile</scope>
483             <exclusions>
484                 <exclusion>
485                     <groupId>org.slf4j</groupId>
486                     <artifactId>slf4j-log4j12</artifactId>
487                 </exclusion>
488                 <exclusion>
489                     <groupId>org.json</groupId>
490                     <artifactId>json</artifactId>
491                 </exclusion>
492                 <exclusion>
493                     <artifactId>commons-collections</artifactId>
494                     <groupId>commons-collections</groupId>
495                 </exclusion>
496                 <exclusion>
497                     <artifactId>groovy</artifactId>
498                     <groupId>org.codehaus.groovy</groupId>
499                 </exclusion>
500                 <exclusion>
501                     <groupId>io.netty</groupId>
502                     <artifactId>netty-all</artifactId>
503                 </exclusion>
504             </exclusions>
505         </dependency>
506
507         <dependency>
508             <groupId>org.apache.commons</groupId>
509             <artifactId>commons-lang3</artifactId>
510             <version>${lang3.version}</version>
511             <scope>compile</scope>
512         </dependency>
513
514         <dependency>
515             <groupId>com.googlecode.json-simple</groupId>
516             <artifactId>json-simple</artifactId>
517             <version>${json-simple.version}</version>
518             <scope>compile</scope>
519
520         </dependency>
521
522         <!-- functional java -->
523         <dependency>
524             <groupId>org.functionaljava</groupId>
525             <artifactId>functionaljava</artifactId>
526             <version>${functionaljava.version}</version>
527             <scope>compile</scope>
528         </dependency>
529
530         <!-- Aspects -->
531         <dependency>
532             <groupId>com.jcabi</groupId>
533             <artifactId>jcabi-aspects</artifactId>
534             <version>${jcabi.version}</version>
535             <scope>compile</scope>
536         </dependency>
537
538         <dependency>
539             <groupId>org.aspectj</groupId>
540             <artifactId>aspectjrt</artifactId>
541             <version>${aspectjrt.version}</version>
542             <scope>compile</scope>
543         </dependency>
544
545
546         <!-- CAMBRIA CLIENT for U-EB -->
547         <dependency>
548             <groupId>com.att.nsa</groupId>
549             <artifactId>cambriaClient</artifactId>
550             <version>1.2.1-oss</version>
551             <scope>compile</scope>
552             <exclusions>
553                 <exclusion>
554                     <groupId>com.att.nsa</groupId>
555                     <artifactId>saClientLibrary</artifactId>
556                 </exclusion>
557             </exclusions>
558         </dependency>
559
560         <dependency>
561             <groupId>org.json</groupId>
562             <artifactId>json</artifactId>
563             <version>20131018</version>
564             <scope>compile</scope>
565         </dependency>
566
567         <!-- CASSANDRA -->
568         <dependency>
569             <groupId>com.datastax.cassandra</groupId>
570             <artifactId>cassandra-driver-core</artifactId>
571             <version>${cassandra.driver.version}</version>
572             <scope>compile</scope>
573         </dependency>
574         <dependency>
575             <groupId>com.datastax.cassandra</groupId>
576             <artifactId>cassandra-driver-mapping</artifactId>
577             <version>${cassandra.driver.version}</version>
578             <scope>compile</scope>
579         </dependency>
580         <!-- CASSANDRA END -->
581
582         <!-- Inserted for ECOMP Portal Integration -->
583         <dependency>
584             <groupId>org.owasp.esapi</groupId>
585             <artifactId>esapi</artifactId>
586             <version>${org.owasp.esapi.version}</version>
587             <exclusions>
588                 <exclusion>
589                     <groupId>xerces</groupId>
590                     <artifactId>xercesImpl</artifactId>
591                 </exclusion>
592                 <exclusion>
593                     <groupId>log4j</groupId>
594                     <artifactId>log4j</artifactId>
595                 </exclusion>
596                 <exclusion>
597                     <groupId>commons-fileupload</groupId>
598                     <artifactId>commons-fileupload</artifactId>
599                 </exclusion>
600                 <exclusion>
601                     <groupId>org.apache.xmlgraphics</groupId>
602                     <artifactId>xmlgraphics-commons</artifactId>
603                 </exclusion>
604                 <exclusion>
605                     <groupId>xml-apis</groupId>
606                     <artifactId>xml-apis-ext</artifactId>
607                 </exclusion>
608                 <exclusion>
609                     <groupId>xml-apis</groupId>
610                     <artifactId>xml-apis</artifactId>
611                 </exclusion>
612             </exclusions>
613         </dependency>
614         <dependency>
615             <groupId>org.onap.portal.sdk</groupId>
616             <artifactId>epsdk-fw</artifactId>
617             <version>${ecomp.version}</version>
618             <scope>compile</scope>
619             <exclusions>
620                 <exclusion>
621                     <groupId>com.att.nsa</groupId>
622                     <artifactId>cambriaClient</artifactId>
623                 </exclusion>
624                 <exclusion>
625                     <artifactId>slf4j-log4j12</artifactId>
626                     <groupId>org.slf4j</groupId>
627                 </exclusion>
628                 <exclusion>
629                     <groupId>org.onap.aaf.authz</groupId>
630                     <artifactId>aaf-cadi-aaf</artifactId>
631                 </exclusion>
632                 <exclusion>
633                     <artifactId>aaf-cadi-core</artifactId>
634                     <groupId>org.onap.aaf.authz</groupId>
635                 </exclusion>
636                 <exclusion>
637                     <artifactId>commons-codec</artifactId>
638                     <groupId>commons-codec</groupId>
639                 </exclusion>
640                 <exclusion>
641                     <artifactId>log4j</artifactId>
642                     <groupId>log4j</groupId>
643                 </exclusion>
644             </exclusions>
645         </dependency>
646
647         <!--Jetty Proxy-->
648         <dependency>
649             <groupId>org.eclipse.jetty</groupId>
650             <artifactId>jetty-http</artifactId>
651             <version>${jetty.version}</version>
652             <scope>compile</scope>
653         </dependency>
654
655         <dependency>
656             <groupId>org.eclipse.jetty</groupId>
657             <artifactId>jetty-proxy</artifactId>
658             <version>${jetty.version}</version>
659             <scope>compile</scope>
660             <exclusions>
661                 <exclusion>
662                     <groupId>org.eclipse.jetty</groupId>
663                     <artifactId>jetty-http</artifactId>
664                 </exclusion>
665             </exclusions>
666         </dependency>
667
668         <dependency>
669             <groupId>org.eclipse.jetty</groupId>
670             <artifactId>jetty-servlets</artifactId>
671             <version>${jetty.version}</version>
672             <scope>compile</scope>
673             <exclusions>
674                 <exclusion>
675                     <groupId>org.eclipse.jetty</groupId>
676                     <artifactId>jetty-http</artifactId>
677                 </exclusion>
678                 <exclusion>
679                     <groupId>org.eclipse.jetty</groupId>
680                     <artifactId>jetty-continuation</artifactId>
681                 </exclusion>
682             </exclusions>
683         </dependency>
684         <!-- System metrics -->
685         <dependency>
686             <groupId>org.fusesource</groupId>
687             <artifactId>sigar</artifactId>
688             <version>${sigar.version}</version>
689             <scope>compile</scope>
690             <exclusions>
691                 <exclusion>
692                     <groupId>log4j</groupId>
693                     <artifactId>log4j</artifactId>
694                 </exclusion>
695             </exclusions>
696         </dependency>
697         <dependency>
698             <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
699             <artifactId>dmaapClient</artifactId>
700             <version>1.1.3</version>
701             <scope>compile</scope>
702             <exclusions>
703                 <exclusion>
704                     <groupId>com.att.aft</groupId>
705                     <artifactId>dme2</artifactId>
706                 </exclusion>
707                 <exclusion>
708                     <groupId>com.fasterxml.jackson.core</groupId>
709                     <artifactId>jackson-core</artifactId>
710                 </exclusion>
711                 <exclusion>
712                     <artifactId>log4j</artifactId>
713                     <groupId>log4j</groupId>
714                 </exclusion>
715                 <exclusion>
716                     <artifactId>apache-log4j-extras</artifactId>
717                     <groupId>log4j</groupId>
718                 </exclusion>
719             </exclusions>
720         </dependency>
721         <dependency>
722             <groupId>com.att.aft</groupId>
723             <artifactId>dme2</artifactId>
724             <version>3.1.200-oss</version>
725             <exclusions>
726                 <exclusion>
727                     <groupId>javax.jms</groupId>
728                     <artifactId>jms</artifactId>
729                 </exclusion>
730             </exclusions>
731         </dependency>
732
733         <!-- CADI -->
734         <dependency>
735             <groupId>org.onap.aaf.authz</groupId>
736             <artifactId>aaf-cadi-aaf</artifactId>
737             <version>${cadi.version}</version>
738             <exclusions>
739                 <exclusion>
740                     <groupId>com.datastax.cassandra</groupId>
741                     <artifactId>cassandra-driver-core</artifactId>
742                 </exclusion>
743                 <exclusion>
744                     <groupId>org.slf4j</groupId>
745                     <artifactId>slf4j-log4j12</artifactId>
746                 </exclusion>
747                 <exclusion>
748                     <artifactId>log4j</artifactId>
749                     <groupId>log4j</groupId>
750                 </exclusion>
751             </exclusions>
752         </dependency>
753
754         <!-- TEST -->
755         <dependency>
756             <groupId>org.assertj</groupId>
757             <artifactId>assertj-core</artifactId>
758             <scope>test</scope>
759         </dependency>
760
761         <dependency>
762             <groupId>org.glassfish.jersey.test-framework.providers</groupId>
763             <artifactId>jersey-test-framework-provider-bundle</artifactId>
764             <version>${jersey-bom.version}</version>
765             <type>pom</type>
766             <scope>test</scope>
767             <exclusions>
768                 <exclusion>
769                     <groupId>org.eclipse.jetty</groupId>
770                     <artifactId>jetty-server</artifactId>
771                 </exclusion>
772                 <exclusion>
773                     <groupId>org.eclipse.jetty</groupId>
774                     <artifactId>jetty-continuation</artifactId>
775                 </exclusion>
776             </exclusions>
777         </dependency>
778
779         <dependency>
780             <groupId>org.glassfish.jersey.core</groupId>
781             <artifactId>jersey-client</artifactId>
782             <version>${jersey-bom.version}</version>
783         </dependency>
784
785         <dependency>
786             <groupId>org.eclipse.jetty</groupId>
787             <artifactId>jetty-webapp</artifactId>
788             <version>${jetty.version}</version>
789             <scope>test</scope>
790             <exclusions>
791                 <exclusion>
792                     <groupId>org.eclipse.jetty</groupId>
793                     <artifactId>jetty-servlet</artifactId>
794                 </exclusion>
795             </exclusions>
796         </dependency>
797
798         <dependency>
799             <groupId>org.hamcrest</groupId>
800             <artifactId>hamcrest</artifactId>
801             <version>${hamcrest.version}</version>
802             <scope>test</scope>
803         </dependency>
804
805         <dependency>
806             <groupId>org.hamcrest</groupId>
807             <artifactId>hamcrest-library</artifactId>
808             <version>${hamcrest.version}</version>
809             <scope>test</scope>
810         </dependency>
811
812         <dependency>
813             <groupId>org.junit.jupiter</groupId>
814             <artifactId>junit-jupiter-api</artifactId>
815             <version>${junitJupiter.version}</version>
816             <scope>test</scope>
817         </dependency>
818
819         <dependency>
820             <groupId>org.junit.jupiter</groupId>
821             <artifactId>junit-jupiter</artifactId>
822             <version>${junitJupiter.version}</version>
823             <scope>test</scope>
824         </dependency>
825
826         <dependency>
827             <groupId>org.junit.platform</groupId>
828             <artifactId>junit-platform-commons</artifactId>
829             <version>${junit.platform.version}</version>
830             <scope>test</scope>
831         </dependency>
832         <dependency>
833             <groupId>org.junit.platform</groupId>
834             <artifactId>junit-platform-engine</artifactId>
835             <version>${junit.platform.version}</version>
836             <scope>test</scope>
837         </dependency>
838         <dependency>
839             <groupId>org.mockito</groupId>
840             <artifactId>mockito-junit-jupiter</artifactId>
841             <version>${mockitoJupiter.version}</version>
842             <scope>test</scope>
843         </dependency>
844
845         <dependency>
846             <groupId>org.springframework</groupId>
847             <artifactId>spring-test</artifactId>
848             <version>${spring.version}</version>
849             <scope>test</scope>
850         </dependency>
851
852         <dependency>
853             <groupId>org.springframework</groupId>
854             <artifactId>spring-tx</artifactId>
855             <version>${spring.version}</version>
856             <exclusions>
857                 <exclusion>
858                     <groupId>org.springframework</groupId>
859                     <artifactId>spring-core</artifactId>
860                 </exclusion>
861             </exclusions>
862         </dependency>
863
864         <dependency>
865             <groupId>io.cucumber</groupId>
866             <artifactId>cucumber-java</artifactId>
867             <version>${cucumber.version}</version>
868             <scope>test</scope>
869         </dependency>
870
871         <dependency>
872             <groupId>io.cucumber</groupId>
873             <artifactId>cucumber-junit</artifactId>
874             <version>${cucumber.version}</version>
875             <scope>test</scope>
876         </dependency>
877
878         <dependency>
879             <groupId>org.jmockit</groupId>
880             <artifactId>jmockit</artifactId>
881             <version>${jmockit.version}</version>
882             <scope>test</scope>
883         </dependency>
884
885         <dependency>
886             <groupId>com.google.code.bean-matchers</groupId>
887             <artifactId>bean-matchers</artifactId>
888             <version>0.11</version>
889             <scope>test</scope>
890         </dependency>
891
892         <dependency>
893             <groupId>org.codehaus.groovy</groupId>
894             <artifactId>groovy</artifactId>
895             <version>${groovy.version}</version>
896         </dependency>
897
898         <dependency>
899             <groupId>io.netty</groupId>
900             <artifactId>netty-handler</artifactId>
901         </dependency>
902         <dependency>
903             <groupId>org.onap.sdc.common</groupId>
904             <artifactId>onap-tosca-datatype</artifactId>
905             <version>${project.version}</version>
906             <exclusions>
907                 <exclusion>
908                     <groupId>com.fasterxml.jackson.core</groupId>
909                     <artifactId>jackson-core</artifactId>
910                 </exclusion>
911             </exclusions>
912         </dependency>
913         <dependency>
914             <groupId>org.apache.commons</groupId>
915             <artifactId>commons-collections4</artifactId>
916             <version>${commons.collections.version}</version>
917         </dependency>
918         <dependency>
919             <groupId>org.onap.sdc.sdc-be-common</groupId>
920             <artifactId>security-util-lib</artifactId>
921             <version>${security.util.lib.version}</version>
922             <exclusions>
923                 <exclusion>
924                     <groupId>org.springframework.boot</groupId>
925                     <artifactId>spring-boot-starter-logging</artifactId>
926                 </exclusion>
927             </exclusions>
928         </dependency>
929         <dependency>
930             <groupId>org.openecomp.sdc.core</groupId>
931             <artifactId>openecomp-tosca-lib</artifactId>
932             <version>${project.version}</version>
933             <exclusions>
934                 <exclusion>
935                     <groupId>com.fasterxml.jackson.core</groupId>
936                     <artifactId>jackson-core</artifactId>
937                 </exclusion>
938                 <exclusion>
939                     <groupId>org.springframework</groupId>
940                     <artifactId>spring-core</artifactId>
941                 </exclusion>
942             </exclusions>
943         </dependency>
944         <dependency>
945             <groupId>org.onap.vnfsdk.validation</groupId>
946             <artifactId>validation-pmdictionary</artifactId>
947             <version>${onap.vnfsdk.validation.pmdictionary.version}</version>
948             <exclusions>
949                 <exclusion>
950                     <groupId>org.apache.logging.log4j</groupId>
951                     <artifactId>log4j-slf4j-impl</artifactId>
952                 </exclusion>
953             </exclusions>
954         </dependency>
955
956         <dependency>
957             <groupId>com.googlecode.jmapper-framework</groupId>
958             <artifactId>jmapper-core</artifactId>
959             <version>${jMapper.version}</version>
960             <exclusions>
961                 <exclusion>
962                     <groupId>com.thoughtworks.xstream</groupId>
963                     <artifactId>xstream</artifactId>
964                 </exclusion>
965             </exclusions>
966         </dependency>
967
968     </dependencies>
969
970     <build>
971         <finalName>catalog-be</finalName>
972         <plugins>
973             <plugin>
974                 <groupId>org.apache.maven.plugins</groupId>
975                 <artifactId>maven-surefire-plugin</artifactId>
976                 <configuration>
977                     <forkCount>1C</forkCount>
978                     <reuseForks>false</reuseForks>
979                 </configuration>
980             </plugin>
981             <plugin>
982                 <!-- Download Swagger UI webjar. -->
983                 <artifactId>maven-dependency-plugin</artifactId>
984                 <version>${maven-dependency-plugin.version}</version>
985                 <executions>
986                     <execution>
987                         <phase>prepare-package</phase>
988                         <goals>
989                             <goal>unpack</goal>
990                         </goals>
991                         <configuration>
992                             <artifactItems>
993                                 <artifactItem>
994                                     <groupId>org.webjars</groupId>
995                                     <artifactId>swagger-ui</artifactId>
996                                     <version>${swagger-ui.version}</version>
997                                 </artifactItem>
998                             </artifactItems>
999                             <outputDirectory>${project.build.directory}/swagger-ui</outputDirectory>
1000                         </configuration>
1001                     </execution>
1002                 </executions>
1003             </plugin>
1004             <plugin>
1005                 <!-- Replace the OpenAPI specification example URL with the local one. -->
1006                 <groupId>com.google.code.maven-replacer-plugin</groupId>
1007                 <artifactId>replacer</artifactId>
1008                 <version>${replacer.plugin.version}</version>
1009                 <executions>
1010                     <execution>
1011                         <phase>prepare-package</phase>
1012                         <goals>
1013                             <goal>replace</goal>
1014                         </goals>
1015                     </execution>
1016                 </executions>
1017                 <configuration>
1018                     <file>
1019                         ${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/index.html
1020                     </file>
1021                     <replacements>
1022                         <replacement>
1023                             <token>https://petstore.swagger.io/v2/swagger.json</token>
1024                             <value>/sdc/openapi.json</value>
1025                         </replacement>
1026                     </replacements>
1027                 </configuration>
1028             </plugin>
1029             <plugin>
1030                 <groupId>org.apache.maven.plugins</groupId>
1031                 <artifactId>maven-war-plugin</artifactId>
1032                 <configuration>
1033                     <packagingExcludes>WEB-INF\lib\slf4j-log4j*.jar,
1034                         WEB-INF/classes/elasticsearch.yml,
1035                         WEB-INF/classes/portal.properties
1036                     </packagingExcludes>
1037                     <archive>
1038                         <manifestEntries>
1039                             <SDC-Version>${project.version}</SDC-Version>
1040                         </manifestEntries>
1041                         <manifest>
1042                             <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
1043                             <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
1044                         </manifest>
1045                     </archive>
1046                     <attachClasses>true</attachClasses>
1047                     <webResources combine.children="append">
1048                         <resource>
1049                             <directory>
1050                                 ${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}
1051                             </directory>
1052                             <includes>
1053                                 <include>**/*.*</include>
1054                             </includes>
1055                             <targetPath>swagger-ui</targetPath>
1056                         </resource>
1057                     </webResources>
1058                 </configuration>
1059             </plugin>
1060             <plugin>
1061                 <groupId>com.github.sylvainlaurent.maven</groupId>
1062                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
1063                 <executions>
1064                     <execution>
1065                         <id>validate</id>
1066                         <phase>validate</phase>
1067                         <goals>
1068                             <goal>validate</goal>
1069                         </goals>
1070                         <configuration>
1071                             <validationSets>
1072                                 <validationSet>
1073                                     <includes>
1074                                         <include>src/main/resources/**/*.y*ml</include>
1075                                         <include>src/test/resources/**/*.y*ml</include>
1076                                     </includes>
1077                                     <excludes>
1078                                         <exclude>
1079                                             src/test/resources/artifacts/pnfSoftwareInformation/**
1080                                         </exclude>
1081                                     </excludes>
1082                                 </validationSet>
1083                                 <validationSet>
1084                                     <includes>
1085                                         <include>src/main/resources/**/*.json</include>
1086                                         <include>src/test/resources/**/*.json</include>
1087                                     </includes>
1088                                 </validationSet>
1089                             </validationSets>
1090                             <skip>${skipYamlJsonValidator}</skip>
1091                         </configuration>
1092                     </execution>
1093                 </executions>
1094             </plugin>
1095             <plugin>
1096                 <groupId>com.jcabi</groupId>
1097                 <artifactId>jcabi-maven-plugin</artifactId>
1098                 <version>${jcabi.maven.plugin.version}</version>
1099                 <dependencies>
1100                     <dependency>
1101                         <groupId>org.aspectj</groupId>
1102                         <artifactId>aspectjtools</artifactId>
1103                         <version>${aspectj.version}</version>
1104                     </dependency>
1105                     <dependency>
1106                         <groupId>org.aspectj</groupId>
1107                         <artifactId>aspectjweaver</artifactId>
1108                         <version>${aspectj.version}</version>
1109                     </dependency>
1110                 </dependencies>
1111                 <executions>
1112                     <execution>
1113                         <goals>
1114                             <goal>ajc</goal>
1115                         </goals>
1116                     </execution>
1117                 </executions>
1118             </plugin>
1119             <plugin>
1120                 <groupId>org.apache.maven.plugins</groupId>
1121                 <artifactId>maven-assembly-plugin</artifactId>
1122                 <executions>
1123                     <execution>
1124                         <id>normatives</id>
1125                         <phase>prepare-package</phase>
1126                         <goals>
1127                             <goal>single</goal>
1128                         </goals>
1129                         <configuration>
1130                             <finalName>normatives</finalName>
1131                             <appendAssemblyId>false</appendAssemblyId>
1132                             <descriptors>
1133                                 <descriptor>src/main/assembly/normatives.xml</descriptor>
1134                             </descriptors>
1135                         </configuration>
1136                     </execution>
1137                 </executions>
1138             </plugin>
1139             <plugin>
1140                 <groupId>org.apache.maven.plugins</groupId>
1141                 <artifactId>maven-clean-plugin</artifactId>
1142                 <executions>
1143                     <execution>
1144                         <id>clean.sdc.backend.folder</id>
1145                         <phase>clean</phase>
1146                         <goals>
1147                             <goal>clean</goal>
1148                         </goals>
1149                         <configuration>
1150                             <filesets>
1151                                 <fileset>
1152                                     <directory>
1153                                         sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/files/default
1154                                     </directory>
1155                                     <followSymlinks>false</followSymlinks>
1156                                     <includes>
1157                                         <include>normatives.tar.gz</include>
1158                                     </includes>
1159                                 </fileset>
1160                             </filesets>
1161                         </configuration>
1162                     </execution>
1163                 </executions>
1164             </plugin>
1165             <plugin>
1166                 <groupId>io.swagger.core.v3</groupId>
1167                 <artifactId>swagger-maven-plugin</artifactId>
1168                 <version>${swagger-core-mvn-plugin.version}</version>
1169                 <executions>
1170                     <execution>
1171                         <id>sdce-2-sdce-5</id>
1172                         <phase>compile</phase>
1173                         <goals>
1174                             <goal>resolve</goal>
1175                         </goals>
1176                         <configuration>
1177                             <contextId>sdce-2-sdce-5</contextId>
1178                             <outputPath>${project.build.directory}/generated/swagger</outputPath>
1179                             <outputFileName>swagger-sdce-2-sdce-5</outputFileName>
1180                             <outputFormat>JSON</outputFormat>
1181                             <configurationFilePath>
1182                                 ${project.basedir}/src/main/resources/swagger-config/sdce-2-sdce-5.yaml
1183                             </configurationFilePath>
1184                             <skip>${swagger.skip}</skip>
1185                         </configuration>
1186                     </execution>
1187                     <execution>
1188                         <id>sdce-4</id>
1189                         <phase>compile</phase>
1190                         <goals>
1191                             <goal>resolve</goal>
1192                         </goals>
1193                         <configuration>
1194                             <contextId>sdce-4</contextId>
1195                             <outputPath>${project.build.directory}/generated/swagger</outputPath>
1196                             <outputFileName>swagger-sdce-4</outputFileName>
1197                             <outputFormat>JSON</outputFormat>
1198                             <configurationFilePath>
1199                                 ${project.basedir}/src/main/resources/swagger-config/sdce-4.yaml
1200                             </configurationFilePath>
1201                             <skip>${swagger.skip}</skip>
1202                         </configuration>
1203                     </execution>
1204                     <execution>
1205                         <id>sdce-6</id>
1206                         <phase>compile</phase>
1207                         <goals>
1208                             <goal>resolve</goal>
1209                         </goals>
1210                         <configuration>
1211                             <contextId>sdce-6</contextId>
1212                             <outputPath>${project.build.directory}/generated/swagger</outputPath>
1213                             <outputFileName>swagger-sdce-6</outputFileName>
1214                             <outputFormat>JSON</outputFormat>
1215                             <configurationFilePath>
1216                                 ${project.basedir}/src/main/resources/swagger-config/sdce-6.yaml
1217                             </configurationFilePath>
1218                             <skip>${swagger.skip}</skip>
1219                         </configuration>
1220                     </execution>
1221                     <execution>
1222                         <id>sdce-7</id>
1223                         <phase>compile</phase>
1224                         <goals>
1225                             <goal>resolve</goal>
1226                         </goals>
1227                         <configuration>
1228                             <contextId>sdce-7</contextId>
1229                             <outputPath>${project.build.directory}/generated/swagger</outputPath>
1230                             <outputFileName>swagger-sdce-7</outputFileName>
1231                             <outputFormat>JSON</outputFormat>
1232                             <configurationFilePath>
1233                                 ${project.basedir}/src/main/resources/swagger-config/sdce-7.yaml
1234                             </configurationFilePath>
1235                             <skip>${swagger.skip}</skip>
1236                         </configuration>
1237                     </execution>
1238                 </executions>
1239             </plugin>
1240         </plugins>
1241
1242         <pluginManagement>
1243             <plugins>
1244                 <!--This plugin's configuration is used to store Eclipse m2e settings
1245                     only. It has no influence on the Maven build itself. -->
1246                 <plugin>
1247                     <groupId>org.eclipse.m2e</groupId>
1248                     <artifactId>lifecycle-mapping</artifactId>
1249                     <version>1.0.0</version>
1250                     <configuration>
1251                         <lifecycleMappingMetadata>
1252                             <pluginExecutions>
1253                                 <pluginExecution>
1254                                     <pluginExecutionFilter>
1255                                         <groupId>com.googlecode.maven-download-plugin</groupId>
1256                                         <artifactId>download-maven-plugin</artifactId>
1257                                         <versionRange>[1.2.1,)</versionRange>
1258                                         <goals>
1259                                             <goal>wget</goal>
1260                                         </goals>
1261                                     </pluginExecutionFilter>
1262                                 </pluginExecution>
1263
1264                                 <pluginExecution>
1265                                     <pluginExecutionFilter>
1266                                         <groupId>com.jcabi</groupId>
1267                                         <artifactId>jcabi-maven-plugin</artifactId>
1268                                         <versionRange>[0.0,)</versionRange>
1269                                         <goals>
1270                                             <goal>ajc</goal>
1271                                         </goals>
1272                                     </pluginExecutionFilter>
1273                                     <action>
1274                                         <execute/>
1275                                     </action>
1276                                 </pluginExecution>
1277
1278                             </pluginExecutions>
1279                         </lifecycleMappingMetadata>
1280                     </configuration>
1281                 </plugin>
1282             </plugins>
1283         </pluginManagement>
1284         <!-- Swagger Plugins End -->
1285     </build>
1286
1287     <profiles>
1288         <profile>
1289             <id>docker</id>
1290             <activation>
1291                 <activeByDefault>false</activeByDefault>
1292             </activation>
1293             <build>
1294                 <plugins>
1295                     <plugin>
1296                         <groupId>org.apache.maven.plugins</groupId>
1297                         <artifactId>maven-resources-plugin</artifactId>
1298                         <executions>
1299                             <execution>
1300                                 <id>copy-normatives</id>
1301                                 <phase>package</phase>
1302                                 <goals>
1303                                     <goal>copy-resources</goal>
1304                                 </goals>
1305                                 <configuration>
1306                                     <outputDirectory>
1307                                         sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/files/default
1308                                     </outputDirectory>
1309                                     <resources>
1310                                         <resource>
1311                                             <directory>${project.build.directory}</directory>
1312                                             <includes>
1313                                                 <include>normatives.tar.gz</include>
1314                                             </includes>
1315                                         </resource>
1316                                     </resources>
1317                                 </configuration>
1318                             </execution>
1319                             <execution>
1320                                 <id>copy-sdc-be-py</id>
1321                                 <phase>verify</phase>
1322                                 <goals>
1323                                     <goal>copy-resources</goal>
1324                                 </goals>
1325                                 <configuration>
1326                                     <outputDirectory>
1327                                         sdc-backend-init/
1328                                     </outputDirectory>
1329                                     <resources>
1330                                         <resource>
1331                                             <directory>
1332                                                 ${project.parent.basedir}/catalog-be/src/main/resources/
1333                                             </directory>
1334                                             <includes>
1335                                                 <include>scripts/sdcBePy/**</include>
1336                                                 <inculde>scripts/setup.py</inculde>
1337                                             </includes>
1338                                         </resource>
1339                                     </resources>
1340                                 </configuration>
1341                             </execution>
1342                         </executions>
1343                     </plugin>
1344                     <plugin>
1345                         <groupId>io.fabric8</groupId>
1346                         <artifactId>docker-maven-plugin</artifactId>
1347                         <configuration>
1348                             <verbose>${verbose}</verbose>
1349                             <apiVersion>${docker.api.version}</apiVersion>
1350                             <registry>nexus3.onap.org:10001</registry>
1351                             <authConfig>
1352                                 <pull>
1353                                     <username>docker</username>
1354                                     <password>docker</password>
1355                                 </pull>
1356                             </authConfig>
1357                             <images>
1358
1359                                 <!-- Build backend image -->
1360                                 <image>
1361                                     <name>onap/sdc-backend</name>
1362                                     <alias>sdc-backend</alias>
1363                                     <build>
1364                                         <cleanup>try</cleanup>
1365                                         <dockerFileDir>backend</dockerFileDir>
1366                                         <tags>
1367                                             <tag>latest</tag>
1368                                             <tag>
1369                                                 ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
1370                                             </tag>
1371                                             <tag>
1372                                                 ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}
1373                                             </tag>
1374                                         </tags>
1375                                         <assembly>
1376                                             <descriptor>backend/backend-files.xml</descriptor>
1377                                             <name>onap-sdc-backend</name>
1378                                         </assembly>
1379                                     </build>
1380                                 </image>
1381                                 <!-- Build backend-init image -->
1382                                 <image>
1383                                     <name>onap/sdc-backend-init</name>
1384                                     <alias>sdc-backend-init</alias>
1385                                     <build>
1386                                         <cleanup>try</cleanup>
1387                                         <dockerFileDir>${project.basedir}/sdc-backend-init
1388                                         </dockerFileDir>
1389                                         <tags>
1390                                             <tag>latest</tag>
1391                                             <tag>
1392                                                 ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
1393                                             </tag>
1394                                             <tag>
1395                                                 ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}
1396                                             </tag>
1397                                         </tags>
1398                                     </build>
1399                                 </image>
1400                             </images>
1401                         </configuration>
1402                         <executions>
1403                             <execution>
1404                                 <id>clean-images</id>
1405                                 <phase>pre-clean</phase>
1406                                 <goals>
1407                                     <goal>remove</goal>
1408                                 </goals>
1409                                 <configuration>
1410                                     <removeAll>true</removeAll>
1411                                     <image>onap/sdc-backend,onap/sdc-backend-init</image>
1412                                 </configuration>
1413                             </execution>
1414
1415                             <execution>
1416                                 <id>generate-images</id>
1417                                 <phase>install</phase>
1418                                 <goals>
1419                                     <goal>build</goal>
1420                                 </goals>
1421                             </execution>
1422
1423                             <execution>
1424                                 <id>push-images</id>
1425                                 <phase>deploy</phase>
1426                                 <goals>
1427                                     <goal>push</goal>
1428                                 </goals>
1429                                 <configuration>
1430                                     <image>onap/sdc-backend,onap/sdc-backend-init</image>
1431                                 </configuration>
1432                             </execution>
1433                         </executions>
1434                     </plugin>
1435                 </plugins>
1436             </build>
1437         </profile>
1438     </profiles>
1439 </project>