pom update
[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         
10         <parent>
11                 <groupId>org.openecomp.sdc</groupId>
12                 <artifactId>sdc-main</artifactId>
13                 <version>1.0.0-SNAPSHOT</version>
14         </parent>
15         
16         
17
18         <dependencies>
19
20                 <!-- yaml to object converter -->
21                 <dependency>
22                         <groupId>org.yaml</groupId>
23                         <artifactId>snakeyaml</artifactId>
24                         <version>1.14</version>
25                         <scope>provided</scope>
26                 </dependency>
27
28                 <dependency>
29                         <groupId>commons-logging</groupId>
30                         <artifactId>commons-logging</artifactId>
31                         <version>1.2.1-SNAPSHOT</version>
32                         <scope>provided</scope>
33                 </dependency>
34
35                 <dependency>
36                         <groupId>commons-codec</groupId>
37                         <artifactId>commons-codec</artifactId>
38                         <version>2.0-SNAPSHOT</version>
39                         <scope>provided</scope>
40                 </dependency>
41
42                 <dependency>
43                         <groupId>org.springframework</groupId>
44                         <artifactId>spring-core</artifactId>
45                         <version>${spring.version}</version>
46                         <scope>provided</scope>
47                 </dependency>
48
49                 <dependency>
50                         <groupId>org.springframework</groupId>
51                         <artifactId>spring-beans</artifactId>
52                         <version>${spring.version}</version>
53                         <scope>provided</scope>
54                 </dependency>
55
56                 <dependency>
57                         <groupId>org.springframework</groupId>
58                         <artifactId>spring-context</artifactId>
59                         <version>${spring.version}</version>
60                         <scope>provided</scope>
61                 </dependency>
62
63                 <dependency>
64                         <groupId>org.springframework</groupId>
65                         <artifactId>spring-context-support</artifactId>
66                         <version>${spring.version}</version>
67                         <scope>provided</scope>
68                 </dependency>
69
70                 <dependency>
71                         <groupId>org.springframework</groupId>
72                         <artifactId>spring-messaging</artifactId>
73                         <version>${spring.version}</version>
74                         <scope>provided</scope>
75                 </dependency>
76
77                 <dependency>
78                         <groupId>org.springframework</groupId>
79                         <artifactId>spring-web</artifactId>
80                         <version>${spring.version}</version>
81                         <scope>provided</scope>
82                 </dependency>
83
84                 <dependency>
85                         <groupId>org.springframework</groupId>
86                         <artifactId>spring-webmvc</artifactId>
87                         <version>${spring.version}</version>
88                         <scope>provided</scope>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>org.springframework</groupId>
93                         <artifactId>spring-aop</artifactId>
94                         <version>${spring.version}</version>
95                         <scope>provided</scope>
96                 </dependency>
97
98                 <dependency>
99                         <groupId>org.springframework</groupId>
100                         <artifactId>spring-aspects</artifactId>
101                         <version>${spring.version}</version>
102                         <scope>provided</scope>
103                 </dependency>
104
105                 <dependency>
106                         <groupId>org.springframework</groupId>
107                         <artifactId>spring-test</artifactId>
108                         <version>${spring.version}</version>
109                         <scope>test</scope>
110                 </dependency>
111
112                 <dependency>
113                         <groupId>org.springframework</groupId>
114                         <artifactId>spring-expression</artifactId>
115                         <version>${spring.version}</version>
116                         <scope>test</scope>
117                 </dependency>
118
119
120                 <!-- Common of SD&C -->
121                 <dependency>
122                         <groupId>org.openecomp.sdc</groupId>
123                         <artifactId>common-app-api</artifactId>
124                         <version>${common-app-api.version}</version>
125                         <scope>provided</scope>
126                 </dependency>
127                 <dependency>
128                         <groupId>org.openecomp.sdc.be</groupId>
129                         <artifactId>common-be</artifactId>
130                         <version>${common-be.version}</version>
131                         <scope>provided</scope>
132                 </dependency>
133                 
134                 <dependency>
135                         <groupId>ch.qos.logback</groupId>
136                         <artifactId>logback-classic</artifactId>
137                         <scope>provided</scope>
138                 </dependency>
139
140                 <dependency>
141                         <groupId>ch.qos.logback</groupId>
142                         <artifactId>logback-core</artifactId>
143                         <scope>provided</scope>
144                 </dependency>
145                 
146                 <!--  catalog dao -->
147                 <dependency>
148                         <groupId>org.openecomp.sdc.be</groupId>
149                         <artifactId>catalog-dao</artifactId>
150                         <version>${catalog-dao.version}</version>
151                         <scope>provided</scope>
152                 </dependency>
153                 
154                 <!--  -->
155                 <dependency>    
156                         <groupId>com.google.guava</groupId>
157                         <artifactId>guava</artifactId>
158                         <version>${guava.version}</version><!--$NO-MVN-MAN-VER$-->
159                         <scope>provided</scope>
160                 </dependency>
161                 
162                  <dependency>
163                 <groupId>org.functionaljava</groupId>
164                         <artifactId>functionaljava</artifactId>
165                 <scope>provided</scope> 
166                  </dependency>
167                 
168                 <dependency>
169                         <groupId>javax.servlet</groupId>
170                         <artifactId>servlet-api</artifactId>
171                         <scope>provided</scope>
172                 </dependency>
173                 
174                 <!-- spring -->
175                 
176                  <dependency>
177                 <groupId>javax.validation</groupId>
178                 <artifactId>validation-api</artifactId>
179                 <version>1.1.0.Final</version>
180                 </dependency>
181
182                 <dependency>
183                 <groupId>org.hibernate</groupId>
184                 <artifactId>hibernate-validator</artifactId>
185                 <version>5.3.4.Final</version>
186         </dependency> 
187
188                 <!-- Gson -->
189                 <dependency>
190                         <groupId>com.google.code.gson</groupId>
191                         <artifactId>gson</artifactId>
192                         <version>2.3.1</version>
193                         <scope>provided</scope>
194                 </dependency>
195         
196                 <!-- TITAN -->
197                 <dependency>
198                         <groupId>com.thinkaurelius.titan</groupId>
199                         <artifactId>titan-core</artifactId>
200                         <version>${titan.version}</version>
201                         <scope>provided</scope>
202                         <exclusions>
203                                 <exclusion>
204                                         <groupId>org.json</groupId>
205                                         <artifactId>json</artifactId>
206                                 </exclusion>
207                                 <exclusion>
208                                         <artifactId>slf4j-log4j12</artifactId>
209                                         <groupId>org.slf4j</groupId>
210                                 </exclusion>
211                         </exclusions>
212                 </dependency>
213
214                 <dependency>
215                         <groupId>com.thinkaurelius.titan</groupId>
216                         <artifactId>titan-cassandra</artifactId>
217                         <version>${titan.version}</version>
218                         <scope>provided</scope>
219                         <exclusions>
220                                 <exclusion>
221                                         <artifactId>slf4j-log4j12</artifactId>
222                                         <groupId>org.slf4j</groupId>
223                                 </exclusion>
224                         </exclusions>
225                 </dependency>
226                 <!-- TITAN END-->
227                 
228                 <dependency>
229                         <groupId>org.apache.commons</groupId>
230                         <artifactId>commons-lang3</artifactId>
231                         <scope>provided</scope>
232                 </dependency>
233                 
234                  <!--  http client -->
235                 <dependency>
236                         <groupId>org.apache.httpcomponents</groupId>
237                         <artifactId>httpclient</artifactId>
238                         <scope>provided</scope>
239                 </dependency>
240
241                 <dependency>
242                         <groupId>org.apache.httpcomponents</groupId>
243                         <artifactId>httpcore</artifactId>
244                         <scope>provided</scope>
245                 </dependency>
246                 
247                 <!-- CASSANDRA -->
248                 <dependency>
249                         <groupId>com.datastax.cassandra</groupId>
250                         <artifactId>cassandra-driver-core</artifactId>
251                         <version>${cassandra.driver.version}</version>
252                         <scope>provided</scope>
253                 </dependency>
254                 <dependency>
255                         <groupId>com.datastax.cassandra</groupId>
256                         <artifactId>cassandra-driver-mapping</artifactId>
257                         <version>${cassandra.driver.version}</version>
258                         <scope>provided</scope>
259                 </dependency>
260                 <!-- CASSANDRA END -->
261                 
262                 <!-- test -->
263                 
264                 <!--dependency>
265                         <groupId>org.apache.httpcomponents</groupId>
266                         <artifactId>httpclient</artifactId>
267                         <scope>test</scope>
268                 </dependency-->
269  
270                 
271                 <dependency>
272                         <groupId>junit</groupId>
273                         <artifactId>junit</artifactId>
274                         <scope>test</scope>
275                 </dependency>
276                 
277                 <dependency>
278                         <groupId>org.mockito</groupId>
279                         <artifactId>mockito-all</artifactId>
280                         <scope>test</scope>
281                 </dependency>
282
283                 <dependency>
284                         <groupId>org.aspectj</groupId> 
285                         <artifactId>aspectjrt</artifactId> 
286                         <version>1.7.4</version>
287                         <scope>test</scope> 
288                 </dependency>
289                 
290                 <dependency>
291                         <groupId>org.aspectj</groupId> 
292                         <artifactId>aspectjweaver</artifactId> 
293                         <version>1.7.4</version>
294                         <scope>test</scope>
295                 </dependency>
296                 
297                 <dependency>
298                         <groupId>org.springframework</groupId>
299                         <artifactId>spring-web</artifactId>
300                         <version>${spring.version}</version>
301                         <scope>test</scope>
302                 </dependency>
303                 
304                 <dependency>
305                         <groupId>org.springframework</groupId>
306                         <artifactId>spring-tx</artifactId>
307                         <scope>test</scope>
308                         <version>4.0.7.RELEASE</version>
309                 </dependency>
310                 
311                 <dependency>
312                         <groupId>org.apache.commons</groupId>
313                         <artifactId>commons-jci-core</artifactId>
314                         <scope>test</scope>
315                 </dependency>
316         </dependencies>
317         <build>
318                 <plugins>
319                         <plugin>
320                                 <groupId>org.apache.maven.plugins</groupId>
321                                 <artifactId>maven-deploy-plugin</artifactId>
322                                 <version>2.7</version>
323                                 <configuration>
324                                         <skip>true</skip>
325                                 </configuration>
326                         </plugin>
327                 </plugins>
328         </build>
329         <profiles>
330                 <profile>
331                         <id>Fortify</id>
332                         <activation>
333                                 <activeByDefault>false</activeByDefault>
334                         </activation>
335
336                         <build>
337                                 <plugins>
338                                         <plugin>
339                                                 <groupId>com.fortify.ps.maven.plugin</groupId>
340                                                 <artifactId>sca-maven-plugin</artifactId>
341                                                 <version>4.30</version>
342                                                 <configuration>
343                                                         <source>1.8</source>
344                                                         <buildId>${project.parent.artifactId}</buildId>
345                                                         <toplevelArtifactId>${project.parent.artifactId}</toplevelArtifactId>
346                                                 </configuration>
347                                         </plugin>
348                                 </plugins>
349                         </build>
350                 </profile>
351         </profiles>
352 </project>