Bump SDC version 1.5.2
[sdc.git] / catalog-fe / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2                  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4         <modelVersion>4.0.0</modelVersion>
5         <artifactId>catalog-fe</artifactId>
6         <packaging>war</packaging>
7
8         <parent>
9                 <groupId>org.openecomp.sdc</groupId>
10                 <artifactId>sdc-main</artifactId>
11                 <version>1.5.2-SNAPSHOT</version>
12         </parent>
13
14         <dependencies>
15
16                 <dependency>
17                         <groupId>org.projectlombok</groupId>
18                         <artifactId>lombok</artifactId>
19                         <version>${lombok.version}</version>
20                 </dependency>
21
22                 <dependency>
23                         <groupId>org.functionaljava</groupId>
24                         <artifactId>functionaljava</artifactId>
25                         <version>${functionaljava.version}</version>
26                         <scope>compile</scope>
27                 </dependency>
28
29                 <dependency>
30                         <groupId>org.openecomp.sdc</groupId>
31                         <artifactId>security-utils</artifactId>
32                         <version>${project.version}</version>
33                         <scope>compile</scope>
34                 </dependency>
35
36                 <dependency>
37                         <groupId>org.openecomp.sdc</groupId>
38                         <artifactId>common-app-api</artifactId>
39                         <version>${project.version}</version>
40                 </dependency>
41
42                 <!-- File changes listener -->
43                 <dependency>
44                         <groupId>ch.qos.logback</groupId>
45                         <artifactId>logback-classic</artifactId>
46                         <version>${logback.version}</version>
47                         <scope>compile</scope>
48                 </dependency>
49
50                 <dependency>
51                         <groupId>org.codehaus.groovy</groupId>
52                         <artifactId>groovy</artifactId>
53                         <scope>compile</scope>
54                 </dependency>
55
56                 <dependency>
57                         <groupId>org.codehaus.janino</groupId>
58                         <artifactId>janino</artifactId>
59                         <version>${janino.version}</version>
60                         <scope>compile</scope>
61                 </dependency>
62
63                 <dependency>
64                         <groupId>org.yaml</groupId>
65                         <artifactId>snakeyaml</artifactId>
66                         <version>${snakeyaml.version}</version>
67                         <scope>compile</scope>
68                 </dependency>
69
70                 <dependency>
71                         <groupId>org.apache.commons</groupId>
72                         <artifactId>commons-jci-core</artifactId>
73                         <version>${commons-jci-core.version}</version>
74                         <scope>compile</scope>
75                 </dependency>
76
77                 <dependency>
78                         <groupId>com.google.code.gson</groupId>
79                         <artifactId>gson</artifactId>
80                         <version>${gson.version}</version>
81                         <scope>compile</scope>
82                 </dependency>
83
84                 <dependency>
85                         <groupId>org.glassfish.jersey.containers</groupId>
86                         <artifactId>jersey-container-servlet</artifactId>
87                         <version>${jersey-bom.version}</version>
88                         <scope>compile</scope>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>org.glassfish.jersey.media</groupId>
93                         <artifactId>jersey-media-multipart</artifactId>
94                         <version>${jersey-bom.version}</version>
95                         <scope>compile</scope>
96                 </dependency>
97
98                 <dependency>
99                         <groupId>org.glassfish.jersey.media</groupId>
100                         <artifactId>jersey-media-moxy</artifactId>
101                         <version>${jersey-bom.version}</version>
102                         <scope>compile</scope>
103                 </dependency>
104
105
106                 <dependency>
107                         <groupId>org.glassfish.jersey.media</groupId>
108                         <artifactId>jersey-media-json-jackson</artifactId>
109                         <version>${jersey-bom.version}</version>
110                         <scope>compile</scope>
111                 </dependency>
112
113                 <dependency>
114                         <groupId>org.glassfish.jersey.inject</groupId>
115                         <artifactId>jersey-hk2</artifactId>
116                         <version>${jersey-bom.version}</version>
117                 </dependency>
118
119                 <dependency>
120                         <groupId>com.fasterxml.jackson.core</groupId>
121                         <artifactId>jackson-core</artifactId>
122                         <version>${jackson.version}</version>
123                         <scope>compile</scope>
124                 </dependency>
125
126                 <dependency>
127                         <groupId>com.fasterxml.jackson.core</groupId>
128                         <artifactId>jackson-databind</artifactId>
129                         <version>${jackson.version}</version>
130                         <scope>compile</scope>
131                 </dependency>
132
133                 <dependency>
134                         <groupId>com.fasterxml.jackson.core</groupId>
135                         <artifactId>jackson-annotations</artifactId>
136                         <version>${jackson-annotations.version}</version>
137                         <scope>compile</scope>
138                 </dependency>
139
140                 <!-- http client -->
141                 <dependency>
142                         <groupId>org.apache.httpcomponents</groupId>
143                         <artifactId>httpclient</artifactId>
144                         <version>${httpclient.version}</version>
145                         <scope>compile</scope>
146                 </dependency>
147
148                 <dependency>
149                         <groupId>org.apache.httpcomponents</groupId>
150                         <artifactId>httpcore</artifactId>
151                         <version>${httpcore.version}</version>
152                         <scope>compile</scope>
153                 </dependency>
154
155                 <dependency>
156                         <groupId>org.apache.httpcomponents</groupId>
157                         <artifactId>httpmime</artifactId>
158                         <version>${httpclient.version}</version>
159                         <scope>compile</scope>
160                 </dependency>
161
162                 <dependency>
163                         <groupId>commons-logging</groupId>
164                         <artifactId>commons-logging</artifactId>
165                         <version>${commons-logging}</version>
166                         <scope>compile</scope>
167                 </dependency>
168
169                 <dependency>
170                         <groupId>commons-codec</groupId>
171                         <artifactId>commons-codec</artifactId>
172                         <version>${commons-codec}</version>
173                         <scope>compile</scope>
174                 </dependency>
175                 <!-- http client END -->
176
177                 <dependency>
178                         <groupId>javax.servlet</groupId>
179                         <artifactId>javax.servlet-api</artifactId>
180                         <version>${servlet-api.version}</version>
181                         <scope>provided</scope>
182                 </dependency>
183
184                 <!-- JSON and YAML Parsing -->
185                 <dependency>
186                         <groupId>com.fasterxml.jackson.dataformat</groupId>
187                         <artifactId>jackson-dataformat-yaml</artifactId>
188                         <version>${jackson.version}</version>
189                         <scope>compile</scope>
190                 </dependency>
191
192                 <!-- Jetty Proxy -->
193                 <dependency>
194                         <groupId>org.eclipse.jetty</groupId>
195                         <artifactId>jetty-proxy</artifactId>
196                         <version>${jetty.version}</version>
197                         <scope>compile</scope>
198                 </dependency>
199
200                 <dependency>
201                         <groupId>org.eclipse.jetty</groupId>
202                         <artifactId>jetty-servlets</artifactId>
203                         <version>${jetty.version}</version>
204                         <scope>compile</scope>
205                 </dependency>
206
207                 <!-- Proxy servlet -->
208                 <dependency>
209                         <groupId>com.google.guava</groupId>
210                         <artifactId>guava</artifactId>
211                         <version>${guava.version}</version>
212                         <scope>compile</scope>
213                 </dependency>
214
215                 <!-- Aspects -->
216                 <dependency>
217                         <groupId>com.jcabi</groupId>
218                         <artifactId>jcabi-aspects</artifactId>
219                         <version>${jcabi.version}</version>
220                         <scope>compile</scope>
221                 </dependency>
222                 <dependency>
223                         <groupId>org.aspectj</groupId>
224                         <artifactId>aspectjrt</artifactId>
225                         <version>${aspectjrt.version}</version>
226                         <scope>compile</scope>
227                 </dependency>
228
229                 <dependency>
230                         <groupId>org.apache.commons</groupId>
231                         <artifactId>commons-lang3</artifactId>
232                         <version>${lang3.version}</version>
233                         <scope>compile</scope>
234                 </dependency>
235
236                 <!-- Inserted for ECOMP Portal Integration -->
237                 <dependency>
238                         <groupId>org.onap.portal.sdk</groupId>
239                         <artifactId>epsdk-fw</artifactId>
240                         <version>${ecomp.version}</version>
241                         <scope>compile</scope>
242                         <exclusions>
243                                 <exclusion>
244                                         <groupId>com.att.nsa</groupId>
245                                         <artifactId>cambriaClient</artifactId>
246                                 </exclusion>
247                                 <exclusion>
248                                         <artifactId>slf4j-log4j12</artifactId>
249                                         <groupId>org.slf4j</groupId>
250                                 </exclusion>
251                         </exclusions>
252                 </dependency>
253                 <!-- System metrics -->
254                 <dependency>
255                         <groupId>org.fusesource</groupId>
256                         <artifactId>sigar</artifactId>
257                         <version>${sigar.version}</version>
258                         <scope>compile</scope>
259                 </dependency>
260
261                 <!-- TEST -->
262                 <dependency>
263                         <groupId>org.glassfish.jersey.test-framework.providers</groupId>
264                         <artifactId>jersey-test-framework-provider-bundle</artifactId>
265                         <version>${jersey-bom.version}</version>
266                         <type>pom</type>
267                         <scope>test</scope>
268                 </dependency>
269
270                 <dependency>
271                         <groupId>com.google.code.bean-matchers</groupId>
272                         <artifactId>bean-matchers</artifactId>
273                         <version>${bean-matchers.version}</version>
274                         <scope>test</scope>
275                 </dependency>
276
277                 <dependency>
278                         <groupId>org.eclipse.jetty</groupId>
279                         <artifactId>jetty-servlet</artifactId>
280                         <version>${jetty.version}</version>
281                         <scope>test</scope>
282                 </dependency>
283
284                 <dependency>
285                         <groupId>org.eclipse.jetty</groupId>
286                         <artifactId>jetty-webapp</artifactId>
287                         <version>${jetty.version}</version>
288                         <scope>test</scope>
289                 </dependency>
290
291                 <dependency>
292                         <groupId>org.mockito</groupId>
293                         <artifactId>mockito-core</artifactId>
294                         <scope>test</scope>
295                 </dependency>
296
297         </dependencies>
298
299         <build>
300
301                 <finalName>${project.artifactId}-${project.version}</finalName>
302
303                 <plugins>
304                         <plugin>
305                                 <groupId>org.apache.maven.plugins</groupId>
306                                 <artifactId>maven-war-plugin</artifactId>
307                                 <configuration>
308                                         <archive>
309                                                 <manifest>
310                                                         <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
311                                                 </manifest>
312                                         </archive>
313
314                                         <webResources>
315                                                 <resource>
316                                                         <directory>src/main/resources</directory>
317                                                 </resource>
318                                         </webResources>
319                                 </configuration>
320                         </plugin>
321
322                         <plugin>
323                                 <groupId>org.eclipse.jetty</groupId>
324                                 <artifactId>jetty-maven-plugin</artifactId>
325                                 <version>${jetty.version}</version>
326                                 <configuration>
327                                         <webApp>
328                                                 <contextPath>/</contextPath>
329                                                 <webInfIncludeJarPattern>.*/.*jersey-[^/]\.jar$</webInfIncludeJarPattern>
330                                         </webApp>
331                                         <war>${project.build.directory}/${project.build.finalName}.war</war>
332                                 </configuration>
333                         </plugin>
334
335                         <plugin>
336                                 <groupId>org.apache.maven.plugins</groupId>
337                                 <artifactId>maven-deploy-plugin</artifactId>
338                                 <configuration>
339                                         <skip>true</skip>
340                                 </configuration>
341                         </plugin>
342
343                         <plugin>
344                                 <groupId>com.jcabi</groupId>
345                                 <artifactId>jcabi-maven-plugin</artifactId>
346                                 <version>${jcabi.maven.plugin.version}</version>
347                                 <executions>
348                                         <execution>
349                                                 <goals>
350                                                         <goal>ajc</goal>
351                                                 </goals>
352                                         </execution>
353                                 </executions>
354                         </plugin>
355                         <plugin>
356                                 <groupId>org.apache.maven.plugins</groupId>
357                                 <artifactId>maven-clean-plugin</artifactId>
358                                 <executions>
359                                         <execution>
360                                                 <id>clean.catalog.fe.folder</id>
361                                                 <phase>clean</phase>
362                                                 <goals>
363                                                         <goal>clean</goal>
364                                                 </goals>
365                                                 <configuration>
366                                                         <filesets>
367                                                                 <!-- FE WAR's -->
368                                                                 <fileset>
369                                                                         <directory>${project.parent.basedir}/catalog-fe/sdc-frontend/</directory>
370                                                                         <followSymlinks>false</followSymlinks>
371                                                                         <includes>
372                                                                                 <include>*.war</include>
373                                                                         </includes>
374                                                                 </fileset>
375                                                         </filesets>
376                                                 </configuration>
377                                         </execution>
378                                 </executions>
379                         </plugin>
380                         <plugin>
381                                 <groupId>com.github.sylvainlaurent.maven</groupId>
382                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
383                                 <executions>
384                                         <execution>
385                                                 <id>validate</id>
386                                                 <phase>validate</phase>
387                                                 <goals>
388                                                         <goal>validate</goal>
389                                                 </goals>
390                                                 <configuration>
391                                                         <validationSets>
392                                                                 <validationSet>
393                                                                         <includes>
394                                                                                 <include>src/main/resources/**/*.y*ml</include>
395                                                                                 <include>src/test/resources/**/*.y*ml</include>
396                                                                         </includes>
397                                                                 </validationSet>
398                                                                 <validationSet>
399                                                                         <includes>
400                                                                                 <include>src/main/resources/**/*.json</include>
401                                                                                 <include>src/test/resources/**/*.json</include>
402                                                                         </includes>
403                                                                 </validationSet>
404                                                         </validationSets>
405                                                 </configuration>
406                                         </execution>
407                                 </executions>
408                         </plugin>
409
410                 </plugins>
411
412                 <pluginManagement>
413                         <plugins>
414                                 <!--This plugin's configuration is used to store Eclipse m2e settings
415                                         only. It has no influence on the Maven build itself. -->
416                                 <plugin>
417                                         <groupId>org.eclipse.m2e</groupId>
418                                         <artifactId>lifecycle-mapping</artifactId>
419                                         <version>1.0.0</version>
420                                         <configuration>
421                                                 <lifecycleMappingMetadata>
422                                                         <pluginExecutions>
423
424                                                                 <pluginExecution>
425                                                                         <pluginExecutionFilter>
426                                                                                 <groupId>com.jcabi</groupId>
427                                                                                 <artifactId>jcabi-maven-plugin</artifactId>
428                                                                                 <versionRange>[0.0,)</versionRange>
429                                                                                 <goals>
430                                                                                         <goal>ajc</goal>
431                                                                                 </goals>
432                                                                         </pluginExecutionFilter>
433                                                                         <action>
434                                                                                 <execute />
435                                                                         </action>
436                                                                 </pluginExecution>
437
438                                                         </pluginExecutions>
439                                                 </lifecycleMappingMetadata>
440                                         </configuration>
441                                 </plugin>
442
443                                 <!-- jacbi (log injection) -->
444
445                         </plugins>
446                 </pluginManagement>
447
448         </build>
449
450         <profiles>
451                 <profile>
452                         <id>catalog</id>
453                         <activation>
454                                 <activeByDefault>false</activeByDefault>
455                         </activation>
456
457                         <build>
458                                 <finalName>${project.artifactId}-${project.version}</finalName>
459                         </build>
460                 </profile>
461                 <profile>
462                         <id>docker-staging</id>
463                         <properties>
464                                 <docker.tag>${project.version}-STAGING-${maven.build.timestamp}</docker.tag>
465                                 <docker.latest.tag>${project.version}-STAGING-latest</docker.latest.tag>
466                         </properties>
467                 </profile>
468
469                 <profile>
470                         <id>docker</id>
471                         <activation>
472                                 <activeByDefault>false</activeByDefault>
473                         </activation>
474                         <properties>
475                                 <docker.username>docker</docker.username>
476                                 <docker.password>docker</docker.password>
477                         </properties>
478                         <build>
479                                 <plugins>
480                                         <plugin>
481                                                 <groupId>org.apache.maven.plugins</groupId>
482                                                 <artifactId>maven-resources-plugin</artifactId>
483                                                 <executions>
484                                                         <execution>
485                                                                 <id>copy-resources-fe</id>
486                                                                 <phase>verify</phase>
487                                                                 <goals>
488                                                                         <goal>copy-resources</goal>
489                                                                 </goals>
490                                                                 <configuration>
491                                                                         <outputDirectory>${basedir}/sdc-frontend</outputDirectory>
492                                                                         <resources>
493                                                                                 <resource>
494                                                                                         <directory>${project.parent.basedir}/catalog-fe/target</directory>
495                                                                                         <includes>
496                                                                                                 <include>catalog-fe-${project.version}.war</include>
497                                                                                         </includes>
498                                                                                 </resource>
499                                                                                 <resource>
500                                                                                         <directory>${project.parent.basedir}/openecomp-ui/target</directory>
501                                                                                         <includes>
502                                                                                                 <include>onboarding-fe-${project.version}.war</include>
503                                                                                         </includes>
504                                                                                 </resource>
505                                                                         </resources>
506                                                                 </configuration>
507                                                         </execution>
508                                                 </executions>
509                                         </plugin>
510                                         <plugin>
511                                                 <groupId>io.fabric8</groupId>
512                                                 <artifactId>docker-maven-plugin</artifactId>
513                                                 <configuration>
514                                                         <apiVersion>1.23</apiVersion>
515                                                         <registry>nexus3.onap.org:10001</registry>
516                                                         <authConfig>
517                                                                 <pull>
518                                                                         <username>${docker.username}</username>
519                                                                         <password>${docker.password}</password>
520                                                                 </pull>
521                                                         </authConfig>
522                                                         <images>
523
524                                                                 <!-- Build frontend image -->
525                                                                 <image>
526                                                                         <name>onap/sdc-frontend</name>
527                                                                         <alias>sdc-frontend</alias>
528                                                                         <build>
529                                                                                 <cleanup>try</cleanup>
530                                                                                 <dockerFileDir>${project.basedir}/sdc-frontend</dockerFileDir>
531                                                                                 <tags>
532                                                                                         <tag>${docker.tag}</tag>
533                                                                                         <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag>
534                                                                                 </tags>
535                                                                         </build>
536                                                                 </image>
537                                                         </images>
538                                                 </configuration>
539                                                 <executions>
540                                                         <execution>
541                                                                 <id>clean-images</id>
542                                                                 <phase>pre-clean</phase>
543                                                                 <goals>
544                                                                         <goal>remove</goal>
545                                                                 </goals>
546                                                                 <configuration>
547                                                                         <removeAll>true</removeAll>
548                                                                         <image>onap/sdc-frontend</image>
549                                                                 </configuration>
550                                                         </execution>
551
552                                                         <execution>
553                                                                 <id>generate-images</id>
554                                                                 <phase>install</phase>
555                                                                 <goals>
556                                                                         <goal>build</goal>
557                                                                 </goals>
558                                                         </execution>
559
560                                                         <execution>
561                                                                 <id>push-images</id>
562                                                                 <phase>deploy</phase>
563                                                                 <goals>
564                                                                         <goal>push</goal>
565                                                                 </goals>
566                                                                 <configuration>
567                                                                         <image>onap/sdc-frontend</image>
568                                                                 </configuration>
569                                                         </execution>
570                                                 </executions>
571                                         </plugin>
572                                 </plugins>
573                         </build>
574                 </profile>
575         </profiles>
576 </project>