blob: 30335db43e183fbf3dbbe1397b1950180908fe04 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<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 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>org.openecomp.sdc.be</groupId>
6 <artifactId>catalog-dao</artifactId>
7
Michael Lando451a3402017-02-19 10:28:42 +02008 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030011 <version>1.2.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +020012 </parent>
13
Tal Gitelman51d50f02017-12-10 18:55:03 +020014 <properties>
15 <sonar.skip>true</sonar.skip>
16 </properties>
17
Michael Lando451a3402017-02-19 10:28:42 +020018 <dependencies>
Michael Landoed64b5e2017-06-09 03:19:04 +030019 <!-- Common of SDC -->
Michael Landoc34b77c2017-02-28 19:03:11 +020020 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030021 <groupId>org.openecomp.sdc</groupId>
22 <artifactId>common-app-api</artifactId>
23 <version>${project.version}</version>
24 <scope>provided</scope>
Michael Landoc34b77c2017-02-28 19:03:11 +020025 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030026
Michael Landoc0ac0152017-02-27 23:48:43 +020027 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030028 <groupId>org.openecomp.sdc.be</groupId>
29 <artifactId>common-be</artifactId>
30 <version>${project.version}</version>
Michael Lando2e0ef972017-02-28 01:44:21 +020031 <scope>provided</scope>
32 </dependency>
33
34 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030035 <groupId>ch.qos.logback</groupId>
36 <artifactId>logback-classic</artifactId>
37 <version>${logback.version}</version>
Michael Landoc0ac0152017-02-27 23:48:43 +020038 <scope>provided</scope>
39 </dependency>
40
41 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030042 <groupId>ch.qos.logback</groupId>
43 <artifactId>logback-core</artifactId>
44 <version>${logback.version}</version>
Michael Landoc0ac0152017-02-27 23:48:43 +020045 <scope>provided</scope>
46 </dependency>
47
48 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030049 <groupId>org.elasticsearch</groupId>
50 <artifactId>elasticsearch</artifactId>
51 <version>${elastic-search.version}</version>
52 <scope>provided</scope>
53 </dependency>
54
55 <dependency>
56 <groupId>org.elasticsearch.plugin</groupId>
57 <artifactId>shield</artifactId>
58 <version>${elastic-search.version}</version>
59 <scope>provided</scope>
60 </dependency>
61
62 <!-- SPRING -->
63 <dependency>
Michael Landoc0ac0152017-02-27 23:48:43 +020064 <groupId>org.springframework</groupId>
65 <artifactId>spring-context</artifactId>
66 <version>${spring.version}</version>
67 <scope>provided</scope>
68 </dependency>
69
70 <dependency>
71 <groupId>org.springframework</groupId>
72 <artifactId>spring-context-support</artifactId>
73 <version>${spring.version}</version>
74 <scope>provided</scope>
75 </dependency>
76
77 <dependency>
78 <groupId>org.springframework</groupId>
Michael Landoed64b5e2017-06-09 03:19:04 +030079 <artifactId>spring-beans</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +020080 <version>${spring.version}</version>
81 <scope>provided</scope>
82 </dependency>
83
84 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +020085 <groupId>org.aspectj</groupId>
86 <artifactId>aspectjrt</artifactId>
87 <version>${aspectj.version}</version>
88 </dependency>
89
90 <dependency>
91 <groupId>org.aspectj</groupId>
92 <artifactId>aspectjweaver</artifactId>
93 <version>${aspectj.version}</version>
94 </dependency>
95
96 <dependency>
97 <groupId>com.fasterxml.jackson.core</groupId>
98 <artifactId>jackson-databind</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +020099 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200100 <scope>provided</scope>
101 </dependency>
102
103 <dependency>
104 <groupId>org.slf4j</groupId>
105 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300106 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200107 <scope>provided</scope>
108 </dependency>
109 <dependency>
110 <groupId>com.googlecode.json-simple</groupId>
111 <artifactId>json-simple</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300112 <version>${json-simple.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200113 <scope>provided</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200114 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300115
Michael Lando451a3402017-02-19 10:28:42 +0200116 <dependency>
117 <groupId>org.apache.lucene</groupId>
118 <artifactId>lucene-regex</artifactId>
119 <version>${regex.version}</version>
120 </dependency>
121
122 <dependency>
123 <groupId>org.mockito</groupId>
Tal Gitelman51d50f02017-12-10 18:55:03 +0200124 <artifactId>mockito-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200125 <scope>test</scope>
Michael Lando451a3402017-02-19 10:28:42 +0200126 </dependency>
127
128 <dependency>
129 <groupId>org.yaml</groupId>
130 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300131 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200132 <scope>provided</scope>
133 </dependency>
134
135 <dependency>
136 <groupId>com.google.code.gson</groupId>
137 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300138 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200139 <scope>provided</scope>
140 </dependency>
141
142 <dependency>
143 <groupId>org.functionaljava</groupId>
144 <artifactId>functionaljava</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300145 <version>${functionaljava.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200146 <scope>provided</scope>
147 </dependency>
148
149 <!-- http client -->
150 <dependency>
151 <groupId>org.apache.httpcomponents</groupId>
152 <artifactId>httpclient</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300153 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200154 <scope>provided</scope>
155 </dependency>
156
157 <dependency>
158 <groupId>org.apache.httpcomponents</groupId>
159 <artifactId>httpcore</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200160 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200161 <scope>provided</scope>
162 </dependency>
163
164 <dependency>
165 <groupId>com.google.guava</groupId>
166 <artifactId>guava</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300167 <version>${guava.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200168 <scope>provided</scope>
169 </dependency>
170
171 <!-- TEST -->
Michael Landoed64b5e2017-06-09 03:19:04 +0300172 <dependency>
173 <groupId>org.springframework</groupId>
174 <artifactId>spring-test</artifactId>
175 <version>${spring.version}</version>
176 <scope>test</scope>
177 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200178
179 <dependency>
180 <groupId>junit</groupId>
181 <artifactId>junit</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300182 <version>${junit.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200183 <scope>test</scope>
184 </dependency>
185
186 <dependency>
187 <groupId>org.apache.commons</groupId>
188 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300189 <version>${commons-jci-core.version}</version>
190 <scope>test</scope>
191 </dependency>
192
193 <dependency>
194 <groupId>org.springframework</groupId>
195 <artifactId>spring-expression</artifactId>
196 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200197 <scope>test</scope>
198 </dependency>
199
200 <dependency>
201 <groupId>org.springframework</groupId>
Michael Lando451a3402017-02-19 10:28:42 +0200202 <artifactId>spring-aop</artifactId>
Michael Landoc0ac0152017-02-27 23:48:43 +0200203 <version>${spring.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200204 <scope>test</scope>
205 </dependency>
206
207 <!-- TITAN -->
208 <dependency>
209 <groupId>com.thinkaurelius.titan</groupId>
210 <artifactId>titan-core</artifactId>
211 <version>${titan.version}</version>
212 <scope>provided</scope>
213 <exclusions>
214 <exclusion>
215 <groupId>org.json</groupId>
216 <artifactId>json</artifactId>
217 </exclusion>
218 <exclusion>
219 <artifactId>slf4j-log4j12</artifactId>
220 <groupId>org.slf4j</groupId>
221 </exclusion>
222 </exclusions>
223 </dependency>
224
225 <dependency>
Idan Amit39987c82017-09-13 13:51:41 +0300226 <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
227 <artifactId>sdc-titan-cassandra</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200228 <version>${titan.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200229 <scope>provided</scope>
230 <exclusions>
231 <exclusion>
232 <groupId>org.slf4j</groupId>
233 <artifactId>slf4j-log4j12</artifactId>
234 </exclusion>
235 </exclusions>
236 </dependency>
237
238 <dependency>
239 <groupId>org.apache.commons</groupId>
240 <artifactId>commons-lang3</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200241 <version>${lang3.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200242 <scope>provided</scope>
243 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200244 <!-- TITAN END -->
245
246 <!-- CASSANDRA -->
247 <dependency>
248 <groupId>com.datastax.cassandra</groupId>
249 <artifactId>cassandra-driver-core</artifactId>
250 <version>${cassandra.driver.version}</version>
251 <scope>provided</scope>
252 </dependency>
253 <dependency>
254 <groupId>com.datastax.cassandra</groupId>
255 <artifactId>cassandra-driver-mapping</artifactId>
256 <version>${cassandra.driver.version}</version>
257 <scope>provided</scope>
258 </dependency>
259 <!-- CASSANDRA END -->
260
Michael Lando451a3402017-02-19 10:28:42 +0200261 </dependencies>
262
Michael Lando451a3402017-02-19 10:28:42 +0200263 <build>
264
265 <pluginManagement>
266 <plugins>
267 <!--This plugin's configuration is used to store Eclipse m2e settings
268 only. It has no influence on the Maven build itself. -->
269 <plugin>
270 <groupId>org.eclipse.m2e</groupId>
271 <artifactId>lifecycle-mapping</artifactId>
272 <version>1.0.0</version>
273 <configuration>
274 <lifecycleMappingMetadata>
275 <pluginExecutions>
276 <pluginExecution>
277 <pluginExecutionFilter>
278 <groupId>fr.fastconnect</groupId>
279 <artifactId>plantuml-maven-plugin</artifactId>
280 <versionRange>[1.0.0,)</versionRange>
281 <goals>
282 <goal>plant</goal>
283 </goals>
284 </pluginExecutionFilter>
285 <action>
286 <ignore />
287 </action>
288 </pluginExecution>
289 </pluginExecutions>
290 </lifecycleMappingMetadata>
291 </configuration>
292 </plugin>
293 <plugin>
294 <groupId>org.apache.maven.plugins</groupId>
295 <artifactId>maven-deploy-plugin</artifactId>
296 <version>2.7</version>
297 <configuration>
298 <skip>true</skip>
299 </configuration>
300 </plugin>
301 </plugins>
302 </pluginManagement>
303 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200304</project>