change version of the master branch
[sdc.git] / asdctool / 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         <modelVersion>4.0.0</modelVersion>
4
5         <artifactId>asdctool</artifactId>
6         <packaging>jar</packaging>
7
8         <parent>
9                 <groupId>org.openecomp.sdc</groupId>
10                 <artifactId>sdc-main</artifactId>
11                 <version>1.2.0-SNAPSHOT</version>
12         </parent>
13
14         <dependencies>
15
16                 <dependency>
17                         <groupId>com.google.guava</groupId>
18                         <artifactId>guava</artifactId>
19                         <version>${guava.version}</version>
20                         <scope>compile</scope>
21                 </dependency>
22
23                 <!-- ASDC dependencies -->
24                 <dependency>
25                         <groupId>org.openecomp.sdc.be</groupId>
26                         <artifactId>common-be</artifactId>
27                         <version>${project.version}</version>
28                         <scope>compile</scope>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.openecomp.sdc</groupId>
32                         <artifactId>common-app-api</artifactId>
33                         <version>${project.version}</version>
34                         <scope>compile</scope>
35                 </dependency>
36
37                 <dependency>
38                         <groupId>org.openecomp.sdc.be</groupId>
39                         <artifactId>catalog-dao</artifactId>
40                         <version>${project.version}</version>
41                         <scope>compile</scope>
42                 </dependency>
43
44                 <dependency>
45                         <groupId>org.openecomp.sdc.be</groupId>
46                         <artifactId>catalog-model</artifactId>
47                         <version>${project.version}</version>
48                         <scope>compile</scope>
49                 </dependency>
50
51
52                 <dependency>
53                         <groupId>org.openecomp.sdc</groupId>
54                         <artifactId>catalog-be</artifactId>
55                         <version>${project.version}</version>
56
57                         <!-- Comment Out in order to debug in eclipse -->
58                          <classifier>classes</classifier>
59
60                          <exclusions>
61                                 <exclusion>
62                                         <groupId>org.openecomp.ecompsdkos</groupId>
63                                         <artifactId>epsdk-fw</artifactId>
64                                 </exclusion>
65
66                                 <exclusion>
67                                         <groupId>org.openecomp.sdc.common</groupId>
68                                         <artifactId>openecomp-sdc-artifact-generator-api</artifactId>
69                                 </exclusion>
70
71                                 <exclusion>
72                                         <groupId>org.openecomp.sdc.common</groupId>
73                                         <artifactId>openecomp-sdc-artifact-generator-core</artifactId>
74                                 </exclusion>
75
76                                 <exclusion>
77                                         <groupId>org.openecomp.sdc.common</groupId>
78                                         <artifactId>openecomp-common-lib</artifactId>
79                                 </exclusion>
80                          </exclusions>
81
82                          <scope>compile</scope> 
83                 </dependency>
84
85                 <dependency>
86                         <groupId>org.openecomp.ecompsdkos</groupId>
87                         <artifactId>epsdk-fw</artifactId>
88                         <version>${ecomp.version}</version>
89                         <scope>compile</scope>
90                         <exclusions>
91                                 <exclusion>
92                                         <groupId>com.att.nsa</groupId>
93                                         <artifactId>cambriaClient</artifactId>
94                                 </exclusion>
95
96                                 <exclusion>
97                                         <artifactId>slf4j-log4j12</artifactId>
98                                         <groupId>org.slf4j</groupId>
99                                 </exclusion>
100                         </exclusions>
101                 </dependency>
102
103
104                 <!--Artifact Generator-->
105                 <dependency>
106                         <groupId>org.openecomp.sdc.common</groupId>
107                         <artifactId>openecomp-sdc-artifact-generator-api</artifactId>
108                         <version>${artifact-generator-api.version}</version>
109                         <scope>compile</scope>
110                         <exclusions>
111                                 <exclusion>
112                                         <groupId>junit</groupId>
113                                         <artifactId>junit</artifactId>
114                                 </exclusion>
115                         </exclusions>
116                 </dependency>
117
118                 <dependency>
119                         <groupId>org.openecomp.sdc.common</groupId>
120                         <artifactId>openecomp-sdc-artifact-generator-core</artifactId>
121                         <version>${artifact-generator-core.version}</version>
122                         <scope>compile</scope>
123                         <exclusions>
124                                 <exclusion>
125                                         <groupId>junit</groupId>
126                                         <artifactId>junit</artifactId>
127                                 </exclusion>
128                         </exclusions>
129                 </dependency>
130
131                 <dependency>
132                         <groupId>org.openecomp.sdc.common</groupId>
133                         <artifactId>openecomp-common-lib</artifactId>
134                         <version>${dox-common-lib.version}</version>
135                         <type>pom</type>
136                         <exclusions>
137                                 <exclusion>
138                                         <groupId>junit</groupId>
139                                         <artifactId>junit</artifactId>
140                                 </exclusion>
141                         </exclusions>
142                 </dependency>
143
144
145                 <!-- ASDC dependencies end -->
146                 <dependency>
147                         <groupId>org.eclipse.jetty</groupId>
148                         <artifactId>jetty-server</artifactId>
149                         <version>9.2.10.v20150310</version>
150                         <scope>compile</scope>
151                 </dependency>
152
153                 <!-- listen to file changes -->
154                 <dependency>
155                         <groupId>org.apache.commons</groupId>
156                         <artifactId>commons-jci-core</artifactId>
157                         <version>${commons-jci-core.version}</version>
158                         <scope>compile</scope>
159                 </dependency>
160
161                 <dependency>
162                         <groupId>commons-cli</groupId>
163                         <artifactId>commons-cli</artifactId>
164                         <version>1.4</version>
165                 </dependency>
166
167                 <dependency>
168                         <groupId>org.eclipse.jetty</groupId>
169                         <artifactId>jetty-servlet</artifactId>
170                         <version>${jetty.version}</version>
171                         <scope>compile</scope>
172                 </dependency>
173
174                 <dependency>
175                         <groupId>org.glassfish.jersey.core</groupId>
176                         <artifactId>jersey-server</artifactId>
177                         <version>${jersey-bom.version}</version>
178                         <scope>compile</scope>
179                 </dependency>
180
181                 <dependency>
182                         <groupId>org.glassfish.jersey.containers</groupId>
183                         <artifactId>jersey-container-servlet-core</artifactId>
184                         <version>${jersey-bom.version}</version>
185                         <scope>compile</scope>
186                 </dependency>
187
188                 <dependency>
189                         <groupId>org.glassfish.jersey.containers</groupId>
190                         <artifactId>jersey-container-jetty-http</artifactId>
191                         <version>${jersey-bom.version}</version>
192                         <scope>compile</scope>
193                 </dependency>
194
195                 <dependency>
196                         <groupId>org.glassfish.jersey.media</groupId>
197                         <artifactId>jersey-media-moxy</artifactId>
198                         <version>${jersey-bom.version}</version>
199                         <scope>compile</scope>
200                 </dependency>
201
202                 <dependency>
203                         <groupId>org.glassfish.jersey.media</groupId>
204                         <artifactId>jersey-media-multipart</artifactId>
205                         <version>2.14</version>
206                         <scope>compile</scope>
207                 </dependency>
208
209                 <!-- slf4j + logback -->
210                 <dependency>
211                         <groupId>org.slf4j</groupId>
212                         <artifactId>slf4j-api</artifactId>
213                         <version>${slf4j-api.version}</version>
214                         <scope>compile</scope>
215                 </dependency>
216
217                 <dependency>
218                         <groupId>ch.qos.logback</groupId>
219                         <artifactId>logback-classic</artifactId>
220             <version>${logback.version}</version>
221                         <scope>compile</scope>
222                 </dependency>
223
224                 <dependency>
225                         <groupId>ch.qos.logback</groupId>
226                         <artifactId>logback-core</artifactId>
227             <version>${logback.version}</version>
228                         <scope>compile</scope>
229                 </dependency>
230
231                 <!-- groovy -->
232                 <dependency>
233                         <groupId>org.codehaus.groovy</groupId>
234                         <artifactId>groovy-all</artifactId>
235             <version>${groovy.version}</version>
236                         <scope>compile</scope>
237                 </dependency>
238
239                 <dependency>
240                         <groupId>commons-configuration</groupId>
241                         <artifactId>commons-configuration</artifactId>
242                         <version>1.6</version>
243                         <scope>compile</scope>
244                 </dependency>
245
246                 <!-- TITAN -->
247                 <dependency>
248                         <groupId>com.thinkaurelius.titan</groupId>
249                         <artifactId>titan-core</artifactId>
250                         <version>${titan.version}</version>
251                         <scope>compile</scope>
252                         <exclusions>
253                                 <exclusion>
254                                         <groupId>org.json</groupId>
255                                         <artifactId>json</artifactId>
256                                 </exclusion>
257                                 <exclusion>
258                                         <groupId>org.slf4j</groupId>
259                                         <artifactId>slf4j-log4j12</artifactId>
260                                 </exclusion>
261                         </exclusions>
262                 </dependency>
263
264                 <dependency>
265                         <groupId>com.googlecode.json-simple</groupId>
266                         <artifactId>json-simple</artifactId>
267                         <version>${json-simple.version}</version>
268                         <scope>compile</scope>
269                 </dependency>
270
271                 <dependency>
272                         <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
273                         <artifactId>sdc-titan-cassandra</artifactId>
274                         <version>${titan.version}</version>
275                         <scope>compile</scope>
276                         <exclusions>
277                                 <exclusion>
278                                                 <groupId>org.slf4j</groupId>
279                                                 <artifactId>slf4j-log4j12</artifactId>
280                                 </exclusion>
281                         </exclusions>
282                 </dependency>
283
284                 <dependency>
285                         <groupId>org.apache.tinkerpop</groupId>
286                         <artifactId>tinkergraph-gremlin</artifactId>
287                         <version>3.0.1-incubating</version>
288                         <scope>compile</scope>
289                 </dependency>
290
291                 <dependency>
292                         <groupId>org.apache.tinkerpop</groupId>
293                         <artifactId>gremlin-groovy</artifactId>
294                         <version>3.0.1-incubating</version>
295                         <scope>compile</scope>
296                 </dependency>
297
298                 <dependency>
299                         <groupId>com.tinkerpop.blueprints</groupId>
300                         <artifactId>blueprints-sail-graph</artifactId>
301                         <version>2.5.0</version>
302                         <optional>true</optional>
303                         <scope>compile</scope>
304                         <exclusions>
305                                 <exclusion>
306                                                 <groupId>org.slf4j</groupId>
307                                                 <artifactId>slf4j-log4j12</artifactId>
308                                 </exclusion>
309                         </exclusions>
310                 </dependency>
311
312                 <dependency>
313                         <groupId>com.tinkerpop.blueprints</groupId>
314                         <artifactId>blueprints-graph-sail</artifactId>
315                         <version>2.5.0</version>
316                         <optional>true</optional>
317                         <scope>compile</scope>
318                         <exclusions>
319                                 <exclusion>
320                                                 <groupId>org.slf4j</groupId>
321                                                 <artifactId>slf4j-log4j12</artifactId>
322                                 </exclusion>
323                         </exclusions>
324                 </dependency>
325
326                 <!-- TITAN end -->
327                 <dependency>
328                         <groupId>commons-logging</groupId>
329                         <artifactId>commons-logging</artifactId>
330             <version>${commons-logging}</version>
331                         <scope>compile</scope>
332                 </dependency>
333
334                 <dependency>
335                         <groupId>commons-codec</groupId>
336                         <artifactId>commons-codec</artifactId>
337             <version>${commons-codec}</version>
338                         <scope>compile</scope>
339                 </dependency>
340                 <dependency>
341                         <groupId>com.fasterxml.jackson.core</groupId>
342                         <artifactId>jackson-core</artifactId>
343                         <version>${jackson.version}</version>
344                         <scope>compile</scope>
345                 </dependency>
346
347                 <dependency>
348                         <groupId>com.fasterxml.jackson.core</groupId>
349                         <artifactId>jackson-databind</artifactId>
350                         <version>${jackson.version}</version>
351                         <scope>compile</scope>
352                 </dependency>
353
354                 <dependency>
355                         <groupId>com.fasterxml.jackson.core</groupId>
356                         <artifactId>jackson-annotations</artifactId>
357                         <version>${jackson.annotations.version}</version>
358                         <scope>compile</scope>
359                 </dependency>
360
361                 <dependency>
362                         <groupId>com.google.code.gson</groupId>
363                         <artifactId>gson</artifactId>
364                         <version>${gson.version}</version>
365                         <scope>compile</scope>
366                 </dependency>
367
368                 <dependency>
369                         <groupId>org.apache.httpcomponents</groupId>
370                         <artifactId>httpclient</artifactId>
371             <version>${httpclient.version}</version>
372                         <scope>compile</scope>
373                 </dependency>
374
375                 <dependency>
376                         <groupId>org.apache.httpcomponents</groupId>
377                         <artifactId>httpcore</artifactId>
378             <version>${httpcore.version}</version>
379                         <scope>compile</scope>
380                 </dependency>
381
382                 <!-- Spring 4 dependencies -->
383                 <dependency>
384                         <groupId>org.springframework</groupId>
385                         <artifactId>spring-core</artifactId>
386                         <version>${spring.version}</version>
387                         <scope>compile</scope>
388                 </dependency>
389
390                 <dependency>
391                         <groupId>org.springframework</groupId>
392                         <artifactId>spring-context</artifactId>
393                         <version>${spring.version}</version>
394                         <scope>compile</scope>
395                 </dependency>
396
397                 <dependency>
398                         <groupId>org.springframework</groupId>
399                         <artifactId>spring-expression</artifactId>
400                         <version>${spring.version}</version>
401                         <scope>compile</scope>
402                 </dependency>
403
404                 <dependency>
405                         <groupId>org.springframework</groupId>
406                         <artifactId>spring-beans</artifactId>
407                         <version>${spring.version}</version>
408                         <!--<version>4.0.7.RELEASE</version>-->
409                         <scope>compile</scope>
410                 </dependency>
411
412                 <dependency>
413                         <groupId>org.springframework</groupId>
414                         <artifactId>spring-aop</artifactId>
415                         <version>${spring.version}</version>
416                         <scope>compile</scope>
417                 </dependency>
418
419                 <!-- Spring 4 dependencies end -->
420                 <!-- JavaConfig need this library -->
421                 <dependency>
422                         <groupId>cglib</groupId>
423                         <artifactId>cglib</artifactId>
424                         <version>3.2.4</version>
425                         <scope>compile</scope>
426                 </dependency>
427
428                 <dependency>
429                         <groupId>org.yaml</groupId>
430                         <artifactId>snakeyaml</artifactId>
431                         <version>${snakeyaml.version}</version>
432                         <scope>compile</scope>
433                 </dependency>
434
435                 <dependency>
436                         <groupId>org.functionaljava</groupId>
437                         <artifactId>functionaljava</artifactId>
438                         <version>${functionaljava.version}</version>
439                         <scope>compile</scope>
440                 </dependency>
441
442                 <dependency>
443                         <groupId>org.elasticsearch</groupId>
444                         <artifactId>elasticsearch</artifactId>
445             <version>${elastic-search.version}</version>
446                         <scope>compile</scope>
447                 </dependency>
448
449                 <dependency>
450                         <groupId>com.fasterxml.jackson.dataformat</groupId>
451                         <artifactId>jackson-dataformat-yaml</artifactId>
452                         <version>${jackson.version}</version>
453                         <scope>compile</scope>
454                 </dependency>
455
456                 <dependency>
457                         <groupId>org.elasticsearch.plugin</groupId>
458                         <artifactId>shield</artifactId>
459                         <version>${elastic-search.version}</version>
460                         <scope>compile</scope>
461                 </dependency>
462
463                 <!-- CASSANDRA -->
464                 <dependency>
465                         <groupId>com.datastax.cassandra</groupId>
466                         <artifactId>cassandra-driver-core</artifactId>
467                         <version>${cassandra.driver.version}</version>
468                         <scope>compile</scope>
469                 </dependency>
470
471                 <dependency>
472                         <groupId>com.datastax.cassandra</groupId>
473                         <artifactId>cassandra-driver-mapping</artifactId>
474                         <version>${cassandra.driver.version}</version>
475                         <scope>compile</scope>
476                 </dependency>
477
478                 <!-- CASSANDRA END -->
479                 <dependency>
480                         <groupId>org.apache.poi</groupId>
481                         <artifactId>com.springsource.org.apache.poi</artifactId>
482                         <version>3.9.0.FINAL</version>
483                         <scope>compile</scope>
484                 </dependency>
485
486                 <dependency>
487                         <groupId>org.jdom</groupId>
488                         <artifactId>jdom</artifactId>
489                         <version>2.0.2</version>
490                         <scope>compile</scope>
491                 </dependency>
492
493                 <!-- Temporary, till building the populate task which adding all components 
494                         to cache. We will use Serialization Utils. -->
495                 <dependency>
496                         <groupId>de.ruedigermoeller</groupId>
497                         <artifactId>fst</artifactId>
498                         <version>2.47</version>
499                         <scope>compile</scope>
500                 </dependency>
501
502                 <!-- testing -->
503                 <dependency>
504                         <groupId>junit</groupId>
505                         <artifactId>junit</artifactId>
506                         <version>${junit.version}</version>
507                         <scope>test</scope>
508                 </dependency>
509
510         <dependency>
511             <groupId>org.testng</groupId>
512             <artifactId>testng</artifactId>
513             <version>${testng.version}</version>
514             <scope>test</scope>
515         </dependency>
516
517                 <dependency>
518                         <groupId>org.mockito</groupId>
519                         <artifactId>mockito-all</artifactId>
520                         <version>${mockito.version}</version>
521                         <scope>test</scope>
522                 </dependency>
523                 <!-- testing end -->
524
525         </dependencies>
526
527         <build>
528                 <plugins>
529
530                         <plugin>
531                                 <groupId>org.apache.maven.plugins</groupId>
532                                 <artifactId>maven-deploy-plugin</artifactId>
533                                 <version>2.7</version>
534                                 <configuration>
535                                         <skip>true</skip>
536                                 </configuration>
537                         </plugin>
538
539                         <plugin>
540                                 <groupId>org.apache.maven.plugins</groupId>
541                                 <artifactId>maven-assembly-plugin</artifactId>
542                                 <executions>
543                                         <execution>
544                                                 <id>create.jar.with.dependencies</id>
545                                                 <phase>package</phase>
546                                                 <goals>
547                                                         <goal>single</goal>
548                                                 </goals>
549                                                 <configuration>
550                                                         <descriptorRefs>
551                                                                 <descriptorRef>jar-with-dependencies</descriptorRef>
552                                                         </descriptorRefs>
553                                                 </configuration>
554                                         </execution>
555                                         <execution>
556                                                 <configuration>
557                                                         <finalName>sdctool</finalName>
558                                                         <appendAssemblyId>false</appendAssemblyId>
559                                                         <descriptor>${project.basedir}/tarball.xml</descriptor>
560                                                 </configuration>
561                                                 <id>assemble-file</id>
562                                                 <phase>package</phase>
563                                                 <goals>
564                                                         <goal>single</goal>
565                                                 </goals>
566                                         </execution>
567                                 </executions>
568                         </plugin>
569
570             <plugin>
571                 <groupId>org.apache.maven.plugins</groupId>
572                 <artifactId>maven-resources-plugin</artifactId>
573                 <version>3.0.2</version>
574
575                 <executions>
576
577                     <execution>
578                         <id>copy-sdctool</id>
579                         <phase>install</phase>
580                         <goals>
581                             <goal>copy-resources</goal>
582                         </goals>
583                         <configuration>
584                             <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory>
585                             <resources>
586                                 <resource>
587                                     <directory>./target</directory>
588                                     <includes>
589                                         <include>sdctool.tar</include>
590                                     </includes>
591                                 </resource>
592                             </resources>
593                         </configuration>
594                     </execution>
595
596                 </executions>
597             </plugin>
598                 </plugins>
599         </build>
600 </project>