Merge "turned tests back on"
[aai/aai-service.git] / ajsc-aai / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.openecomp.aai.aai-service</groupId>
7     <artifactId>aai-service</artifactId>
8     <version>1.0.0-SNAPSHOT</version>
9   </parent>
10   <artifactId>ajsc-aai</artifactId>
11   <name>ajsc</name>
12   <url>http://maven.apache.org</url>
13   <properties>
14                 <dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation>
15                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> 
17   </properties>
18   <dependencies>
19                 <!-- AJSC related dependencies -->
20                 <dependency>
21                         <groupId>com.att.ajsc</groupId>
22                         <artifactId>ajsc-runner</artifactId>
23                         <version>${ajscRuntimeVersion}</version>
24                 </dependency>
25                 <dependency>
26                         <groupId>com.att.ajsc</groupId>
27                         <artifactId>ajsc-core</artifactId>
28                         <version>${ajscRuntimeVersion}</version>
29                         <scope>provided</scope>
30                 </dependency>
31                 
32                 <dependency>
33                         <groupId>dom4j</groupId>
34                         <artifactId>dom4j</artifactId>
35                         <version>1.6.1</version>
36                 </dependency>
37
38                 <dependency>
39                         <groupId>commons-lang</groupId>
40                         <artifactId>commons-lang</artifactId>
41                         <version>2.6</version>
42                 </dependency>
43
44                 <dependency> 
45                         <groupId>com.att.eelf</groupId> 
46                         <artifactId>eelf-core</artifactId> 
47                         <version>0.0.1</version> 
48                 </dependency> 
49  
50                 <dependency> 
51                         <groupId>com.att.eelf</groupId> 
52                         <artifactId>eelf-maven-plugin</artifactId> 
53                         <version>0.0.1</version> 
54                 </dependency>
55
56                 <dependency>
57                         <groupId>ch.qos.logback</groupId>
58                         <artifactId>logback-core</artifactId>
59                         <version>1.1.7</version>
60                 </dependency>
61
62                 <dependency>
63                         <groupId>ch.qos.logback</groupId>
64                         <artifactId>logback-classic</artifactId>
65                         <version>1.1.7</version>
66                 </dependency>
67
68                 <dependency>
69                         <groupId>ch.qos.logback</groupId>
70                         <artifactId>logback-access</artifactId>
71                         <version>1.1.7</version>
72                 </dependency>
73
74                 <dependency>
75                         <groupId>org.codehaus.janino</groupId>
76                         <artifactId>janino</artifactId>
77                         <version>2.7.8</version>
78                 </dependency>
79
80                 <dependency>
81                         <groupId>commons-io</groupId>
82                         <artifactId>commons-io</artifactId>
83                 </dependency>
84                 <dependency>
85                         <groupId>commons-collections</groupId>
86                         <artifactId>commons-collections</artifactId>
87                 </dependency>
88                 <dependency>
89                         <groupId>jdk.tools</groupId>
90                         <artifactId>jdk.tools</artifactId>
91                         <version>1.8.0</version>
92                         <scope>system</scope>
93                         <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
94                 </dependency>
95                 <dependency>
96                         <groupId>junit</groupId>
97                         <artifactId>junit</artifactId>
98                         <scope>test</scope>
99                 </dependency>
100                 <dependency>
101                         <groupId>com.google.guava</groupId>
102                         <artifactId>guava</artifactId>
103                         <version>16.0</version>
104                 </dependency>
105                 <dependency>
106                         <groupId>com.thinkaurelius.titan</groupId>
107                         <artifactId>titan-core</artifactId>
108                         <version>1.0.0</version>
109                         <exclusions>
110                                 <exclusion>
111                                         <groupId>org.slf4j</groupId>
112                                         <artifactId>slf4j-log4j12</artifactId>
113                                 </exclusion>
114                         </exclusions>
115                 </dependency>
116                 <dependency>
117                         <groupId>com.thinkaurelius.titan</groupId>
118                         <artifactId>titan-hbase</artifactId>
119                         <version>1.0.0</version>
120                         <exclusions>
121                                 <exclusion>
122                                         <groupId>org.slf4j</groupId>
123                                         <artifactId>slf4j-log4j12</artifactId>
124                                 </exclusion>
125                         </exclusions>
126                 </dependency>
127                 <dependency>
128                         <groupId>org.apache.tinkerpop</groupId>
129                         <artifactId>tinkerpop</artifactId>
130                         <version>3.1.0-incubating</version>
131                         <type>pom</type>
132                 </dependency>
133                 <dependency>
134                         <groupId>org.apache.hbase</groupId>
135                         <artifactId>hbase-client</artifactId>
136                         <version>1.0.2</version>
137                         <exclusions>
138                                 <exclusion>
139                                         <groupId>org.slf4j</groupId>
140                                         <artifactId>slf4j-log4j12</artifactId>
141                                 </exclusion>
142                                 <exclusion>
143                                         <artifactId>log4j</artifactId>
144                                         <groupId>log4j</groupId>
145                                 </exclusion>
146                         </exclusions>
147                 </dependency>
148                 <dependency>
149                         <groupId>org.apache.hbase</groupId>
150                         <artifactId>hbase-protocol</artifactId>
151                         <version>1.0.2</version>
152                         <exclusions>
153                                 <exclusion>
154                                         <artifactId>log4j</artifactId>
155                                         <groupId>log4j</groupId>
156                                 </exclusion>
157                         </exclusions>
158                 </dependency>
159                 <dependency>
160                         <groupId>org.apache.hbase</groupId>
161                         <artifactId>hbase-common</artifactId>
162                         <version>1.0.2</version>
163                         <exclusions>
164                                 <exclusion>
165                                         <artifactId>log4j</artifactId>
166                                         <groupId>log4j</groupId>
167                                 </exclusion>
168                         </exclusions>
169                 </dependency>
170                 <dependency>
171                         <groupId>com.google.inject.extensions</groupId>
172                         <artifactId>guice-servlet</artifactId>
173                         <version>3.0</version>
174                 </dependency>
175                 <dependency>
176                         <groupId>com.google.inject</groupId>
177                         <artifactId>guice</artifactId>
178                         <version>3.0</version>
179                 </dependency>
180
181                 <dependency>
182                         <groupId>com.sun.jersey</groupId>
183                         <artifactId>jersey-json</artifactId>
184                         <version>1.18</version>
185                 </dependency>
186                 <dependency>
187                         <groupId>jivesoftware</groupId>
188                         <artifactId>smack</artifactId>
189                         <version>3.0.4</version>
190                 </dependency>
191
192                 <dependency>
193                         <groupId>com.fasterxml.jackson.jaxrs</groupId>
194                         <artifactId>jackson-jaxrs-json-provider</artifactId>
195                         <version>2.1.4</version>
196                 </dependency>
197                 <dependency>
198                         <groupId>com.googlecode.json-simple</groupId>
199                         <artifactId>json-simple</artifactId>
200                         <version>1.1.1</version>
201                 </dependency>
202                 <dependency>
203                         <groupId>com.sun.jersey</groupId>
204                         <artifactId>jersey-client</artifactId>
205                         <version>1.18</version>
206                 </dependency>
207                 <dependency>
208                         <groupId>org.springframework</groupId>
209                         <artifactId>spring-web</artifactId>
210                         <version>4.2.5.RELEASE</version>
211                 </dependency>
212                 <dependency>
213                         <groupId>org.springframework.ws</groupId>
214                         <artifactId>spring-ws</artifactId>
215                         <version>1.5.2</version>
216                         <!--<version>2.1.3-RELEASE</version> -->
217                 </dependency>
218                 <dependency>
219                         <groupId>org.springframework</groupId>
220                         <artifactId>spring-core</artifactId>
221                         <version>4.2.5.RELEASE</version>
222                 </dependency>
223                 <dependency>
224                         <groupId>org.mockito</groupId>
225                         <artifactId>mockito-all</artifactId>
226                         <version>1.10.19</version>
227                         <scope>test</scope>
228                 </dependency>
229
230                 <dependency>
231                         <groupId>org.powermock</groupId>
232                         <artifactId>powermock-module-junit4</artifactId>
233                         <version>1.6.2</version>
234                         <scope>test</scope>
235                 </dependency>
236                 <dependency>
237                         <groupId>org.powermock</groupId>
238                         <artifactId>powermock-api-mockito</artifactId>
239                         <version>1.6.2</version>
240                         <scope>test</scope>
241                 </dependency>
242                 <dependency>
243                         <groupId>com.beust</groupId>
244                         <artifactId>jcommander</artifactId>
245                         <version>1.48</version>
246                 </dependency>
247                 <dependency>
248                         <groupId>org.json</groupId>
249                         <artifactId>json</artifactId>
250                         <version>20090211</version>
251                 </dependency>
252                 <dependency>
253                         <groupId>org.freemarker</groupId>
254                         <artifactId>freemarker</artifactId>
255                         <version>2.3.14</version>
256                 </dependency>
257                 <dependency>
258                         <groupId>javax.xml.bind</groupId>
259                         <artifactId>jaxb-api</artifactId>
260                         <version>2.2.11</version>
261                 </dependency>
262                 <dependency>
263                         <groupId>com.sun.xml.bind</groupId>
264                         <artifactId>jaxb-impl</artifactId>
265                         <version>2.2.11</version>
266                 </dependency>
267                 <dependency>
268                         <groupId>com.sun.xml.bind</groupId>
269                         <artifactId>jaxb-core</artifactId>
270                         <version>2.2.11</version>
271                 </dependency>
272                 <dependency>
273                         <groupId>com.sun.xml.bind</groupId>
274                         <artifactId>jaxb-xjc</artifactId>
275                         <version>2.2.11</version>
276                 </dependency>
277                 <dependency>
278                         <groupId>org.eclipse.persistence</groupId>
279                         <artifactId>eclipselink</artifactId>
280                         <version>2.6.2</version>
281                 </dependency>
282                 <dependency>
283                         <groupId>org.eclipse.persistence</groupId>
284                         <artifactId>org.eclipse.persistence.moxy</artifactId>
285                         <version>2.6.2</version>
286                         <scope>compile</scope>
287                 </dependency>
288                 <dependency>
289                         <groupId>org.powermock</groupId>
290                         <artifactId>powermock-module-javaagent</artifactId>
291                         <version>1.6.2</version>
292                         <scope>test</scope>
293                 </dependency>
294                 <dependency>
295                         <groupId>org.powermock</groupId>
296                         <artifactId>powermock-module-junit4-rule-agent</artifactId>
297                         <version>1.6.2</version>
298                         <scope>test</scope>
299                 </dependency>
300                 <dependency>
301                         <groupId>com.github.fge</groupId>
302                         <artifactId>json-patch</artifactId>
303                         <version>1.9</version>
304                 </dependency>
305                 <dependency>
306                         <groupId>org.javatuples</groupId>
307                         <artifactId>javatuples</artifactId>
308                         <version>1.2</version>
309                         <scope>compile</scope>
310                 </dependency>
311                 <dependency>
312                         <groupId>com.google.code.gson</groupId>
313                         <artifactId>gson</artifactId>
314                         <version>2.7</version>
315                 </dependency>
316                 <dependency>
317                         <groupId>com.att.nsa</groupId>
318                         <artifactId>dmaapClient</artifactId>
319                         <version>0.2.12</version>
320                 </dependency>
321                 <dependency>
322                         <groupId>org.apache.httpcomponents</groupId>
323                         <artifactId>httpcore</artifactId>
324                         <version>4.4</version>
325                 </dependency>
326                 <dependency>
327                         <groupId>org.apache.activemq</groupId>
328                         <artifactId>activemq-broker</artifactId>
329                         <version>5.12.2</version>
330                 </dependency>   
331
332         <dependency>
333                 <groupId>org.openecomp.aai.aai-service</groupId>
334                 <artifactId>annotations</artifactId>
335                 <version>1.0.0-SNAPSHOT</version>
336         </dependency>
337   </dependencies>
338   <build>
339     <plugins>   
340                 <plugin>
341                         <groupId>org.jvnet.jaxb2.maven2</groupId>
342                                 <artifactId>maven-jaxb2-plugin</artifactId>
343                                 <version>0.13.1</version>
344                                 <executions>
345                                         <execution>
346                                                 <id>gen-xjc</id>
347                                                 <goals>
348                                                         <goal>generate</goal>
349                                                 </goals>
350                                         </execution>
351                                 </executions>
352                                 <configuration>
353                                         <extension>true</extension>
354                                         <args>
355                                                 <arg>-Xannotate</arg>
356                                         </args>
357                                         <generateDirectory>target/generated-sources</generateDirectory>
358                                         <schemaDirectory>src/main/aai_schema</schemaDirectory>
359                                         <bindingDirectory>src/main/xjb</bindingDirectory>
360                                         <plugins>
361                                                 <plugin>
362                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
363                                                         <artifactId>jaxb2-basics-annotate</artifactId>
364                                                         <version>1.0.2</version>
365                                                 </plugin>
366                                                 <plugin>
367                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
368                                                         <artifactId>jaxb2-basics</artifactId>
369                                                         <version>1.11.1</version>
370                                                 </plugin>
371                                                 <plugin>
372                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
373                                                         <artifactId>jaxb2-basics-runtime</artifactId>
374                                                         <version>1.11.1</version>
375                                                 </plugin>
376                                                 <plugin>
377                                                         <groupId>org.jvnet.jaxb2_commons</groupId>
378                                                         <artifactId>jaxb2-basics-tools</artifactId>
379                                                         <version>1.11.1</version>
380                                                 </plugin>
381                                                 <plugin>
382                                                         <groupId>org.openecomp.aai.aai-service</groupId>
383                                                         <artifactId>annotations</artifactId>
384                                                         <version>${project.release}</version>
385                                                 </plugin>
386                                         </plugins>
387                                 </configuration>
388                         </plugin>
389                         <plugin>
390                                 <groupId>org.jsonschema2pojo</groupId>
391                                 <artifactId>jsonschema2pojo-maven-plugin</artifactId>
392                                 <version>0.4.13</version>
393                                 <configuration>
394                                         <sourceType>jsonschema</sourceType>
395                                         <sourceDirectory>src/main/resources/json</sourceDirectory>
396                                         <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
397                                         <annotationStyle>jackson2</annotationStyle>
398                                         <generateBuilders>true</generateBuilders>
399                                 </configuration>
400                         </plugin>
401                         <plugin>
402                                 <groupId>org.apache.maven.plugins</groupId>
403                                 <artifactId>maven-jar-plugin</artifactId>
404                                 <version>2.4</version>
405                                 <executions>
406                                         <execution>
407                                                 <id>aai-custom-jar</id>
408                                                 <phase>prepare-package</phase>
409                                                 <goals>
410                                                         <goal>jar</goal>
411                                                 </goals>
412                                                 <configuration>
413                                                         <includes>
414                                                                 <include>org/openecomp/aai/util/**/*</include>
415                                                         </includes>
416                                                         <finalName>aai-custom</finalName>
417                                                 </configuration>
418                                         </execution>
419                                         <execution>
420                                                 <id>aai-logging-jar</id>
421                                                 <phase>prepare-package</phase>
422                                                 <goals>
423                                                         <goal>jar</goal>
424                                                 </goals>
425                                                 <configuration>
426                                                         <includes>
427                                                                 <include>org/openecomp/aai/logging/**/*</include>
428                                                         </includes>
429                                                         <finalName>aai-logging</finalName>
430                                                 </configuration>
431                                         </execution>
432                                 </executions>
433                         </plugin>
434                         <plugin>
435                                 <groupId>org.apache.maven.plugins</groupId>
436                                 <artifactId>maven-dependency-plugin</artifactId>
437                                 <version>2.5.1</version>
438                                 <executions>
439                                         <execution>
440                                                 <id>copy-agent</id>
441                                                 <phase>process-test-classes</phase>
442                                                 <goals>
443                                                         <goal>copy</goal>
444                                                 </goals>
445                                                 <configuration>
446                                                         <artifactItems>
447                                                                 <artifactItem>
448                                                                         <groupId>org.powermock</groupId>
449                                                                         <artifactId>powermock-module-javaagent</artifactId>
450                                                                         <version>1.6.2</version>
451                                                                         <outputDirectory>${project.build.directory}/agents</outputDirectory>
452                                                                         <destFileName>powermock-javaagent.jar</destFileName>
453                                                                 </artifactItem>
454                                                         </artifactItems>
455                                                 </configuration>
456                                         </execution>
457                                 </executions>
458                         </plugin>
459                         <plugin>
460                             <groupId>org.apache.maven.plugins</groupId>
461                             <artifactId>maven-dependency-plugin</artifactId>
462                             <executions>
463                               <execution>
464                                 <id>unpack-schema-dependency</id>
465                                 <phase>initialize</phase>
466                                 <goals>
467                                   <goal>unpack</goal>
468                                 </goals>
469                               </execution>
470                             </executions>
471                             <configuration>
472                               <artifactItems>
473                                 <artifactItem>
474                                   <groupId>org.openecomp.aai.aai-service</groupId>
475                                   <artifactId>aai-schema</artifactId>
476                                   <version>1.0.0-SNAPSHOT</version>
477                                   <outputDirectory>bundleconfig-local/etc</outputDirectory>
478                                   <includes>oxm/*.xml</includes>
479                                 </artifactItem>
480                                 <artifactItem>
481                                   <groupId>org.openecomp.aai.aai-service</groupId>
482                                   <artifactId>aai-schema</artifactId>
483                                   <version>1.0.0-SNAPSHOT</version>
484                                   <outputDirectory>src/main</outputDirectory>
485                                   <includes>aai_schema/*.xsd</includes>
486                                 </artifactItem>
487                               </artifactItems>
488                               <!-- other configurations here -->
489                             </configuration>
490                           </plugin>
491                         <plugin>
492                                 <groupId>org.apache.maven.plugins</groupId>
493                                 <artifactId>maven-surefire-plugin</artifactId>
494                                 <version>2.12.4</version>
495                                 <configuration>
496                                         <reuseForks>false</reuseForks>
497                                         <threadCount>1</threadCount> 
498                                         <argLine>-javaagent:${project.build.directory}/agents/powermock-javaagent.jar
499                                         -noverify</argLine>
500                                         <systemPropertyVariables>
501                                                 <AJSC_HOME>.</AJSC_HOME>
502                                                 <BUNDLECONFIG_DIR>bundleconfig-local</BUNDLECONFIG_DIR>
503                                         </systemPropertyVariables>
504                                 </configuration>
505                         </plugin>
506                         <plugin>
507                         <groupId>org.apache.maven.plugins</groupId>
508                         <artifactId>maven-deploy-plugin</artifactId>
509                         <executions>
510                                 <execution>
511                                 <id>default-deploy</id>
512                                 <phase>none</phase>
513                                 </execution>
514                                 </executions>
515                         </plugin> 
516                         </plugins>
517         </build>
518                 <profiles>
519                 <!-- Use this profile to run the AJSC locally. This profile can be successfully 
520                         shutdown WITHIN eclipse even in a Windows environment. Debugging is also 
521                         available with this profile. -->
522                 <profile>
523                         <id>passwordGenerator</id>
524                         <build>
525                                 <defaultGoal>initialize</defaultGoal>
526                                 <plugins>
527                                         <plugin>
528                                                 <groupId>org.codehaus.mojo</groupId>
529                                                 <artifactId>exec-maven-plugin</artifactId>
530                                                 <version>1.3.2</version>
531                                                 <executions>
532                                                         <execution>
533                                                                 <phase>initialize</phase>
534                                                                 <goals>
535                                                                         <goal>java</goal>
536                                                                 </goals>
537                                                                 <configuration>
538                                                                         <mainClass>org.eclipse.jetty.util.security.Password</mainClass>
539                                                                         <arguments>
540                                                                                 <argument>user</argument>
541                                                                                 <argument>changeit</argument>
542                                                                         </arguments>
543                                                                 </configuration>
544                                                         </execution>
545                                                 </executions>
546                                                 <configuration>
547                                                         <executable>java</executable>
548                                                 </configuration>
549                                         </plugin>                                       
550                                 </plugins>
551                         </build>
552                 </profile>
553                 <profile>
554                   <id>docker</id>
555                   <build>
556                         <defaultGoal>docker:build</defaultGoal>
557                         <plugins>
558                          <plugin>
559                         <groupId>org.apache.maven.plugins</groupId>
560                         <artifactId>maven-resources-plugin</artifactId>
561                         <version>2.7</version>
562                         <executions>
563                             <execution>
564                                 <id>copy-docker-file</id>
565                                 <phase>package</phase>
566                                 <goals>
567                                     <goal>copy-resources</goal>
568                                 </goals>
569                                 <configuration>
570                                     <outputDirectory>${dockerLocation}</outputDirectory>
571                                     <overwrite>true</overwrite>
572                                     <resources>
573                                         <resource>
574                                             <directory>${basedir}/src/main/resources/docker</directory>
575                                             <filtering>true</filtering>
576                                             <includes>
577                                                 <include>**/*</include>
578                                             </includes>
579                                         </resource>
580                                     </resources>
581                                 </configuration>
582                             </execution>
583                             <execution>
584                                 <id>copy-commonlibs-file</id>
585                                 <phase>package</phase>
586                                 <goals>
587                                     <goal>copy-resources</goal>
588                                 </goals>
589                                 <configuration>
590                                     <outputDirectory>${dockerLocation}/commonLibs</outputDirectory>
591                                     <overwrite>true</overwrite>
592                                     <resources>
593                                         <resource>
594                                             <directory>${basedir}/target/commonLibs</directory>
595                                             <filtering>false</filtering>
596                                             <includes>
597                                                 <include>*.jar</include>
598                                             </includes>
599                                         </resource>
600                                     </resources>
601                                 </configuration>
602                             </execution>
603                         </executions>
604                     </plugin>
605                     <plugin>
606                         <groupId>com.spotify</groupId>
607                         <artifactId>docker-maven-plugin</artifactId>
608                         <version>0.4.11</version>
609                         <configuration>
610                                 <verbose>true</verbose>
611                                                 
612                                 <imageName>${docker.push.registry}/ecomp/${project.artifactId}</imageName>
613                             <dockerDirectory>${dockerLocation}</dockerDirectory>
614                             <serverId>docker-hub</serverId>                   
615                             <imageTags>
616                                 <imageTag>${docker_imageversion}</imageTag>
617                                 <imageTag>latest</imageTag>
618                             </imageTags>
619                             <forceTags>true</forceTags>
620                         </configuration>
621                     </plugin>
622                          </plugins>
623                  </build>
624                 </profile>
625         </profiles>
626 </project>