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