blob: b10e3b230952d6a20d40b3f1b925a356bb42d615 [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
4 <modelVersion>4.0.0</modelVersion>
5
6 <artifactId>asdc-tests</artifactId>
7
8 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
11 <version>1.0.0-SNAPSHOT</version>
12 </parent>
13
14
15 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020016
Michael Landoc34b77c2017-02-28 19:03:11 +020017 <dependency>
18 <groupId>org.apache.commons</groupId>
19 <artifactId>commons-lang3</artifactId>
20 <version>${lang3.version}</version>
21 <scope>compile</scope>
22 </dependency>
Michael Lando9744a932017-02-28 08:22:59 +020023
24
Michael Lando451a3402017-02-19 10:28:42 +020025 <dependency>
26 <groupId>com.google.guava</groupId>
27 <artifactId>guava</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +020028 <version>${guava.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020029 <scope>compile</scope>
30 </dependency>
31
32 <dependency>
33 <groupId>junit</groupId>
34 <artifactId>junit</artifactId>
35 <version>4.12</version>
36 <scope>compile</scope>
37 </dependency>
38
39 <dependency>
40 <groupId>org.testng</groupId>
41 <artifactId>testng</artifactId>
42 <version>6.9.10</version>
43 <scope>compile</scope>
44 </dependency>
45
46 <dependency>
47 <groupId>com.relevantcodes</groupId>
48 <artifactId>extentreports</artifactId>
49 <version>2.41.0</version>
50 <scope>compile</scope>
51 </dependency>
52
53 <dependency>
54 <groupId>org.mockito</groupId>
55 <artifactId>mockito-all</artifactId>
56 <version>1.10.19</version>
57 <scope>compile</scope>
58 </dependency>
59
60 <dependency>
61 <groupId>com.typesafe</groupId>
62 <artifactId>config</artifactId>
63 <version>1.0.2</version>
64 <scope>compile</scope>
65 </dependency>
66
67 <dependency>
68 <groupId>log4j</groupId>
69 <artifactId>log4j</artifactId>
70 <version>1.2.17</version>
71 <scope>compile</scope>
72 </dependency>
73
74 <dependency>
75 <groupId>com.jcraft.jsch</groupId>
76 <artifactId>com.springsource.com.jcraft.jsch</artifactId>
77 <version>0.1.41</version>
78 <scope>compile</scope>
79 </dependency>
80
81 <dependency>
82 <groupId>org.openecomp.sdc</groupId>
83 <artifactId>common-app-api</artifactId>
84 <version>${common-app-api.version}</version>
85 <scope>compile</scope>
86 </dependency>
87
88 <dependency>
89 <groupId>org.openecomp.sdc.be</groupId>
90 <artifactId>common-be</artifactId>
91 <version>${common-be.version}</version>
92 <scope>compile</scope>
93 </dependency>
94
95 <!-- CHECK CATLOG MODEL -->
96 <dependency>
97 <groupId>org.openecomp.sdc.be</groupId>
98 <artifactId>catalog-model</artifactId>
99 <version>${catalog-model.version}</version>
100 <scope>compile</scope>
101 </dependency>
102
103 <!-- catalog dao -->
104 <dependency>
105 <groupId>org.openecomp.sdc.be</groupId>
106 <artifactId>catalog-dao</artifactId>
107 <version>${catalog-dao.version}</version>
108 <scope>compile</scope>
109 </dependency>
110
111 <dependency>
112 <groupId>org.functionaljava</groupId>
113 <artifactId>functionaljava</artifactId>
114 <scope>compile</scope>
115 </dependency>
116 <!-- CASSANDRA -->
117 <dependency>
118 <groupId>com.datastax.cassandra</groupId>
119 <artifactId>cassandra-driver-core</artifactId>
120 <version>${cassandra.driver.version}</version>
121 <scope>compile</scope>
122 </dependency>
123 <!-- CASSANDRA END -->
124
125
126 <!-- slf4j + logback -->
127 <dependency>
128 <groupId>org.slf4j</groupId>
129 <artifactId>slf4j-api</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200130 <version>1.7.10</version>
Michael Lando451a3402017-02-19 10:28:42 +0200131 <scope>compile</scope>
132 </dependency>
133
134 <dependency>
135 <groupId>ch.qos.logback</groupId>
136 <artifactId>logback-classic</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200137 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200138 <scope>compile</scope>
139 </dependency>
140
141 <dependency>
142 <groupId>ch.qos.logback</groupId>
143 <artifactId>logback-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200144 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200145 <scope>compile</scope>
146 </dependency>
147
148 <dependency>
149 <groupId>com.googlecode.json-simple</groupId>
150 <artifactId>json-simple</artifactId>
151 <scope>compile</scope>
152 </dependency>
153
154 <!-- File changes listener -->
155
156 <dependency>
157 <groupId>org.apache.commons</groupId>
158 <artifactId>commons-jci-core</artifactId>
159 <scope>compile</scope>
160 </dependency>
161
162 <dependency>
163 <groupId>commons-codec</groupId>
164 <artifactId>commons-codec</artifactId>
Michael Lando2e0ef972017-02-28 01:44:21 +0200165 <version>2.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +0200166 <scope>compile</scope>
167 </dependency>
168
169 <!-- Gson -->
170
171 <dependency>
172 <groupId>com.google.code.gson</groupId>
173 <artifactId>gson</artifactId>
Michael Lando9744a932017-02-28 08:22:59 +0200174 <version>2.3.1</version>
Michael Lando451a3402017-02-19 10:28:42 +0200175 <scope>compile</scope>
176 </dependency>
177
178 <!-- Snake Yaml -->
179 <dependency>
180 <groupId>org.yaml</groupId>
181 <artifactId>snakeyaml</artifactId>
Michael Lando0de99c22017-02-28 10:54:57 +0200182 <version>1.14</version>
Michael Lando451a3402017-02-19 10:28:42 +0200183 <scope>compile</scope>
184 </dependency>
Michael Lando0de99c22017-02-28 10:54:57 +0200185
186
Michael Lando451a3402017-02-19 10:28:42 +0200187
188 <!-- http client -->
189 <dependency>
190 <groupId>org.apache.httpcomponents</groupId>
191 <artifactId>httpclient</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200192 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200193 <scope>compile</scope>
194 </dependency>
195
196 <dependency>
197 <groupId>org.apache.httpcomponents</groupId>
198 <artifactId>httpmime</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200199 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200200 <scope>compile</scope>
201 </dependency>
202
203 <dependency>
204 <groupId>commons-io</groupId>
205 <artifactId>commons-io</artifactId>
206 <version>2.5</version>
207 <scope>compile</scope>
208 </dependency>
209
210 <dependency>
211 <groupId>commons-logging</groupId>
212 <artifactId>commons-logging</artifactId>
Michael Lando2e0ef972017-02-28 01:44:21 +0200213 <version>1.2.1-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +0200214 <scope>compile</scope>
215 </dependency>
216
217 <!-- http core -->
218 <dependency>
219 <groupId>org.apache.httpcomponents</groupId>
220 <artifactId>httpcore</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200221 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200222 <scope>compile</scope>
223 </dependency>
224
225 <!-- TITAN -->
226 <dependency>
227 <groupId>com.thinkaurelius.titan</groupId>
228 <artifactId>titan-core</artifactId>
229 <version>${titan.version}</version>
230 <scope>compile</scope>
231 <exclusions>
232 <exclusion>
233 <artifactId>slf4j-log4j12</artifactId>
234 <groupId>org.slf4j</groupId>
235 </exclusion>
236 </exclusions>
237 </dependency>
238
239 <dependency>
240 <groupId>com.thinkaurelius.titan</groupId>
241 <artifactId>titan-cassandra</artifactId>
242 <version>${titan.version}</version>
243 <scope>compile</scope>
244 <exclusions>
245 <exclusion>
246 <artifactId>slf4j-log4j12</artifactId>
247 <groupId>org.slf4j</groupId>
248 </exclusion>
249 </exclusions>
250 </dependency>
251
252 <dependency>
253 <groupId>org.codehaus.jackson</groupId>
254 <artifactId>jackson-mapper-asl</artifactId>
255 <version>1.9.2</version>
256 <scope>compile</scope>
257 </dependency>
258
259 <dependency>
260 <groupId>com.fasterxml.jackson.core</groupId>
261 <artifactId>jackson-databind</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200262 <!--<version>2.3.1</version>-->
263 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200264 <scope>compile</scope>
265 </dependency>
266
267 <dependency>
268 <groupId>com.fasterxml.jackson.core</groupId>
269 <artifactId>jackson-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200270 <!--<version>2.3.1</version>-->
271 <version>${jackson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200272 <scope>compile</scope>
273 </dependency>
274
275 <dependency>
276 <groupId>org.openecomp.sdc</groupId>
277 <artifactId>sdc-distribution-client</artifactId>
ml636r452cb5b2017-02-26 16:56:52 +0200278 <version>1.0.0</version>
Michael Lando451a3402017-02-19 10:28:42 +0200279 <scope>compile</scope>
280 </dependency>
281
282 <dependency>
283 <groupId>org.openecomp.ecompsdkos</groupId>
284 <artifactId>ecompFW</artifactId>
ml636r452cb5b2017-02-26 16:56:52 +0200285 <version>1.0.0</version>
Michael Lando451a3402017-02-19 10:28:42 +0200286 <scope>compile</scope>
287 <exclusions>
288 <exclusion>
289 <artifactId>slf4j-log4j12</artifactId>
290 <groupId>org.slf4j</groupId>
291 </exclusion>
292 </exclusions>
293 </dependency>
294
295 <dependency>
296 <groupId>org.json</groupId>
297 <artifactId>json</artifactId>
298 <version>20090211</version>
299 </dependency>
300 </dependencies>
301
302
303 <build>
304 <plugins>
305
306 <plugin>
307 <groupId>org.apache.maven.plugins</groupId>
308 <artifactId>maven-deploy-plugin</artifactId>
309 <version>2.7</version>
310 <configuration>
311 <skip>true</skip>
312 </configuration>
313 </plugin>
314
315 <!-- ============================================= -->
316 <!-- Create the JAR file with its dependencies -->
317 <!-- ============================================= -->
318 <plugin>
319 <groupId>org.apache.maven.plugins</groupId>
320 <artifactId>maven-assembly-plugin</artifactId>
321 <version>2.5.5</version>
322 <executions>
323 <execution>
324 <id>create.jar.with.dependencies</id>
325 <phase>package</phase>
326 <goals>
327 <goal>single</goal>
328 </goals>
329 <configuration>
330 <archive>
331 <manifest>
332 <mainClass>org.openecomp.sdc.ci.tests.run.StartTest</mainClass>
333 </manifest>
334 </archive>
335 <descriptorRefs>
336 <descriptorRef>jar-with-dependencies</descriptorRef>
337 </descriptorRefs>
338 </configuration>
339 </execution>
340 </executions>
341 </plugin>
342 <plugin>
343 <groupId>org.apache.maven.plugins</groupId>
344 <artifactId>maven-assembly-plugin</artifactId>
345 <version>2.6</version>
346 <executions>
347 <execution>
348 <configuration>
349 <finalName>${project.artifactId}</finalName>
350 <appendAssemblyId>false</appendAssemblyId>
351 <descriptor>${project.basedir}/tarball.xml</descriptor>
352 </configuration>
353 <id>assemble-file</id>
354 <phase>package</phase>
355 <goals>
356 <goal>single</goal>
357 </goals>
358 </execution>
359 </executions>
360 </plugin>
361 <plugin>
362 <groupId>org.apache.maven.plugins</groupId>
363 <artifactId>maven-resources-plugin</artifactId>
364 <version>3.0.2</version>
365
366 <executions>
367 <execution>
368 <id>copy-asdc-tests</id>
369 <phase>install</phase>
370 <goals>
371 <goal>copy-resources</goal>
372 </goals>
373 <configuration>
374 <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-sanity/chef-repo/cookbooks/sdc-sanity/files/default</outputDirectory>
375 <resources>
376 <resource>
377 <directory>./target</directory>
378 <includes>
379 <include>asdc-tests.tar</include>
380 </includes>
381 </resource>
382 </resources>
383 </configuration>
384 </execution>
385 </executions>
386 </plugin>
387
388 </plugins>
389 </build>
390</project>
391