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