Initial commit with all the necessary files
[aai/aai-common.git] / aai-core / pom.xml
1 <?xml version="1.0"?>
2 <project
3                 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4                 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5         <modelVersion>4.0.0</modelVersion>
6         <groupId>org.openecomp.aai</groupId>
7         <artifactId>aai-core</artifactId>
8         <version>1.1.5-SNAPSHOT</version>
9         <name>aai-core</name>
10         <packaging>jar</packaging>
11         <properties>
12                 <maven.compiler.target>1.8</maven.compiler.target>
13                 <maven.compiler.source>1.8</maven.compiler.source>
14                 <aai-schema.version>1.2.4-SNAPSHOT</aai-schema.version>
15                 <nexusproxy>https://nexus.onap.org</nexusproxy>
16                 <sitePath>/content/sites/site/${project.artifactId}/${project.version}</sitePath>
17         </properties>
18         <dependencies>
19                 <dependency>
20                         <groupId>org.openecomp.aai</groupId>
21                         <artifactId>aai-schema</artifactId>
22                         <version>${aai-schema.version}</version>
23                 </dependency>
24                 <dependency>
25                         <groupId>commons-lang</groupId>
26                         <artifactId>commons-lang</artifactId>
27                         <version>2.6</version>
28                 </dependency>
29                 <dependency>
30                         <groupId>com.att.eelf</groupId>
31                         <artifactId>eelf-core</artifactId>
32                         <version>1.0.0</version>
33                 </dependency>
34                 <dependency>
35                         <groupId>jdk.tools</groupId>
36                         <artifactId>jdk.tools</artifactId>
37                         <version>1.8.0_101</version>
38                         <scope>system</scope>
39                         <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
40                 </dependency>
41                 <dependency>
42                         <groupId>org.codehaus.jackson</groupId>
43                         <artifactId>jackson-core-asl</artifactId>
44                         <version>1.9.13</version>
45                 </dependency>
46
47                 <dependency>
48                         <groupId>org.codehaus.jackson</groupId>
49                         <artifactId>jackson-mapper-asl</artifactId>
50                         <version>1.9.13</version>
51                 </dependency>
52                 <dependency>
53                         <groupId>junit</groupId>
54                         <artifactId>junit</artifactId>
55                         <version>4.12</version>
56                         <scope>test</scope>
57                 </dependency>
58                 <dependency>
59                         <groupId>org.hamcrest</groupId>
60                         <artifactId>hamcrest-junit</artifactId>
61                         <version>2.0.0.0</version>
62                         <scope>test</scope>
63                 </dependency>
64                 <dependency>
65                         <groupId>org.hamcrest</groupId>
66                         <artifactId>hamcrest-core</artifactId>
67                         <version>1.3</version>
68                         <scope>test</scope>
69                 </dependency>
70                 <dependency>
71                         <groupId>org.mockito</groupId>
72                         <artifactId>mockito-all</artifactId>
73                         <version>1.10.19</version>
74                         <scope>test</scope>
75                 </dependency>
76                 <dependency>
77                         <groupId>org.powermock</groupId>
78                         <artifactId>powermock-module-junit4</artifactId>
79                         <version>1.6.2</version>
80                         <scope>test</scope>
81                 </dependency>
82                 <dependency>
83                         <groupId>org.powermock</groupId>
84                         <artifactId>powermock-api-mockito</artifactId>
85                         <version>1.6.2</version>
86                         <scope>test</scope>
87                 </dependency>
88                 <dependency>
89                         <groupId>com.google.guava</groupId>
90                         <artifactId>guava</artifactId>
91                         <version>16.0</version>
92                 </dependency>
93                 <dependency>
94                         <groupId>com.thinkaurelius.titan</groupId>
95                         <artifactId>titan-core</artifactId>
96                         <version>1.0.0</version>
97                         <exclusions>
98                                 <exclusion>
99                                         <groupId>org.slf4j</groupId>
100                                         <artifactId>slf4j-log4j12</artifactId>
101                                 </exclusion>
102                         </exclusions>
103                 </dependency>
104                 <dependency>
105                         <groupId>com.fasterxml.jackson.jaxrs</groupId>
106                         <artifactId>jackson-jaxrs-json-provider</artifactId>
107                         <version>2.1.4</version>
108                 </dependency>
109                 <dependency>
110                         <groupId>com.googlecode.json-simple</groupId>
111                         <artifactId>json-simple</artifactId>
112                         <version>1.1.1</version>
113                 </dependency>
114                 <dependency>
115                         <groupId>org.springframework</groupId>
116                         <artifactId>spring-web</artifactId>
117                         <version>4.2.5.RELEASE</version>
118                 </dependency>
119                 <dependency>
120                         <groupId>javax.xml.bind</groupId>
121                         <artifactId>jaxb-api</artifactId>
122                         <version>2.2.11</version>
123                 </dependency>
124                 <dependency>
125                         <groupId>org.eclipse.persistence</groupId>
126                         <artifactId>eclipselink</artifactId>
127                         <version>2.6.2</version>
128                 </dependency>
129                 <dependency>
130                         <groupId>com.google.code.gson</groupId>
131                         <artifactId>gson</artifactId>
132                         <version>2.7</version>
133                 </dependency>
134                 <dependency>
135                         <groupId>org.eclipse.jetty</groupId>
136                         <artifactId>jetty-util</artifactId>
137                         <version>9.4.2.v20170220</version>
138                 </dependency>
139                 <dependency>
140                         <groupId>org.apache.cxf</groupId>
141                         <artifactId>cxf-core</artifactId>
142                         <version>3.0.6</version>
143                 </dependency>
144                 <dependency>
145                         <groupId>com.fasterxml.jackson.module</groupId>
146                         <artifactId>jackson-module-jaxb-annotations</artifactId>
147                         <version>2.1.4</version>
148                 </dependency>
149                 <dependency>
150                         <groupId>com.sun.jersey</groupId>
151                         <artifactId>jersey-core</artifactId>
152                         <version>1.18</version>
153                 </dependency>
154                 <dependency>
155                         <groupId>com.sun.jersey</groupId>
156                         <artifactId>jersey-client</artifactId>
157                         <version>1.18</version>
158                 </dependency>
159                 <dependency>
160                         <groupId>javax.ws.rs</groupId>
161                         <artifactId>javax.ws.rs-api</artifactId>
162                         <version>2.0.1</version>
163                 </dependency>
164                 <dependency>
165                         <groupId>org.apache.tinkerpop</groupId>
166                         <artifactId>gremlin-core</artifactId>
167                         <version>3.0.1-incubating</version>
168                 </dependency>
169                 <dependency>
170                         <groupId>org.slf4j</groupId>
171                         <artifactId>slf4j-api</artifactId>
172                         <version>1.7.5</version>
173                 </dependency>
174                 <dependency>
175                         <groupId>com.fasterxml.jackson.core</groupId>
176                         <artifactId>jackson-databind</artifactId>
177                         <version>2.1.4</version>
178                 </dependency>
179                 <dependency>
180                         <groupId>com.fasterxml.jackson.core</groupId>
181                         <artifactId>jackson-annotations</artifactId>
182                         <version>2.1.4</version>
183                 </dependency>
184                 <dependency>
185                         <groupId>xml-apis</groupId>
186                         <artifactId>xml-apis</artifactId>
187                         <version>1.0.b2</version>
188                 </dependency>
189                 <dependency>
190                         <groupId>commons-lang</groupId>
191                         <artifactId>commons-lang</artifactId>
192                         <version>2.6</version>
193                 </dependency>
194                 <dependency>
195                         <groupId>commons-cli</groupId>
196                         <artifactId>commons-cli</artifactId>
197                         <version>1.3</version>
198                 </dependency>
199                 <dependency>
200                         <groupId>com.beust</groupId>
201                         <artifactId>jcommander</artifactId>
202                         <version>1.48</version>
203                 </dependency>
204                 <dependency>
205                         <groupId>org.json</groupId>
206                         <artifactId>json</artifactId>
207                         <version>20160810</version>
208                 </dependency>
209                 <dependency>
210                         <groupId>javax.servlet</groupId>
211                         <artifactId>javax.servlet-api</artifactId>
212                         <version>3.1.0</version>
213                 </dependency>
214                 <dependency>
215                         <groupId>com.bazaarvoice.jolt</groupId>
216                         <artifactId>jolt-complete</artifactId>
217                         <version>0.0.24</version>
218                 </dependency>
219                 <dependency>
220                         <groupId>ch.qos.logback</groupId>
221                         <artifactId>logback-core</artifactId>
222                         <version>1.1.7</version>
223                 </dependency>
224                 <dependency>
225                         <groupId>ch.qos.logback</groupId>
226                         <artifactId>logback-classic</artifactId>
227                         <version>1.1.7</version>
228                 </dependency>
229                 <dependency>
230                         <groupId>ch.qos.logback</groupId>
231                         <artifactId>logback-access</artifactId>
232                         <version>1.1.7</version>
233                 </dependency>
234                 <dependency>
235                         <groupId>org.apache.hbase</groupId>
236                         <artifactId>hbase-client</artifactId>
237                         <version>0.98.4-hadoop2</version>
238                         <exclusions>
239                                 <exclusion>
240                                         <groupId>org.slf4j</groupId>
241                                         <artifactId>slf4j-log4j12</artifactId>
242                                 </exclusion>
243                                 <exclusion>
244                                         <artifactId>log4j</artifactId>
245                                         <groupId>log4j</groupId>
246                                 </exclusion>
247                         </exclusions>
248                 </dependency>
249                 <dependency>
250                         <groupId>org.apache.hbase</groupId>
251                         <artifactId>hbase-protocol</artifactId>
252                         <version>0.98.4-hadoop2</version>
253                         <exclusions>
254                                 <exclusion>
255                                         <artifactId>log4j</artifactId>
256                                         <groupId>log4j</groupId>
257                                 </exclusion>
258                         </exclusions>
259                 </dependency>
260                 <dependency>
261                         <groupId>org.apache.hbase</groupId>
262                         <artifactId>hbase-common</artifactId>
263                         <version>0.98.4-hadoop2</version>
264                         <exclusions>
265                                 <exclusion>
266                                         <artifactId>log4j</artifactId>
267                                         <groupId>log4j</groupId>
268                                 </exclusion>
269                         </exclusions>
270                 </dependency>
271                 <dependency>
272                         <groupId>org.apache.activemq</groupId>
273                         <artifactId>activemq-broker</artifactId>
274                         <version>5.14.4</version>
275                 </dependency>
276
277                 <dependency>
278                         <groupId>com.opencsv</groupId>
279                         <artifactId>opencsv</artifactId>
280                         <version>3.1</version>
281                 </dependency>
282                 <dependency>
283                         <groupId>org.freemarker</groupId>
284                         <artifactId>freemarker</artifactId>
285                         <version>2.3.14</version>
286                 </dependency>
287                 <dependency>
288                         <groupId>com.bazaarvoice.jolt</groupId>
289                         <artifactId>jolt-complete</artifactId>
290                         <version>0.0.24</version>
291                 </dependency>
292                 <dependency>
293                         <groupId>org.mockito</groupId>
294                         <artifactId>mockito-all</artifactId>
295                         <version>1.10.19</version>
296                         <scope>test</scope>
297                 </dependency>
298                 <dependency>
299                         <groupId>org.powermock</groupId>
300                         <artifactId>powermock-module-junit4</artifactId>
301                         <version>1.6.2</version>
302                         <scope>test</scope>
303                 </dependency>
304                 <dependency>
305                         <groupId>org.powermock</groupId>
306                         <artifactId>powermock-api-mockito</artifactId>
307                         <version>1.6.2</version>
308                         <scope>test</scope>
309                 </dependency>
310                 <dependency>
311                         <groupId>org.powermock</groupId>
312                         <artifactId>powermock-module-javaagent</artifactId>
313                         <version>1.6.2</version>
314                         <scope>test</scope>
315                 </dependency>
316         </dependencies>
317         
318         <build>
319                 <plugins>
320                         <plugin>
321                           <groupId>org.apache.maven.plugins</groupId>
322                           <artifactId>maven-site-plugin</artifactId>
323                           <version>3.6</version>
324                           <dependencies>
325                             <dependency>
326                               <groupId>org.apache.maven.wagon</groupId>
327                               <artifactId>wagon-webdav-jackrabbit</artifactId>
328                               <version>2.10</version>
329                             </dependency>
330                           </dependencies>
331                         </plugin>
332                         <plugin>
333                                         <groupId>org.codehaus.mojo</groupId>
334                                         <artifactId>license-maven-plugin</artifactId>
335                                         <version>1.12</version>
336                                         <configuration>
337                                                 <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
338                                                 <licenseName>apache_v2</licenseName>
339                                                 <inceptionYear>2017</inceptionYear>
340                                                 <organizationName>AT&amp;T Intellectual Property. All rights reserved.</organizationName>
341                                                 <projectName>org.openecomp.aai</projectName>
342                                                 <canUpdateCopyright>true</canUpdateCopyright>
343                                                 <canUpdateDescription>true</canUpdateDescription>
344                                                 <canUpdateLicense>true</canUpdateLicense>
345                                                 <emptyLineAfterHeader>true</emptyLineAfterHeader>
346                                                 <processStartTag>============LICENSE_START=======================================================</processStartTag>
347                                                 <processEndTag>============LICENSE_END=========================================================</processEndTag>
348                                                 <sectionDelimiter>================================================================================</sectionDelimiter>
349                                                 <includes>
350                                                         <include>**/*.java</include>
351                                                         <include>**/*.ksh</include>
352                                                         <include>**/*.sh</include>
353                                                         <include>**/*.ftl</include>
354                                                         <include>**/*.xsd</include>
355                                                         <include>**/*.xjb</include>
356                                                         <include>**/aai*.xml</include>
357                                                         <include>**/*logback*.xml</include>
358                                                         <include>**/*aaiconfig*.properties</include>
359                                                         <include>**/*titan*.properties</include>
360                                                 </includes>
361                                         </configuration>
362                                         <executions>
363                                                 <execution>
364                                                         <id>first</id>
365                                                         <goals>
366                                                                 <goal>update-file-header</goal>
367                                                         </goals>
368                                                         <phase>process-sources</phase>
369                                                 </execution>
370                                         </executions>
371                                 </plugin>
372                 </plugins>
373         </build>
374         
375         <distributionManagement>
376                 <repository>
377                         <id>ecomp-releases</id>
378                         <name>ECOMP Release Repository</name>
379                         <url>${nexusproxy}/content/repositories/releases/</url>
380                 </repository>
381                 <snapshotRepository>
382                         <id>ecomp-snapshots</id>
383                         <name>ECOMP Snapshot Repository</name>
384                         <url>${nexusproxy}/content/repositories/snapshots/</url>
385                 </snapshotRepository>
386                 <site>
387                         <id>ecomp-site</id>
388                         <url>dav:${nexusproxy}${sitePath}</url>
389                 </site>
390         </distributionManagement>
391
392         <!-- Plugins and repositories -->
393         <pluginRepositories>
394                 <pluginRepository>
395                         <id>central</id>
396                         <url>http://repo1.maven.org/maven2</url>
397                 </pluginRepository>
398                 <pluginRepository>
399                         <id>EvoSuite</id>
400                         <name>EvoSuite Repository</name>
401                         <url>http://www.evosuite.org/m2</url>
402                 </pluginRepository>
403         </pluginRepositories>
404         
405         <repositories>
406                 <repository>
407                         <id>AJSC</id>
408                         <name>AJSC repository</name>
409                         <url>https://mvnrepository.com/artifact/com.att.ajsc</url>
410                 </repository>
411                 <repository>
412                         <id>restlet</id>
413                         <name>maven reslet</name>
414                         <url>https://maven.restlet.com/</url>
415                 </repository>
416                 
417                 <repository>
418                         <id>central</id>
419                         <name>Maven 2 repository 2</name>
420                         <url>http://repo2.maven.org/maven2/</url>
421                 </repository>
422                 <repository>
423                         <id>ecomp-releases</id>
424                         <name>ECOMP Release Repository</name>
425                         <url>${nexusproxy}/content/repositories/releases/</url>
426                 </repository>
427                 <repository>
428                         <id>ecomp-staging</id>
429                         <name>ECOMP Staging Repository</name>
430                         <url>${nexusproxy}/content/repositories/staging/</url>
431                 </repository>
432                 <repository>
433                         <id>ecomp-snapshots</id>
434                         <name>ECOMP Snapshot Repository</name>
435                         <url>${nexusproxy}/content/repositories/snapshots/</url>
436                 </repository>
437         </repositories>
438
439         <reporting>
440           <plugins>
441             <plugin>
442               <groupId>org.apache.maven.plugins</groupId>
443               <artifactId>maven-javadoc-plugin</artifactId>
444               <version>2.10.4</version>
445               <configuration>
446                 <failOnError>false</failOnError>
447                 <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
448                 <docletArtifact>
449                   <groupId>org.umlgraph</groupId>
450                   <artifactId>umlgraph</artifactId>
451                   <version>5.6</version>
452                 </docletArtifact>
453                 <additionalparam>-views</additionalparam>
454                 <useStandardDocletOptions>true</useStandardDocletOptions>
455               </configuration>
456             </plugin>
457           </plugins>
458         </reporting>
459 </project>