Fix dependencies with Critical Violations
[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>1.1.0.Final</version>
123     </dependency>
124
125     <dependency>
126       <groupId>org.hibernate</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       </exclusions>
174     </dependency>
175
176     <dependency>
177       <groupId>org.janusgraph</groupId>
178       <artifactId>janusgraph-cassandra</artifactId>
179       <version>${janusgraph.version}</version>
180       <scope>provided</scope>
181       <exclusions>
182         <exclusion>
183           <artifactId>slf4j-log4j12</artifactId>
184           <groupId>org.slf4j</groupId>
185         </exclusion>
186         <exclusion>
187           <groupId>org.apache.thrift</groupId>
188           <artifactId>libthrift</artifactId>
189         </exclusion>
190         <exclusion>
191           <groupId>org.codehaus.jackson</groupId>
192           <artifactId>jackson-mapper-asl</artifactId>
193         </exclusion>
194       </exclusions>
195     </dependency>
196
197     <dependency>
198       <groupId>org.apache.commons</groupId>
199       <artifactId>commons-lang3</artifactId>
200       <version>${lang3.version}</version>
201       <scope>provided</scope>
202     </dependency>
203
204     <!-- http client -->
205     <dependency>
206       <groupId>org.apache.httpcomponents</groupId>
207       <artifactId>httpclient</artifactId>
208       <version>${httpclient.version}</version>
209       <scope>provided</scope>
210     </dependency>
211
212     <dependency>
213       <groupId>org.apache.httpcomponents</groupId>
214       <artifactId>httpcore</artifactId>
215       <version>${httpcore.version}</version>
216       <scope>provided</scope>
217     </dependency>
218
219     <!-- CASSANDRA -->
220     <dependency>
221       <groupId>com.datastax.cassandra</groupId>
222       <artifactId>cassandra-driver-core</artifactId>
223       <version>${cassandra.driver.version}</version>
224       <scope>provided</scope>
225     </dependency>
226     <dependency>
227       <groupId>com.datastax.cassandra</groupId>
228       <artifactId>cassandra-driver-mapping</artifactId>
229       <version>${cassandra.driver.version}</version>
230       <scope>provided</scope>
231     </dependency>
232     <!-- CASSANDRA END -->
233
234     <dependency>
235       <groupId>org.hamcrest</groupId>
236       <artifactId>hamcrest</artifactId>
237       <version>${hamcrest.version}</version>
238       <scope>test</scope>
239     </dependency>
240
241     <dependency>
242       <groupId>org.hamcrest</groupId>
243       <artifactId>hamcrest-library</artifactId>
244       <version>${hamcrest.version}</version>
245       <scope>test</scope>
246     </dependency>
247
248     <dependency>
249       <groupId>org.junit.jupiter</groupId>
250       <artifactId>junit-jupiter</artifactId>
251       <version>${junitJupiter.version}</version>
252       <scope>test</scope>
253     </dependency>
254
255     <dependency>
256       <groupId>org.mockito</groupId>
257       <artifactId>mockito-junit-jupiter</artifactId>
258       <version>${mockitoJupiter.version}</version>
259       <scope>test</scope>
260     </dependency>
261
262     <dependency>
263       <groupId>org.jmockit</groupId>
264       <artifactId>jmockit</artifactId>
265       <scope>test</scope>
266     </dependency>
267
268     <dependency>
269       <groupId>org.assertj</groupId>
270       <artifactId>assertj-core</artifactId>
271       <scope>test</scope>
272     </dependency>
273
274     <dependency>
275       <groupId>org.springframework</groupId>
276       <artifactId>spring-test</artifactId>
277       <version>${spring.version}</version>
278       <scope>test</scope>
279     </dependency>
280
281     <dependency>
282       <groupId>org.aspectj</groupId>
283       <artifactId>aspectjrt</artifactId>
284       <version>${aspectj.version}</version>
285       <scope>test</scope>
286     </dependency>
287
288     <dependency>
289       <groupId>org.aspectj</groupId>
290       <artifactId>aspectjweaver</artifactId>
291       <version>${aspectj.version}</version>
292       <scope>test</scope>
293     </dependency>
294
295     <dependency>
296       <groupId>org.springframework</groupId>
297       <artifactId>spring-web</artifactId>
298       <version>${spring.version}</version>
299       <scope>test</scope>
300     </dependency>
301
302     <dependency>
303       <groupId>org.springframework</groupId>
304       <artifactId>spring-tx</artifactId>
305       <scope>test</scope>
306       <version>${spring.version}</version>
307     </dependency>
308
309     <dependency>
310       <groupId>org.apache.commons</groupId>
311       <artifactId>commons-jci-core</artifactId>
312       <version>${commons-jci-core.version}</version>
313       <scope>test</scope>
314       <exclusions>
315         <exclusion>
316           <groupId>commons-io</groupId>
317           <artifactId>commons-io</artifactId>
318         </exclusion>
319       </exclusions>
320     </dependency>
321
322     <dependency>
323       <groupId>org.awaitility</groupId>
324       <artifactId>awaitility</artifactId>
325       <version>${awaitility.version}</version>
326       <scope>test</scope>
327     </dependency>
328
329     <dependency>
330       <groupId>org.codehaus.groovy</groupId>
331       <artifactId>groovy</artifactId>
332     </dependency>
333
334     <dependency>
335       <groupId>io.netty</groupId>
336       <artifactId>netty-all</artifactId>
337     </dependency>
338     <dependency>
339       <groupId>org.apache.commons</groupId>
340       <artifactId>commons-collections4</artifactId>
341       <version>${commons.collections.version}</version>
342     </dependency>
343
344     <dependency>
345       <groupId>io.netty</groupId>
346       <artifactId>netty-handler</artifactId>
347     </dependency>
348     <dependency>
349       <groupId>org.projectlombok</groupId>
350       <artifactId>lombok</artifactId>
351       <version>${lombok.version}</version>
352     </dependency>
353     <dependency>
354       <groupId>joda-time</groupId>
355       <artifactId>joda-time</artifactId>
356       <version>${joda.time.version}</version>
357     </dependency>
358     <dependency>
359       <groupId>org.openecomp.sdc.core</groupId>
360       <artifactId>openecomp-tosca-lib</artifactId>
361       <version>${project.version}</version>
362       <exclusions>
363         <exclusion>
364           <groupId>com.fasterxml.jackson.core</groupId>
365           <artifactId>jackson-core</artifactId>
366         </exclusion>
367       </exclusions>
368     </dependency>
369     <dependency>
370       <groupId>com.vdurmont</groupId>
371       <artifactId>semver4j</artifactId>
372       <version>3.1.0</version>
373     </dependency>
374
375     <dependency>
376       <groupId>com.googlecode.jmapper-framework</groupId>
377       <artifactId>jmapper-core</artifactId>
378       <version>${jMapper.version}</version>
379       <exclusions>
380         <exclusion>
381           <groupId>com.thoughtworks.xstream</groupId>
382           <artifactId>xstream</artifactId>
383         </exclusion>
384       </exclusions>
385     </dependency>
386
387   </dependencies>
388   <build>
389     <plugins>
390       <plugin>
391         <groupId>org.apache.maven.plugins</groupId>
392         <artifactId>maven-deploy-plugin</artifactId>
393         <configuration>
394           <skip>true</skip>
395         </configuration>
396       </plugin>
397       <plugin>
398         <groupId>com.github.sylvainlaurent.maven</groupId>
399         <artifactId>yaml-json-validator-maven-plugin</artifactId>
400         <executions>
401           <execution>
402             <id>validate</id>
403             <phase>validate</phase>
404             <goals>
405               <goal>validate</goal>
406             </goals>
407             <configuration>
408               <validationSets>
409                 <validationSet>
410                   <includes>
411                     <include>src/main/resources/**/*.y*ml</include>
412                     <include>src/test/resources/**/*.y*ml</include>
413                   </includes>
414                 </validationSet>
415                 <validationSet>
416                   <includes>
417                     <include>src/main/resources/**/*.json</include>
418                     <include>src/test/resources/**/*.json</include>
419                   </includes>
420                 </validationSet>
421               </validationSets>
422               <skip>${skipYamlJsonValidator}</skip>
423             </configuration>
424           </execution>
425         </executions>
426       </plugin>
427     </plugins>
428   </build>
429 </project>