Upgrade SDC from Titan to Janus Graph
[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.5.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                 <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                 <dependency>
109                         <groupId>org.janusgraph</groupId>
110                         <artifactId>janusgraph-core</artifactId>
111                         <version>${janusgraph.version}</version>
112                         <scope>provided</scope>
113                         <exclusions>
114                                 <exclusion>
115                                         <groupId>org.json</groupId>
116                                         <artifactId>json</artifactId>
117                                 </exclusion>
118                                 <exclusion>
119                                         <artifactId>slf4j-log4j12</artifactId>
120                                         <groupId>org.slf4j</groupId>
121                                 </exclusion>
122                                 <exclusion>
123                                         <artifactId>commons-collections</artifactId>
124                                         <groupId>commons-collections</groupId>
125                                 </exclusion>
126                                 <exclusion>
127                                         <artifactId>groovy</artifactId>
128                                         <groupId>org.codehaus.groovy</groupId>
129                                 </exclusion>
130                         </exclusions>
131                 </dependency>
132
133                 <dependency>
134                         <groupId>org.janusgraph</groupId>
135                         <artifactId>janusgraph-cassandra</artifactId>
136                         <version>${janusgraph.version}</version>
137                         <scope>provided</scope>
138                         <exclusions>
139                                 <exclusion>
140                                         <artifactId>slf4j-log4j12</artifactId>
141                                         <groupId>org.slf4j</groupId>
142                                 </exclusion>
143                         </exclusions>
144                 </dependency>
145
146                 <dependency>
147                         <groupId>org.apache.commons</groupId>
148                         <artifactId>commons-lang3</artifactId>
149                         <version>${lang3.version}</version>
150                         <scope>provided</scope>
151                 </dependency>
152
153                 <!-- http client -->
154                 <dependency>
155                         <groupId>org.apache.httpcomponents</groupId>
156                         <artifactId>httpclient</artifactId>
157                         <version>${httpclient.version}</version>
158                         <scope>provided</scope>
159                 </dependency>
160
161                 <dependency>
162                         <groupId>org.apache.httpcomponents</groupId>
163                         <artifactId>httpcore</artifactId>
164                         <version>${httpcore.version}</version>
165                         <scope>provided</scope>
166                 </dependency>
167
168                 <!-- CASSANDRA -->
169                 <dependency>
170                         <groupId>com.datastax.cassandra</groupId>
171                         <artifactId>cassandra-driver-core</artifactId>
172                         <version>${cassandra.driver.version}</version>
173                         <scope>provided</scope>
174                 </dependency>
175                 <dependency>
176                         <groupId>com.datastax.cassandra</groupId>
177                         <artifactId>cassandra-driver-mapping</artifactId>
178                         <version>${cassandra.driver.version}</version>
179                         <scope>provided</scope>
180                 </dependency>
181                 <!-- CASSANDRA END -->
182
183                 <dependency>
184                         <groupId>junit</groupId>
185                         <artifactId>junit</artifactId>
186                         <version>${junit.version}</version>
187                         <scope>test</scope>
188                 </dependency>
189
190                 <dependency>
191                         <groupId>org.mockito</groupId>
192                         <artifactId>mockito-core</artifactId>
193                         <scope>test</scope>
194                 </dependency>
195                 
196                 <dependency>
197                 <groupId>org.jmockit</groupId>
198                         <artifactId>jmockit</artifactId>
199                         <scope>test</scope>
200                 </dependency>
201                 
202                 <dependency>
203                         <groupId>org.assertj</groupId>
204                         <artifactId>assertj-core</artifactId>
205                         <scope>test</scope>
206                 </dependency>
207
208                 <dependency>
209                         <groupId>org.springframework</groupId>
210                         <artifactId>spring-test</artifactId>
211                         <version>${spring.version}</version>
212                         <scope>test</scope>
213                 </dependency>
214
215                 <dependency>
216                         <groupId>org.aspectj</groupId>
217                         <artifactId>aspectjrt</artifactId>
218                         <version>${aspectj.version}</version>
219                         <scope>test</scope>
220                 </dependency>
221
222                 <dependency>
223                         <groupId>org.aspectj</groupId>
224                         <artifactId>aspectjweaver</artifactId>
225                         <version>${aspectj.version}</version>
226                         <scope>test</scope>
227                 </dependency>
228
229                 <dependency>
230                         <groupId>org.springframework</groupId>
231                         <artifactId>spring-web</artifactId>
232                         <version>${spring.version}</version>
233                         <scope>test</scope>
234                 </dependency>
235
236                 <dependency>
237                         <groupId>org.springframework</groupId>
238                         <artifactId>spring-tx</artifactId>
239                         <scope>test</scope>
240                         <version>4.0.7.RELEASE</version>
241                 </dependency>
242
243                 <dependency>
244                         <groupId>org.apache.commons</groupId>
245                         <artifactId>commons-jci-core</artifactId>
246                         <version>${commons-jci-core.version}</version>
247                         <scope>test</scope>
248                 </dependency>
249                 <dependency>
250                         <groupId>org.powermock</groupId>
251                         <artifactId>powermock-module-junit4</artifactId>
252                         <version>1.7.0RC4</version>
253                         <scope>test</scope>
254                 </dependency>
255                 <dependency>
256                         <groupId>org.powermock</groupId>
257                         <artifactId>powermock-api-mockito-common</artifactId>
258                         <version>1.6.5</version>
259                         <scope>test</scope>
260                 </dependency>
261
262                 <dependency>
263                         <groupId>org.codehaus.groovy</groupId>
264                         <artifactId>groovy</artifactId>
265                 </dependency>
266
267                 <dependency>
268                         <groupId>io.netty</groupId>
269                         <artifactId>netty-all</artifactId>
270                 </dependency>
271         <dependency>
272             <groupId>org.apache.commons</groupId>
273             <artifactId>commons-collections4</artifactId>
274             <version>${commons.collections.version}</version>
275         </dependency>
276
277                 <dependency>
278                         <groupId>io.netty</groupId>
279                         <artifactId>netty-handler</artifactId>
280                 </dependency>
281         <dependency>
282             <groupId>org.projectlombok</groupId>
283             <artifactId>lombok</artifactId>
284                         <version>${lombok.version}</version>
285         </dependency>
286         <dependency>
287             <groupId>joda-time</groupId>
288             <artifactId>joda-time</artifactId>
289             <version>${joda.time.version}</version>
290         </dependency>
291
292     </dependencies>
293         <build>
294                 <plugins>
295                         <plugin>
296                                 <groupId>org.apache.maven.plugins</groupId>
297                                 <artifactId>maven-deploy-plugin</artifactId>
298                                 <configuration>
299                                         <skip>true</skip>
300                                 </configuration>
301                         </plugin>
302                         <plugin>
303                                 <groupId>com.github.sylvainlaurent.maven</groupId>
304                                 <artifactId>yaml-json-validator-maven-plugin</artifactId>
305                                 <executions>
306                                         <execution>
307                                                 <id>validate</id>
308                                                 <phase>validate</phase>
309                                                 <goals>
310                                                         <goal>validate</goal>
311                                                 </goals>
312                                                 <configuration>
313                                                         <validationSets>
314                                                                 <validationSet>
315                                                                         <includes>
316                                                                                 <include>src/main/resources/**/*.y*ml</include>
317                                                                                 <include>src/test/resources/**/*.y*ml</include>
318                                                                         </includes>
319                                                                 </validationSet>
320                                                                 <validationSet>
321                                                                         <includes>
322                                                                                 <include>src/main/resources/**/*.json</include>
323                                                                                 <include>src/test/resources/**/*.json</include>
324                                                                         </includes>
325                                                                 </validationSet>
326                                                         </validationSets>
327                                                 </configuration>
328                                         </execution>
329                                 </executions>
330                         </plugin>
331                 </plugins>
332         </build>
333 </project>