blob: 0a4619f637dd63bb058114b0226e08b538e27856 [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>
Michael Landoed64b5e2017-06-09 03:19:04 +03007
Michael Lando451a3402017-02-19 10:28:42 +02008 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>sdc-main</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020011 <version>1.1.0-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +020012 </parent>
Michael Landoed64b5e2017-06-09 03:19:04 +030013
Michael Lando451a3402017-02-19 10:28:42 +020014 <dependencies>
Michael Landoc0ac0152017-02-27 23:48:43 +020015
Michael Landoc34b77c2017-02-28 19:03:11 +020016 <dependency>
Michael Lando451a3402017-02-19 10:28:42 +020017 <groupId>com.google.guava</groupId>
18 <artifactId>guava</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +020019 <version>${guava.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020020 <scope>compile</scope>
21 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030022
Michael Lando451a3402017-02-19 10:28:42 +020023 <dependency>
24 <groupId>junit</groupId>
25 <artifactId>junit</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030026 <version>${junit.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020027 <scope>compile</scope>
28 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030029
Michael Lando451a3402017-02-19 10:28:42 +020030 <dependency>
31 <groupId>org.testng</groupId>
32 <artifactId>testng</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030033 <version>${testng.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020034 <scope>compile</scope>
35 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030036
Michael Lando451a3402017-02-19 10:28:42 +020037 <dependency>
38 <groupId>com.relevantcodes</groupId>
39 <artifactId>extentreports</artifactId>
40 <version>2.41.0</version>
41 <scope>compile</scope>
42 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030043
Michael Lando451a3402017-02-19 10:28:42 +020044 <dependency>
45 <groupId>org.mockito</groupId>
46 <artifactId>mockito-all</artifactId>
47 <version>1.10.19</version>
48 <scope>compile</scope>
49 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030050
Michael Lando451a3402017-02-19 10:28:42 +020051 <dependency>
52 <groupId>com.typesafe</groupId>
53 <artifactId>config</artifactId>
54 <version>1.0.2</version>
55 <scope>compile</scope>
56 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030057
Michael Lando451a3402017-02-19 10:28:42 +020058 <dependency>
59 <groupId>log4j</groupId>
60 <artifactId>log4j</artifactId>
61 <version>1.2.17</version>
62 <scope>compile</scope>
63 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030064
Michael Lando451a3402017-02-19 10:28:42 +020065 <dependency>
66 <groupId>com.jcraft.jsch</groupId>
67 <artifactId>com.springsource.com.jcraft.jsch</artifactId>
68 <version>0.1.41</version>
69 <scope>compile</scope>
70 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030071
Michael Lando451a3402017-02-19 10:28:42 +020072 <dependency>
73 <groupId>org.openecomp.sdc</groupId>
74 <artifactId>common-app-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030075 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020076 <scope>compile</scope>
77 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030078
Michael Lando451a3402017-02-19 10:28:42 +020079 <dependency>
80 <groupId>org.openecomp.sdc.be</groupId>
81 <artifactId>common-be</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030082 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020083 <scope>compile</scope>
84 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030085
Michael Lando451a3402017-02-19 10:28:42 +020086 <!-- CHECK CATLOG MODEL -->
87 <dependency>
88 <groupId>org.openecomp.sdc.be</groupId>
89 <artifactId>catalog-model</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030090 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020091 <scope>compile</scope>
92 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +030093
Michael Lando451a3402017-02-19 10:28:42 +020094 <!-- catalog dao -->
95 <dependency>
96 <groupId>org.openecomp.sdc.be</groupId>
97 <artifactId>catalog-dao</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +030098 <version>${project.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +020099 <scope>compile</scope>
100 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300101 <!-- functional java -->
Michael Lando451a3402017-02-19 10:28:42 +0200102 <dependency>
103 <groupId>org.functionaljava</groupId>
104 <artifactId>functionaljava</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300105 <version>${functionaljava.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200106 <scope>compile</scope>
107 </dependency>
108 <!-- CASSANDRA -->
109 <dependency>
110 <groupId>com.datastax.cassandra</groupId>
111 <artifactId>cassandra-driver-core</artifactId>
112 <version>${cassandra.driver.version}</version>
113 <scope>compile</scope>
114 </dependency>
115 <!-- CASSANDRA END -->
Michael Landoed64b5e2017-06-09 03:19:04 +0300116
Michael Lando451a3402017-02-19 10:28:42 +0200117 <!-- slf4j + logback -->
118 <dependency>
119 <groupId>org.slf4j</groupId>
120 <artifactId>slf4j-api</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300121 <version>${slf4j-api.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200122 <scope>compile</scope>
123 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300124
Michael Lando451a3402017-02-19 10:28:42 +0200125 <dependency>
126 <groupId>ch.qos.logback</groupId>
127 <artifactId>logback-classic</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300128 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200129 <scope>compile</scope>
130 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300131
Michael Lando451a3402017-02-19 10:28:42 +0200132 <dependency>
133 <groupId>ch.qos.logback</groupId>
134 <artifactId>logback-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300135 <version>${logback.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200136 <scope>compile</scope>
137 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300138
Michael Lando451a3402017-02-19 10:28:42 +0200139 <dependency>
140 <groupId>com.googlecode.json-simple</groupId>
141 <artifactId>json-simple</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300142 <version>${json-simple.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200143 <scope>compile</scope>
144 </dependency>
145
146 <!-- File changes listener -->
Michael Lando451a3402017-02-19 10:28:42 +0200147 <dependency>
148 <groupId>org.apache.commons</groupId>
149 <artifactId>commons-jci-core</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300150 <version>${commons-jci-core.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200151 <scope>compile</scope>
152 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300153
Michael Lando451a3402017-02-19 10:28:42 +0200154 <dependency>
155 <groupId>commons-codec</groupId>
156 <artifactId>commons-codec</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300157 <version>${commons-codec}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200158 <scope>compile</scope>
159 </dependency>
Michael Lando451a3402017-02-19 10:28:42 +0200160
Michael Landoed64b5e2017-06-09 03:19:04 +0300161 <!-- Gson -->
Michael Lando451a3402017-02-19 10:28:42 +0200162 <dependency>
163 <groupId>com.google.code.gson</groupId>
164 <artifactId>gson</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300165 <version>${gson.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200166 <scope>compile</scope>
167 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300168
Michael Lando451a3402017-02-19 10:28:42 +0200169 <!-- Snake Yaml -->
170 <dependency>
171 <groupId>org.yaml</groupId>
172 <artifactId>snakeyaml</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300173 <version>${snakeyaml.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200174 <scope>compile</scope>
175 </dependency>
Michael Lando0de99c22017-02-28 10:54:57 +0200176
Michael Lando451a3402017-02-19 10:28:42 +0200177 <!-- http client -->
178 <dependency>
179 <groupId>org.apache.httpcomponents</groupId>
180 <artifactId>httpclient</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300181 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200182 <scope>compile</scope>
183 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300184
Michael Lando451a3402017-02-19 10:28:42 +0200185 <dependency>
186 <groupId>org.apache.httpcomponents</groupId>
187 <artifactId>httpmime</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300188 <version>${httpclient.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200189 <scope>compile</scope>
Michael Landoed64b5e2017-06-09 03:19:04 +0300190 </dependency>
191
Michael Lando451a3402017-02-19 10:28:42 +0200192 <dependency>
193 <groupId>commons-io</groupId>
194 <artifactId>commons-io</artifactId>
195 <version>2.5</version>
196 <scope>compile</scope>
197 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300198
Michael Lando451a3402017-02-19 10:28:42 +0200199 <dependency>
200 <groupId>commons-logging</groupId>
201 <artifactId>commons-logging</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300202 <version>${commons-logging}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200203 <scope>compile</scope>
204 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300205
Michael Lando451a3402017-02-19 10:28:42 +0200206 <!-- http core -->
207 <dependency>
208 <groupId>org.apache.httpcomponents</groupId>
209 <artifactId>httpcore</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300210 <version>${httpcore.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200211 <scope>compile</scope>
212 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300213
Michael Lando451a3402017-02-19 10:28:42 +0200214 <!-- TITAN -->
215 <dependency>
216 <groupId>com.thinkaurelius.titan</groupId>
217 <artifactId>titan-core</artifactId>
218 <version>${titan.version}</version>
219 <scope>compile</scope>
220 <exclusions>
221 <exclusion>
222 <artifactId>slf4j-log4j12</artifactId>
223 <groupId>org.slf4j</groupId>
224 </exclusion>
225 </exclusions>
226 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300227
Michael Lando451a3402017-02-19 10:28:42 +0200228 <dependency>
Idan Amit39987c82017-09-13 13:51:41 +0300229 <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
230 <artifactId>sdc-titan-cassandra</artifactId>
Michael Lando451a3402017-02-19 10:28:42 +0200231 <version>${titan.version}</version>
232 <scope>compile</scope>
233 <exclusions>
234 <exclusion>
235 <artifactId>slf4j-log4j12</artifactId>
236 <groupId>org.slf4j</groupId>
237 </exclusion>
238 </exclusions>
239 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300240
Michael Lando451a3402017-02-19 10:28:42 +0200241 <dependency>
242 <groupId>org.codehaus.jackson</groupId>
243 <artifactId>jackson-mapper-asl</artifactId>
244 <version>1.9.2</version>
245 <scope>compile</scope>
246 </dependency>
247
248 <dependency>
249 <groupId>com.fasterxml.jackson.core</groupId>
250 <artifactId>jackson-databind</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200251 <version>${jackson.version}</version>
Michael Landoed64b5e2017-06-09 03:19:04 +0300252 <!--<version>2.3.1</version>-->
Michael Lando451a3402017-02-19 10:28:42 +0200253 <scope>compile</scope>
254 </dependency>
255
256 <dependency>
257 <groupId>com.fasterxml.jackson.core</groupId>
258 <artifactId>jackson-core</artifactId>
Michael Landoc34b77c2017-02-28 19:03:11 +0200259 <version>${jackson.version}</version>
Michael Landoed64b5e2017-06-09 03:19:04 +0300260 <!--<version>2.3.1</version>-->
Michael Lando451a3402017-02-19 10:28:42 +0200261 <scope>compile</scope>
262 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300263
Michael Lando451a3402017-02-19 10:28:42 +0200264 <dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300265 <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
Michael Lando451a3402017-02-19 10:28:42 +0200266 <artifactId>sdc-distribution-client</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300267 <version>1.1.9-SNAPSHOT</version>
Michael Lando451a3402017-02-19 10:28:42 +0200268 <scope>compile</scope>
269 </dependency>
Michael Landoed64b5e2017-06-09 03:19:04 +0300270
Michael Lando451a3402017-02-19 10:28:42 +0200271 <dependency>
272 <groupId>org.openecomp.ecompsdkos</groupId>
Michael Landob3d48982017-06-11 14:22:02 +0300273 <artifactId>epsdk-fw</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300274 <version>${ecomp.version}</version>
Michael Lando451a3402017-02-19 10:28:42 +0200275 <scope>compile</scope>
Michael Landoed64b5e2017-06-09 03:19:04 +0300276 <exclusions>
277 <exclusion>
278 <artifactId>slf4j-log4j12</artifactId>
279 <groupId>org.slf4j</groupId>
280 </exclusion>
281 </exclusions>
282 </dependency>
283
Michael Lando451a3402017-02-19 10:28:42 +0200284 <dependency>
285 <groupId>org.json</groupId>
286 <artifactId>json</artifactId>
287 <version>20090211</version>
288 </dependency>
289 </dependencies>
Michael Landoed64b5e2017-06-09 03:19:04 +0300290
Michael Lando451a3402017-02-19 10:28:42 +0200291 <build>
292 <plugins>
Michael Landoed64b5e2017-06-09 03:19:04 +0300293
Michael Lando451a3402017-02-19 10:28:42 +0200294 <plugin>
295 <groupId>org.apache.maven.plugins</groupId>
296 <artifactId>maven-deploy-plugin</artifactId>
297 <version>2.7</version>
298 <configuration>
299 <skip>true</skip>
300 </configuration>
301 </plugin>
302
Michael Landoed64b5e2017-06-09 03:19:04 +0300303 <!-- ============================================= -->
304 <!-- Create the JAR file with its dependencies -->
305 <!-- ============================================= -->
Michael Lando451a3402017-02-19 10:28:42 +0200306 <plugin>
307 <groupId>org.apache.maven.plugins</groupId>
308 <artifactId>maven-assembly-plugin</artifactId>
Michael Landoed64b5e2017-06-09 03:19:04 +0300309 <version>2.5.5</version>
Michael Lando451a3402017-02-19 10:28:42 +0200310 <executions>
311 <execution>
Michael Landoed64b5e2017-06-09 03:19:04 +0300312 <id>create.jar.with.dependencies</id>
Michael Lando451a3402017-02-19 10:28:42 +0200313 <phase>package</phase>
314 <goals>
315 <goal>single</goal>
316 </goals>
317 <configuration>
318 <archive>
319 <manifest>
320 <mainClass>org.openecomp.sdc.ci.tests.run.StartTest</mainClass>
321 </manifest>
322 </archive>
323 <descriptorRefs>
324 <descriptorRef>jar-with-dependencies</descriptorRef>
325 </descriptorRefs>
326 </configuration>
327 </execution>
328 </executions>
329 </plugin>
Michael Lando451a3402017-02-19 10:28:42 +0200330 </plugins>
331 </build>
Michael Lando451a3402017-02-19 10:28:42 +0200332</project>
333