Fix critical cross site scripting
[sdc.git] / catalog-model / 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
5     <modelVersion>4.0.0</modelVersion>
6
7     <groupId>org.openecomp.sdc.be</groupId>
8     <artifactId>catalog-model</artifactId>
9
10     <parent>
11         <groupId>org.openecomp.sdc</groupId>
12         <artifactId>sdc-main</artifactId>
13         <version>1.10.0-SNAPSHOT</version>
14     </parent>
15
16     <properties>
17         <awaitility.version>4.0.3</awaitility.version>
18     </properties>
19
20     <dependencies>
21         <dependency>
22             <groupId>com.fasterxml.jackson.core</groupId>
23             <artifactId>jackson-core</artifactId>
24             <version>${jackson.version}</version>
25         </dependency>
26         <dependency>
27             <groupId>com.fasterxml.jackson.core</groupId>
28             <artifactId>jackson-annotations</artifactId>
29             <version>${jackson.version}</version>
30         </dependency>
31
32         <dependency>
33             <groupId>com.fasterxml.jackson.core</groupId>
34             <artifactId>jackson-databind</artifactId>
35             <version>${jackson.version}</version>
36         </dependency>
37         <!-- Common of SDC -->
38         <dependency>
39             <groupId>org.openecomp.sdc</groupId>
40             <artifactId>common-app-api</artifactId>
41             <version>${project.version}</version>
42             <scope>provided</scope>
43             <exclusions>
44                 <exclusion>
45                     <groupId>com.fasterxml.jackson.core</groupId>
46                     <artifactId>jackson-core</artifactId>
47                 </exclusion>
48             </exclusions>
49         </dependency>
50
51         <dependency>
52             <groupId>org.openecomp.sdc.be</groupId>
53             <artifactId>common-be</artifactId>
54             <version>${project.version}</version>
55             <scope>provided</scope>
56             <exclusions>
57                 <exclusion>
58                     <groupId>org.springframework</groupId>
59                     <artifactId>spring-core</artifactId>
60                 </exclusion>
61                 <exclusion>
62                     <groupId>com.fasterxml.jackson.core</groupId>
63                     <artifactId>jackson-databind</artifactId>
64                 </exclusion>
65             </exclusions>
66         </dependency>
67
68         <dependency>
69             <groupId>ch.qos.logback</groupId>
70             <artifactId>logback-classic</artifactId>
71             <version>${logback.version}</version>
72             <scope>provided</scope>
73         </dependency>
74         <dependency>
75             <groupId>com.google.code.bean-matchers</groupId>
76             <artifactId>bean-matchers</artifactId>
77             <version>${bean-matcher.version}</version>
78             <scope>test</scope>
79         </dependency>
80
81         <dependency>
82             <groupId>ch.qos.logback</groupId>
83             <artifactId>logback-core</artifactId>
84             <version>${logback.version}</version>
85             <scope>provided</scope>
86         </dependency>
87
88         <!-- catalog dao -->
89         <dependency>
90             <groupId>org.openecomp.sdc.be</groupId>
91             <artifactId>catalog-dao</artifactId>
92             <version>${project.version}</version>
93             <scope>provided</scope>
94             <exclusions>
95                 <exclusion>
96                     <groupId>com.fasterxml.jackson.core</groupId>
97                     <artifactId>jackson-core</artifactId>
98                 </exclusion>
99                 <exclusion>
100                     <groupId>com.fasterxml.jackson.core</groupId>
101                     <artifactId>jackson-databind</artifactId>
102                 </exclusion>
103                 <exclusion>
104                     <groupId>com.fasterxml.jackson.core</groupId>
105                     <artifactId>jackson-annotations</artifactId>
106                 </exclusion>
107             </exclusions>
108         </dependency>
109
110         <dependency>
111             <groupId>com.google.guava</groupId>
112             <artifactId>guava</artifactId>
113             <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
114             <scope>provided</scope>
115         </dependency>
116
117         <dependency>
118             <groupId>org.functionaljava</groupId>
119             <artifactId>functionaljava</artifactId>
120             <version>${functionaljava.version}</version>
121             <scope>provided</scope>
122         </dependency>
123
124         <!-- spring -->
125
126         <dependency>
127             <groupId>org.springframework</groupId>
128             <artifactId>spring-core</artifactId>
129             <version>${spring.version}</version>
130             <scope>provided</scope>
131         </dependency>
132
133         <dependency>
134             <groupId>org.springframework</groupId>
135             <artifactId>spring-beans</artifactId>
136             <version>${spring.version}</version>
137             <scope>provided</scope>
138         </dependency>
139
140         <dependency>
141             <groupId>org.springframework</groupId>
142             <artifactId>spring-context</artifactId>
143             <version>${spring.version}</version>
144             <scope>provided</scope>
145             <exclusions>
146                 <exclusion>
147                     <groupId>org.springframework</groupId>
148                     <artifactId>spring-expression</artifactId>
149                 </exclusion>
150                 <exclusion>
151                     <groupId>org.springframework</groupId>
152                     <artifactId>spring-core</artifactId>
153                 </exclusion>
154             </exclusions>
155         </dependency>
156
157         <dependency>
158             <groupId>javax.validation</groupId>
159             <artifactId>validation-api</artifactId>
160             <version>${javax.validation.version}</version>
161         </dependency>
162
163         <dependency>
164             <groupId>org.hibernate.validator</groupId>
165             <artifactId>hibernate-validator</artifactId>
166             <version>${hibernate.validator.version}</version>
167         </dependency>
168
169         <!-- Gson -->
170         <dependency>
171             <groupId>com.google.code.gson</groupId>
172             <artifactId>gson</artifactId>
173             <version>${gson.version}</version>
174             <scope>provided</scope>
175         </dependency>
176
177         <dependency>
178             <groupId>org.janusgraph</groupId>
179             <artifactId>janusgraph-core</artifactId>
180             <version>${janusgraph.version}</version>
181             <scope>provided</scope>
182             <exclusions>
183                 <exclusion>
184                     <artifactId>gremlin-groovy</artifactId>
185                     <groupId>org.apache.tinkerpop</groupId>
186                 </exclusion>
187                 <exclusion>
188                     <groupId>org.json</groupId>
189                     <artifactId>json</artifactId>
190                 </exclusion>
191                 <exclusion>
192                     <artifactId>slf4j-log4j12</artifactId>
193                     <groupId>org.slf4j</groupId>
194                 </exclusion>
195                 <exclusion>
196                     <artifactId>commons-collections</artifactId>
197                     <groupId>commons-collections</groupId>
198                 </exclusion>
199                 <exclusion>
200                     <artifactId>groovy</artifactId>
201                     <groupId>org.codehaus.groovy</groupId>
202                 </exclusion>
203                 <exclusion>
204                     <groupId>org.apache.thrift</groupId>
205                     <artifactId>libthrift</artifactId>
206                 </exclusion>
207                 <exclusion>
208                     <groupId>commons-io</groupId>
209                     <artifactId>commons-io</artifactId>
210                 </exclusion>
211                 <exclusion>
212                     <groupId>commons-codec</groupId>
213                     <artifactId>commons-codec</artifactId>
214                 </exclusion>
215                 <exclusion>
216                     <groupId>dom4j</groupId>
217                     <artifactId>dom4j</artifactId>
218                 </exclusion>
219             </exclusions>
220         </dependency>
221
222         <dependency>
223             <groupId>org.janusgraph</groupId>
224             <artifactId>janusgraph-cassandra</artifactId>
225             <version>${janusgraph.version}</version>
226             <scope>provided</scope>
227             <exclusions>
228                 <exclusion>
229                     <artifactId>slf4j-log4j12</artifactId>
230                     <groupId>org.slf4j</groupId>
231                 </exclusion>
232                 <exclusion>
233                     <groupId>org.apache.thrift</groupId>
234                     <artifactId>libthrift</artifactId>
235                 </exclusion>
236                 <exclusion>
237                     <groupId>org.codehaus.jackson</groupId>
238                     <artifactId>jackson-mapper-asl</artifactId>
239                 </exclusion>
240                 <exclusion>
241                     <groupId>commons-codec</groupId>
242                     <artifactId>commons-codec</artifactId>
243                 </exclusion>
244                 <exclusion>
245                     <groupId>org.hibernate</groupId>
246                     <artifactId>hibernate-validator</artifactId>
247                 </exclusion>
248                 <exclusion>
249                     <groupId>org.apache.cassandra</groupId>
250                     <artifactId>cassandra-all</artifactId>
251                 </exclusion>
252             </exclusions>
253         </dependency>
254
255         <dependency>
256             <groupId>org.apache.commons</groupId>
257             <artifactId>commons-lang3</artifactId>
258             <version>${lang3.version}</version>
259             <scope>provided</scope>
260         </dependency>
261
262         <!-- http client -->
263         <dependency>
264             <groupId>org.apache.httpcomponents</groupId>
265             <artifactId>httpclient</artifactId>
266             <version>${httpclient.version}</version>
267             <scope>provided</scope>
268             <exclusions>
269                 <exclusion>
270                     <groupId>commons-codec</groupId>
271                     <artifactId>commons-codec</artifactId>
272                 </exclusion>
273             </exclusions>
274         </dependency>
275
276         <dependency>
277             <groupId>org.apache.httpcomponents</groupId>
278             <artifactId>httpcore</artifactId>
279             <version>${httpcore.version}</version>
280             <scope>provided</scope>
281         </dependency>
282
283         <!-- CASSANDRA -->
284         <dependency>
285             <groupId>com.datastax.cassandra</groupId>
286             <artifactId>cassandra-driver-core</artifactId>
287             <version>${cassandra.driver.version}</version>
288             <scope>provided</scope>
289             <exclusions>
290                 <exclusion>
291                     <groupId>com.fasterxml.jackson.core</groupId>
292                     <artifactId>jackson-databind</artifactId>
293                 </exclusion>
294             </exclusions>
295         </dependency>
296         <dependency>
297             <groupId>com.datastax.cassandra</groupId>
298             <artifactId>cassandra-driver-mapping</artifactId>
299             <version>${cassandra.driver.version}</version>
300             <scope>provided</scope>
301         </dependency>
302         <!-- CASSANDRA END -->
303
304         <dependency>
305             <groupId>org.hamcrest</groupId>
306             <artifactId>hamcrest</artifactId>
307             <version>${hamcrest.version}</version>
308             <scope>test</scope>
309         </dependency>
310
311         <dependency>
312             <groupId>org.hamcrest</groupId>
313             <artifactId>hamcrest-library</artifactId>
314             <version>${hamcrest.version}</version>
315             <scope>test</scope>
316         </dependency>
317
318         <dependency>
319             <groupId>org.junit.jupiter</groupId>
320             <artifactId>junit-jupiter</artifactId>
321             <version>${junitJupiter.version}</version>
322             <scope>test</scope>
323         </dependency>
324
325         <dependency>
326             <groupId>org.mockito</groupId>
327             <artifactId>mockito-junit-jupiter</artifactId>
328             <version>${mockitoJupiter.version}</version>
329             <scope>test</scope>
330         </dependency>
331
332         <dependency>
333             <groupId>org.assertj</groupId>
334             <artifactId>assertj-core</artifactId>
335             <scope>test</scope>
336         </dependency>
337
338         <dependency>
339             <groupId>org.springframework</groupId>
340             <artifactId>spring-test</artifactId>
341             <version>${spring.version}</version>
342             <scope>test</scope>
343         </dependency>
344
345         <dependency>
346             <groupId>org.aspectj</groupId>
347             <artifactId>aspectjrt</artifactId>
348             <version>${aspectj.version}</version>
349             <scope>test</scope>
350         </dependency>
351
352         <dependency>
353             <groupId>org.aspectj</groupId>
354             <artifactId>aspectjweaver</artifactId>
355             <version>${aspectj.version}</version>
356             <scope>test</scope>
357         </dependency>
358
359         <dependency>
360             <groupId>org.springframework</groupId>
361             <artifactId>spring-web</artifactId>
362             <version>${spring.version}</version>
363             <scope>test</scope>
364             <exclusions>
365                 <exclusion>
366                     <groupId>org.springframework</groupId>
367                     <artifactId>spring-core</artifactId>
368                 </exclusion>
369             </exclusions>
370         </dependency>
371
372         <dependency>
373             <groupId>org.springframework</groupId>
374             <artifactId>spring-tx</artifactId>
375             <scope>test</scope>
376             <version>${spring.version}</version>
377             <exclusions>
378                 <exclusion>
379                     <groupId>org.springframework</groupId>
380                     <artifactId>spring-core</artifactId>
381                 </exclusion>
382             </exclusions>
383         </dependency>
384
385         <dependency>
386             <groupId>org.springframework</groupId>
387             <artifactId>spring-expression</artifactId>
388             <scope>test</scope>
389             <version>${spring.version}</version>
390         </dependency>
391
392         <dependency>
393             <groupId>org.apache.commons</groupId>
394             <artifactId>commons-jci-core</artifactId>
395             <version>${commons-jci-core.version}</version>
396             <scope>test</scope>
397             <exclusions>
398                 <exclusion>
399                     <groupId>commons-io</groupId>
400                     <artifactId>commons-io</artifactId>
401                 </exclusion>
402             </exclusions>
403         </dependency>
404
405         <dependency>
406             <groupId>org.awaitility</groupId>
407             <artifactId>awaitility</artifactId>
408             <version>${awaitility.version}</version>
409             <scope>test</scope>
410         </dependency>
411
412         <dependency>
413             <groupId>org.codehaus.groovy</groupId>
414             <artifactId>groovy</artifactId>
415         </dependency>
416
417         <dependency>
418             <groupId>io.netty</groupId>
419             <artifactId>netty-all</artifactId>
420         </dependency>
421         <dependency>
422             <groupId>org.apache.commons</groupId>
423             <artifactId>commons-collections4</artifactId>
424             <version>${commons.collections.version}</version>
425         </dependency>
426
427         <dependency>
428             <groupId>io.netty</groupId>
429             <artifactId>netty-handler</artifactId>
430         </dependency>
431         <dependency>
432             <groupId>org.projectlombok</groupId>
433             <artifactId>lombok</artifactId>
434             <version>${lombok.version}</version>
435         </dependency>
436         <dependency>
437             <groupId>joda-time</groupId>
438             <artifactId>joda-time</artifactId>
439             <version>${joda.time.version}</version>
440         </dependency>
441         <dependency>
442             <groupId>org.openecomp.sdc.core</groupId>
443             <artifactId>openecomp-tosca-lib</artifactId>
444             <version>${project.version}</version>
445             <exclusions>
446                 <exclusion>
447                     <groupId>com.fasterxml.jackson.core</groupId>
448                     <artifactId>jackson-core</artifactId>
449                 </exclusion>
450                 <exclusion>
451                     <groupId>org.springframework</groupId>
452                     <artifactId>spring-core</artifactId>
453                 </exclusion>
454                 <exclusion>
455                     <groupId>com.fasterxml.jackson.core</groupId>
456                     <artifactId>jackson-databind</artifactId>
457                 </exclusion>
458             </exclusions>
459         </dependency>
460         <dependency>
461             <groupId>com.vdurmont</groupId>
462             <artifactId>semver4j</artifactId>
463             <version>3.1.0</version>
464         </dependency>
465
466         <dependency>
467             <groupId>com.googlecode.jmapper-framework</groupId>
468             <artifactId>jmapper-core</artifactId>
469             <version>${jMapper.version}</version>
470             <exclusions>
471                 <exclusion>
472                     <groupId>com.thoughtworks.xstream</groupId>
473                     <artifactId>xstream</artifactId>
474                 </exclusion>
475             </exclusions>
476         </dependency>
477
478     </dependencies>
479     <build>
480         <plugins>
481             <plugin>
482                 <groupId>org.apache.maven.plugins</groupId>
483                 <artifactId>maven-deploy-plugin</artifactId>
484                 <configuration>
485                     <skip>true</skip>
486                 </configuration>
487             </plugin>
488             <plugin>
489                 <groupId>com.github.sylvainlaurent.maven</groupId>
490                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
491                 <executions>
492                     <execution>
493                         <id>validate</id>
494                         <phase>validate</phase>
495                         <goals>
496                             <goal>validate</goal>
497                         </goals>
498                         <configuration>
499                             <validationSets>
500                                 <validationSet>
501                                     <includes>
502                                         <include>src/main/resources/**/*.y*ml</include>
503                                         <include>src/test/resources/**/*.y*ml</include>
504                                     </includes>
505                                 </validationSet>
506                                 <validationSet>
507                                     <includes>
508                                         <include>src/main/resources/**/*.json</include>
509                                         <include>src/test/resources/**/*.json</include>
510                                     </includes>
511                                 </validationSet>
512                             </validationSets>
513                             <skip>${skipYamlJsonValidator}</skip>
514                         </configuration>
515                     </execution>
516                 </executions>
517             </plugin>
518         </plugins>
519     </build>
520 </project>