Update SDC version
[sdc.git] / catalog-model / 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
6         <groupId>org.openecomp.sdc.be</groupId>
7         <artifactId>catalog-model</artifactId>
8
9         <parent>
10                 <groupId>org.openecomp.sdc</groupId>
11                 <artifactId>sdc-main</artifactId>
12                 <version>1.3.7-SNAPSHOT</version>
13         </parent>
14
15         <dependencies>
16                 <!-- Common of SDC -->
17                 <dependency>
18                         <groupId>org.openecomp.sdc</groupId>
19                         <artifactId>common-app-api</artifactId>
20                         <version>${project.version}</version>
21                         <scope>provided</scope>
22                 </dependency>
23
24                 <dependency>
25                         <groupId>org.openecomp.sdc.be</groupId>
26                         <artifactId>common-be</artifactId>
27                         <version>${project.version}</version>
28                         <scope>provided</scope>
29                 </dependency>
30
31                 <dependency>
32                         <groupId>ch.qos.logback</groupId>
33                         <artifactId>logback-classic</artifactId>
34                         <version>${logback.version}</version>
35                         <scope>provided</scope>
36                 </dependency>
37                 <dependency>
38                         <groupId>com.google.code.bean-matchers</groupId>
39                         <artifactId>bean-matchers</artifactId>
40                         <version>${bean-matcher.version}</version>
41                         <scope>test</scope>
42                 </dependency>
43
44                 <dependency>
45                         <groupId>ch.qos.logback</groupId>
46                         <artifactId>logback-core</artifactId>
47                         <version>${logback.version}</version>
48                         <scope>provided</scope>
49                 </dependency>
50
51                 <!-- catalog dao -->
52                 <dependency>
53                         <groupId>org.openecomp.sdc.be</groupId>
54                         <artifactId>catalog-dao</artifactId>
55                         <version>${project.version}</version>
56                         <scope>provided</scope>
57                 </dependency>
58
59                 <dependency>
60                         <groupId>com.google.guava</groupId>
61                         <artifactId>guava</artifactId>
62                         <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ -->
63                         <scope>provided</scope>
64                 </dependency>
65
66                 <dependency>
67                         <groupId>org.functionaljava</groupId>
68                         <artifactId>functionaljava</artifactId>
69                         <version>${functionaljava.version}</version>
70                         <scope>provided</scope>
71                 </dependency>
72
73                 <!-- spring -->
74                 <dependency>
75                         <groupId>org.springframework</groupId>
76                         <artifactId>spring-beans</artifactId>
77                         <version>${spring.version}</version>
78                         <scope>provided</scope>
79                 </dependency>
80
81                 <dependency>
82                         <groupId>org.springframework</groupId>
83                         <artifactId>spring-context</artifactId>
84                         <version>${spring.version}</version>
85                         <scope>provided</scope>
86                 </dependency>
87
88                 <dependency>
89                         <groupId>javax.validation</groupId>
90                         <artifactId>validation-api</artifactId>
91                         <version>1.1.0.Final</version>
92                 </dependency>
93
94                 <dependency>
95                         <groupId>org.hibernate</groupId>
96                         <artifactId>hibernate-validator</artifactId>
97                         <version>5.3.6.Final</version>
98                 </dependency>
99
100                 <!-- Gson -->
101                 <dependency>
102                         <groupId>com.google.code.gson</groupId>
103                         <artifactId>gson</artifactId>
104                         <version>${gson.version}</version>
105                         <scope>provided</scope>
106                 </dependency>
107
108                 <!-- TITAN -->
109                 <dependency>
110                         <groupId>com.thinkaurelius.titan</groupId>
111                         <artifactId>titan-core</artifactId>
112                         <version>${titan.version}</version>
113                         <scope>provided</scope>
114                         <exclusions>
115                                 <exclusion>
116                                         <groupId>org.json</groupId>
117                                         <artifactId>json</artifactId>
118                                 </exclusion>
119                                 <exclusion>
120                                         <artifactId>slf4j-log4j12</artifactId>
121                                         <groupId>org.slf4j</groupId>
122                                 </exclusion>
123                                 <exclusion>
124                                         <artifactId>commons-collections</artifactId>
125                                         <groupId>commons-collections</groupId>
126                                 </exclusion>
127                                 <exclusion>
128                                         <artifactId>groovy</artifactId>
129                                         <groupId>org.codehaus.groovy</groupId>
130                                 </exclusion>
131                         </exclusions>
132                 </dependency>
133
134                 <dependency>
135                         <groupId>org.onap.sdc.sdc-titan-cassandra</groupId>
136                         <artifactId>sdc-titan-cassandra</artifactId>
137                         <version>${sdc.titan.version}</version>
138                         <scope>provided</scope>
139                         <exclusions>
140                                 <exclusion>
141                                         <artifactId>slf4j-log4j12</artifactId>
142                                         <groupId>org.slf4j</groupId>
143                                 </exclusion>
144                         </exclusions>
145                 </dependency>
146                 <!-- TITAN END -->
147
148                 <dependency>
149                         <groupId>org.apache.commons</groupId>
150                         <artifactId>commons-lang3</artifactId>
151                         <version>${lang3.version}</version>
152                         <scope>provided</scope>
153                 </dependency>
154
155                 <!-- http client -->
156                 <dependency>
157                         <groupId>org.apache.httpcomponents</groupId>
158                         <artifactId>httpclient</artifactId>
159                         <version>${httpclient.version}</version>
160                         <scope>provided</scope>
161                 </dependency>
162
163                 <dependency>
164                         <groupId>org.apache.httpcomponents</groupId>
165                         <artifactId>httpcore</artifactId>
166                         <version>${httpcore.version}</version>
167                         <scope>provided</scope>
168                 </dependency>
169
170                 <!-- CASSANDRA -->
171                 <dependency>
172                         <groupId>com.datastax.cassandra</groupId>
173                         <artifactId>cassandra-driver-core</artifactId>
174                         <version>${cassandra.driver.version}</version>
175                         <scope>provided</scope>
176                 </dependency>
177                 <dependency>
178                         <groupId>com.datastax.cassandra</groupId>
179                         <artifactId>cassandra-driver-mapping</artifactId>
180                         <version>${cassandra.driver.version}</version>
181                         <scope>provided</scope>
182                 </dependency>
183                 <!-- CASSANDRA END -->
184
185                 <dependency>
186                         <groupId>junit</groupId>
187                         <artifactId>junit</artifactId>
188                         <version>${junit.version}</version>
189                         <scope>test</scope>
190                 </dependency>
191
192                 <dependency>
193                         <groupId>org.mockito</groupId>
194                         <artifactId>mockito-core</artifactId>
195                         <scope>test</scope>
196                 </dependency>
197                 
198                 <dependency>
199                 <groupId>org.jmockit</groupId>
200                         <artifactId>jmockit</artifactId>
201                         <scope>test</scope>
202                 </dependency>
203                 
204                 <dependency>
205                         <groupId>org.assertj</groupId>
206                         <artifactId>assertj-core</artifactId>
207                         <scope>test</scope>
208                 </dependency>
209
210                 <dependency>
211                         <groupId>org.springframework</groupId>
212                         <artifactId>spring-test</artifactId>
213                         <version>${spring.version}</version>
214                         <scope>test</scope>
215                 </dependency>
216
217                 <dependency>
218                         <groupId>org.aspectj</groupId>
219                         <artifactId>aspectjrt</artifactId>
220                         <version>${aspectj.version}</version>
221                         <scope>test</scope>
222                 </dependency>
223
224                 <dependency>
225                         <groupId>org.aspectj</groupId>
226                         <artifactId>aspectjweaver</artifactId>
227                         <version>${aspectj.version}</version>
228                         <scope>test</scope>
229                 </dependency>
230
231                 <dependency>
232                         <groupId>org.springframework</groupId>
233                         <artifactId>spring-web</artifactId>
234                         <version>${spring.version}</version>
235                         <scope>test</scope>
236                 </dependency>
237
238                 <dependency>
239                         <groupId>org.springframework</groupId>
240                         <artifactId>spring-tx</artifactId>
241                         <scope>test</scope>
242                         <version>4.0.7.RELEASE</version>
243                 </dependency>
244
245                 <dependency>
246                         <groupId>org.apache.commons</groupId>
247                         <artifactId>commons-jci-core</artifactId>
248                         <version>${commons-jci-core.version}</version>
249                         <scope>test</scope>
250                 </dependency>
251                 <dependency>
252                         <groupId>org.powermock</groupId>
253                         <artifactId>powermock-module-junit4</artifactId>
254                         <version>1.7.0RC4</version>
255                         <scope>test</scope>
256                 </dependency>
257                 <dependency>
258                         <groupId>org.powermock</groupId>
259                         <artifactId>powermock-api-mockito-common</artifactId>
260                         <version>1.6.5</version>
261                         <scope>test</scope>
262                 </dependency>
263
264                 <dependency>
265                         <groupId>org.codehaus.groovy</groupId>
266                         <artifactId>groovy</artifactId>
267                 </dependency>
268
269                 <dependency>
270                         <groupId>io.netty</groupId>
271                         <artifactId>netty-all</artifactId>
272                 </dependency>
273
274                 <dependency>
275                         <groupId>io.netty</groupId>
276                         <artifactId>netty-handler</artifactId>
277                 </dependency>
278
279         </dependencies>
280         <build>
281                 <plugins>
282                         <plugin>
283                                 <groupId>org.apache.maven.plugins</groupId>
284                                 <artifactId>maven-deploy-plugin</artifactId>
285                                 <configuration>
286                                         <skip>true</skip>
287                                 </configuration>
288                         </plugin>
289                         <plugin>
290                                 <groupId>com.github.sylvainlaurent.maven</groupId>
291                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
292                                 <executions>
293                                         <execution>
294                                                 <id>validate</id>
295                                                 <phase>validate</phase>
296                                                 <goals>
297                                                         <goal>validate</goal>
298                                                 </goals>
299                                                 <configuration>
300                                                         <validationSets>
301                                                                 <validationSet>
302                                                                         <includes>
303                                                                                 <include>src/main/resources/**/*.y*ml</include>
304                                                                                 <include>src/test/resources/**/*.y*ml</include>
305                                                                         </includes>
306                                                                 </validationSet>
307                                                                 <validationSet>
308                                                                         <includes>
309                                                                                 <include>src/main/resources/**/*.json</include>
310                                                                                 <include>src/test/resources/**/*.json</include>
311                                                                         </includes>
312                                                                 </validationSet>
313                                                         </validationSets>
314                                                 </configuration>
315                                         </execution>
316                                 </executions>
317                         </plugin>
318                 </plugins>
319         </build>
320 </project>