Add dependencies for traversal
[aai/aai-common.git] / aai-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2018 AT&T Technologies and others. Licensed under the 
3         Apache License, Version 2.0 (the "License"); you may not use this file except 
4         in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
5         Unless required by applicable law or agreed to in writing, software distributed 
6         under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES 
7         OR CONDITIONS OF ANY KIND, either express or implied. See the License for 
8         the specific language governing permissions and limitations under the License. -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
12         <modelVersion>4.0.0</modelVersion>
13         <parent>
14                 <groupId>org.onap.aai.aai-common</groupId>
15                 <artifactId>aai-common</artifactId>
16                 <version>1.6.1-SNAPSHOT</version>
17         </parent>
18         <artifactId>aai-parent</artifactId>
19         <name>aai-parent</name>
20         <packaging>pom</packaging>
21
22         <modules>
23
24         </modules>
25
26         <properties>
27
28                 <aaf.version>2.1.15</aaf.version>
29                 <antlr.version>4.7.2</antlr.version>
30                 <activemq.version>5.15.10</activemq.version>
31                 <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
32                 <commons.beanutils.version>1.9.4</commons.beanutils.version>
33                 <commons.cli.version>1.4</commons.cli.version>
34                 <commons.configuration.version>1.10</commons.configuration.version>
35                 <commons.io.version>2.6</commons.io.version>
36                 <commons.lang.version>2.6</commons.lang.version>
37                 <commons.text.version>1.8</commons.text.version>
38                 <docker.fabric.version>0.31.0</docker.fabric.version>
39                 <dmaap.client.version>1.1.9</dmaap.client.version>
40                 <eclipse.persistence.version>2.6.8</eclipse.persistence.version>
41                 <eelf.core.version>1.0.1-oss</eelf.core.version>
42                 <freemarker.version>2.3.29</freemarker.version>
43                 <google.guava.version>19.0</google.guava.version>
44                 <gremlin.version>3.2.11</gremlin.version>
45                 <groovy.version>2.5.8</groovy.version>
46                 <gson.version>2.8.6</gson.version>
47                 <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
48                 <jackson.bom.version>2.10.1</jackson.bom.version>
49                 <janusgraph.version>0.2.3</janusgraph.version>
50                 <javatuples.version>1.2</javatuples.version>
51                 <jaxb.version>2.2.12</jaxb.version>
52                 <jaxrs.version>2.0.1</jaxrs.version>
53                 <jcommander.version>1.78</jcommander.version>
54                 <jersey.version>1.19.4</jersey.version>
55                 <jnr.ffi.version>2.1.11</jnr.ffi.version>
56                 <jolt.version>0.0.24</jolt.version>
57                 <jopt.simple.version>5.0.4</jopt.simple.version>
58                 <jsonassert.version>1.5.0</jsonassert.version> 
59                 <json.patch.version>1.9</json.patch.version>
60                 <json.path.version>2.4.0</json.path.version>
61                 <json.version>20190722</json.version>
62                 <junit.version>4.12</junit.version>
63                 <httpclient.version>4.5.10</httpclient.version>
64                 <io.swagger.version>1.5.24</io.swagger.version>
65                 <logback.version>1.2.3</logback.version>
66                 <log4j.version>1.2.17</log4j.version>
67                 <mockito.all.version>1.10.19</mockito.all.version>
68                 <mockito.core.version>2.15.0</mockito.core.version>
69                 <netty.handler.version>4.1.43.Final</netty.handler.version>
70                 <netty.version>4.0.56.Final</netty.version>
71                 <opencsv.version>3.1</opencsv.version>
72                 <powermock.version>1.6.6</powermock.version>
73                 <plexus.utils.version>3.1.1</plexus.utils.version>
74                 <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
75                 <spring.web.version>4.3.25.RELEASE</spring.web.version>
76                 <spring.jms.version>4.3.25.RELEASE</spring.jms.version>
77                 <spring.test.version>4.3.25.RELEASE</spring.test.version>
78                 <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
79                 <aai.common.logging.version>1.5.1</aai.common.logging.version>
80                 <aai.rest.client.version>1.5.1</aai.rest.client.version>
81                 <aai.schema.service.version>1.6.0</aai.schema.service.version>
82         </properties>
83         <dependencyManagement>
84                 <dependencies>
85
86                         <dependency>
87                                 <groupId>com.fasterxml.jackson</groupId>
88                                 <artifactId>jackson-bom</artifactId>
89                                 <version>${jackson.bom.version}</version>
90                                 <type>pom</type>
91                                 <scope>import</scope>
92                         </dependency>
93
94                         <dependency>
95                           <groupId>org.springframework.boot</groupId>
96                           <artifactId>spring-boot-starter-web</artifactId>
97                           <version>${spring.boot.version}</version>
98                         </dependency>
99
100                         <dependency>
101                           <groupId>org.springframework.boot</groupId>
102                           <artifactId>spring-boot-starter-parent</artifactId>
103                           <version>${spring.boot.version}</version>
104                           <type>pom</type>
105                           <scope>import</scope>
106                         </dependency>
107
108                         <dependency>
109                                 <groupId>org.springframework.boot</groupId>
110                                 <artifactId>spring-boot-dependencies</artifactId>
111                                 <version>${spring.boot.version}</version>
112                                 <type>pom</type>
113                                 <scope>import</scope>
114                         </dependency>
115
116                         <dependency>
117                                 <groupId>org.springframework.boot</groupId>
118                                 <artifactId>spring-boot-test</artifactId>
119                                 <scope>test</scope>
120                                 <version>${spring.boot.version}</version>
121                         </dependency>
122
123                         <dependency>
124                           <groupId>org.springframework</groupId>
125                           <artifactId>spring-test</artifactId>
126                           <version>${spring.test.version}</version>
127                         </dependency>
128
129                         <dependency>
130                                 <groupId>commons-configuration</groupId>
131                                 <artifactId>commons-configuration</artifactId>
132                                 <version>${commons.configuration.version}</version>
133                         </dependency>
134
135                         <dependency>
136                                 <groupId>commons-lang</groupId>
137                                 <artifactId>commons-lang</artifactId>
138                                 <version>${commons.lang.version}</version>
139                         </dependency>
140
141                         <dependency>
142                                 <groupId>com.att.eelf</groupId>
143                                 <artifactId>eelf-core</artifactId>
144                                 <version>${eelf.core.version}</version>
145                         </dependency>
146
147                         <dependency>
148                                 <groupId>ch.qos.logback</groupId>
149                                 <artifactId>logback-core</artifactId>
150                                 <version>${logback.version}</version>
151                         </dependency>
152
153                         <dependency>
154                                 <groupId>ch.qos.logback</groupId>
155                                 <artifactId>logback-classic</artifactId>
156                                 <version>${logback.version}</version>
157                         </dependency>
158
159                         <dependency>
160                                 <groupId>ch.qos.logback</groupId>
161                                 <artifactId>logback-access</artifactId>
162                                 <version>${logback.version}</version>
163                         </dependency>
164
165                         <dependency>
166                                 <groupId>org.hamcrest</groupId>
167                                 <artifactId>hamcrest-junit</artifactId>
168                                 <version>${hamcrest.junit.version}</version>
169                         </dependency>
170
171                         <dependency>
172                                 <groupId>junit</groupId>
173                                 <artifactId>junit</artifactId>
174                                 <version>${junit.version}</version>
175                         </dependency>
176
177                         <dependency>
178                                 <groupId>com.google.guava</groupId>
179                                 <artifactId>guava</artifactId>
180                                 <version>${google.guava.version}</version>
181                         </dependency>
182
183                         <dependency>
184                                 <groupId>org.janusgraph</groupId>
185                                 <artifactId>janusgraph-core</artifactId>
186                                 <version>${janusgraph.version}</version>
187                         </dependency>
188
189                         <dependency>
190                                 <groupId>org.janusgraph</groupId>
191                                 <artifactId>janusgraph-cassandra</artifactId>
192                                 <version>${janusgraph.version}</version>
193                         </dependency>
194
195                         <dependency>
196                                 <groupId>org.janusgraph</groupId>
197                                 <artifactId>janusgraph-cql</artifactId>
198                                 <version>${janusgraph.version}</version>
199                         </dependency>
200
201                         <dependency>
202                                 <groupId>com.github.jnr</groupId>
203                                 <artifactId>jnr-ffi</artifactId>
204                                 <version>${jnr.ffi.version}</version>
205                         </dependency>
206
207                         <dependency>
208                                 <groupId>org.apache.tinkerpop</groupId>
209                                 <artifactId>tinkergraph-gremlin</artifactId>
210                                 <version>${gremlin.version}</version>
211                         </dependency>
212                         <dependency>
213                                 <groupId>org.apache.tinkerpop</groupId>
214                                 <artifactId>gremlin-core</artifactId>
215                                 <version>${gremlin.version}</version>
216                         </dependency>
217                         <dependency>
218                                 <groupId>org.apache.tinkerpop</groupId>
219                                 <artifactId>gremlin-driver</artifactId>
220                                 <version>${gremlin.version}</version>
221                         </dependency>
222
223                         <dependency>
224                                 <groupId>org.apache.tinkerpop</groupId>
225                                 <artifactId>gremlin-groovy</artifactId>
226                                 <version>${gremlin.version}</version>
227                         </dependency>
228
229                         <dependency>
230                                 <groupId>org.codehaus.groovy</groupId>
231                                 <artifactId>groovy</artifactId>
232                                 <version>${groovy.version}</version>
233                                 <classifier>indy</classifier>
234                         </dependency>
235
236                         <dependency>
237                                 <groupId>org.mockito</groupId>
238                                 <artifactId>mockito-all</artifactId>
239                                 <version>${mockito.all.version}</version>
240                         </dependency>
241
242                         <!-- <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> 
243                                 <version>${mockito.core.version}</version> </dependency> -->
244                         <dependency>
245                                 <groupId>org.powermock</groupId>
246                                 <artifactId>powermock-module-junit4</artifactId>
247                                 <version>${powermock.version}</version>
248                         </dependency>
249
250                         <dependency>
251                                 <groupId>org.powermock</groupId>
252                                 <artifactId>powermock-module-junit4-rule-agent</artifactId>
253                                 <version>${powermock.version}</version>
254                         </dependency>
255
256                         <dependency>
257                                 <groupId>org.powermock</groupId>
258                                 <artifactId>powermock-api-mockito</artifactId>
259                                 <version>${powermock.version}</version>
260                         </dependency>
261                         <dependency>
262                                 <groupId>org.powermock</groupId>
263                                 <artifactId>powermock-module-javaagent</artifactId>
264                                 <version>${powermock.version}</version>
265                         </dependency>
266                         <dependency>
267                                 <groupId>com.beust</groupId>
268                                 <artifactId>jcommander</artifactId>
269                                 <version>${jcommander.version}</version>
270                         </dependency>
271
272                         <dependency>
273                           <groupId>org.antlr</groupId>
274                           <artifactId>antlr4-runtime</artifactId>
275                           <version>${antlr.version}</version>
276                         </dependency>
277                         <dependency>
278                           <groupId>org.antlr</groupId>
279                           <artifactId>antlr4-maven-plugin</artifactId>
280                           <version>${antlr.version}</version>
281                         </dependency>
282                         
283                         <dependency>
284                           <groupId>org.json</groupId>
285                           <artifactId>json</artifactId>
286                           <version>${json.version}</version>
287                         </dependency>
288
289                         <dependency>
290                                 <groupId>org.freemarker</groupId>
291                                 <artifactId>freemarker</artifactId>
292                                 <version>${freemarker.version}</version>
293                         </dependency>
294
295                         <dependency>
296                                 <groupId>javax.xml.bind</groupId>
297                                 <artifactId>jaxb-api</artifactId>
298                                 <version>${jaxb.version}</version>
299                         </dependency>
300
301                         <dependency>
302                                 <groupId>org.apache.activemq</groupId>
303                                 <artifactId>activemq-broker</artifactId>
304                                 <version>${activemq.version}</version>
305                         </dependency>
306
307                         <dependency>
308                                 <groupId>org.apache.activemq</groupId>
309                                 <artifactId>activemq-client</artifactId>
310                                 <version>${activemq.version}</version>
311                         </dependency>
312
313                         <dependency>
314                                 <groupId>org.apache.activemq</groupId>
315                                 <artifactId>activemq-openwire-legacy</artifactId>
316                                 <version>${activemq.version}</version>
317                         </dependency>
318
319                         <dependency>
320                                 <groupId>org.onap.aaf.authz</groupId>
321                                 <artifactId>aaf-cadi-aaf</artifactId>
322                                 <version>${aaf.version}</version>
323                         </dependency>
324
325                         <dependency>
326                                 <groupId>com.sun.xml.bind</groupId>
327                                 <artifactId>jaxb-xjc</artifactId>
328                                 <version>${jaxb.version}</version>
329                         </dependency>
330
331                         <dependency>
332                                 <groupId>org.eclipse.persistence</groupId>
333                                 <artifactId>eclipselink</artifactId>
334                                 <version>${eclipse.persistence.version}</version>
335                         </dependency>
336
337                         <dependency>
338                                 <groupId>org.eclipse.persistence</groupId>
339                                 <artifactId>org.eclipse.persistence.moxy</artifactId>
340                                 <version>${eclipse.persistence.version}</version>
341                         </dependency>
342
343                         <dependency>
344                                 <groupId>com.github.fge</groupId>
345                                 <artifactId>json-patch</artifactId>
346                                 <version>${json.patch.version}</version>
347                         </dependency>
348
349                         <dependency>
350                           <groupId>com.jayway.jsonpath</groupId>
351                           <artifactId>json-path</artifactId>
352                           <version>${json.path.version}</version>
353                         </dependency>
354
355                         <dependency>
356                                 <groupId>org.javatuples</groupId>
357                                 <artifactId>javatuples</artifactId>
358                                 <version>${javatuples.version}</version>
359                         </dependency>
360
361                         <dependency>
362                                 <groupId>com.google.code.gson</groupId>
363                                 <artifactId>gson</artifactId>
364                                 <version>${gson.version}</version>
365                         </dependency>
366
367                         <dependency>
368                                 <groupId>org.onap.aai.aai-common</groupId>
369                                 <artifactId>aai-schema-ingest</artifactId>
370                                 <version>${project.version}</version>
371                         </dependency>
372
373                         <dependency>
374                                 <groupId>org.onap.aai.aai-common</groupId>
375                                 <artifactId>aai-core</artifactId>
376                                 <version>${project.version}</version>
377                         </dependency>
378
379
380                         <dependency>
381                                 <groupId>org.apache.commons</groupId>
382                                 <artifactId>commons-text</artifactId>
383                                 <version>${commons.text.version}</version>
384                         </dependency>
385
386                         <dependency>
387                                 <groupId>org.onap.aai.aai-common</groupId>
388                                 <artifactId>aai-annotations</artifactId>
389                                 <version>${project.version}</version>
390                         </dependency>
391
392                         <dependency>
393                                 <groupId>org.codehaus.jackson</groupId>
394                                 <artifactId>jackson-core-asl</artifactId>
395                                 <version>${codehaus.jackson.version}</version>
396                         </dependency>
397
398                         <dependency>
399                                 <groupId>com.sun.jersey</groupId>
400                                 <artifactId>jersey-core</artifactId>
401                                 <version>${jersey.version}</version>
402                         </dependency>
403                         <dependency>
404                                 <groupId>com.sun.jersey</groupId>
405                                 <artifactId>jersey-client</artifactId>
406                                 <version>${jersey.version}</version>
407                         </dependency>
408                         <dependency>
409                                 <groupId>com.sun.jersey</groupId>
410                                 <artifactId>jersey-json</artifactId>
411                                 <version>${jersey.version}</version>
412                         </dependency>
413
414                         <dependency>
415                                 <groupId>javax.ws.rs</groupId>
416                                 <artifactId>javax.ws.rs-api</artifactId>
417                                 <version>${jaxrs.version}</version>
418                         </dependency>
419
420                         <dependency>
421                                 <groupId>commons-cli</groupId>
422                                 <artifactId>commons-cli</artifactId>
423                                 <version>${commons.cli.version}</version>
424                         </dependency>
425
426                         <dependency>
427                                 <groupId>com.bazaarvoice.jolt</groupId>
428                                 <artifactId>jolt-complete</artifactId>
429                                 <version>${jolt.version}</version>
430                         </dependency>
431
432                         <dependency>
433                                 <groupId>com.opencsv</groupId>
434                                 <artifactId>opencsv</artifactId>
435                                 <version>${opencsv.version}</version>
436                         </dependency>
437
438                         <dependency>
439                                 <groupId>log4j</groupId>
440                                 <artifactId>log4j</artifactId>
441                                 <version>${log4j.version}</version>
442                         </dependency>
443
444                         <dependency>
445                                 <groupId>commons-io</groupId>
446                                 <artifactId>commons-io</artifactId>
447                                 <version>${commons.io.version}</version>
448                         </dependency>
449
450                         <dependency>
451                                 <groupId>org.onap.aai.aai-common</groupId>
452                                 <artifactId>aai-rest</artifactId>
453                                 <version>${project.version}</version>
454                         </dependency>
455
456                         <dependency>
457                                 <groupId>org.springframework.security</groupId>
458                                 <artifactId>spring-security-rsa</artifactId>
459                                 <version>${spring.security.rsa.version}</version>
460                         </dependency>
461
462                         <dependency>
463                           <groupId>org.springframework</groupId>
464                           <artifactId>spring-jms</artifactId>
465                           <version>${spring.jms.version}</version>
466                         </dependency>
467
468                         <dependency>
469                                 <groupId>org.onap.aai.logging-service</groupId>
470                                 <artifactId>common-logging</artifactId>
471                                 <version>${aai.common.logging.version}</version>
472                         </dependency>
473
474                         <dependency>
475                                 <groupId>org.onap.aai.logging-service</groupId>
476                                 <artifactId>logging-api</artifactId>
477                                 <version>${aai.common.logging.version}</version>
478                         </dependency>
479
480                         <dependency>
481                                 <groupId>org.onap.aai</groupId>
482                                 <artifactId>rest-client</artifactId>
483                                 <version>${aai.rest.client.version}</version>
484                         </dependency>
485
486                         <dependency>
487                                 <groupId>net.sf.jopt-simple</groupId>
488                                 <artifactId>jopt-simple</artifactId>
489                                 <version>${jopt.simple.version}</version>
490                         </dependency>
491
492                         <dependency>
493                                 <groupId>io.swagger</groupId>
494                                 <artifactId>swagger-core</artifactId>
495                                 <version>${io.swagger.version}</version>
496                         </dependency>
497
498                         <dependency>
499                                 <groupId>io.swagger</groupId>
500                                 <artifactId>swagger-annotations</artifactId>
501                                 <version>${io.swagger.version}</version>
502                         </dependency>
503
504                         <dependency>
505                                 <groupId>io.swagger</groupId>
506                                 <artifactId>swagger-jersey-jaxrs</artifactId>
507                                 <version>${io.swagger.version}</version>
508                         </dependency>
509
510                         <dependency>
511                                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
512                                 <artifactId>dmaapClient</artifactId>
513                                 <version>${dmaap.client.version}</version>
514                         </dependency>
515
516                         <dependency>
517                                 <groupId>io.netty</groupId>
518                                 <artifactId>netty-handler</artifactId>
519                                 <version>${netty.handler.version}</version>
520                         </dependency>
521
522                         <dependency>
523                                 <groupId>io.netty</groupId>
524                                 <artifactId>netty-all</artifactId>
525                                 <version>${netty.version}</version>
526                         </dependency>
527
528                         <dependency>
529                           <groupId>org.onap.aai.schema-service</groupId>
530                           <artifactId>aai-schema</artifactId>
531                           <version>${aai.schema.service.version}</version>
532                         </dependency>
533
534                         <dependency>
535                           <groupId>org.apache.httpcomponents</groupId>
536                           <artifactId>httpclient</artifactId>
537                           <version>${httpclient.version}</version>
538                         </dependency>
539
540                         <dependency>
541                           <groupId>org.skyscreamer</groupId>
542                           <artifactId>jsonassert</artifactId>
543                           <version>${jsonassert.version}</version>
544                           <scope>test</scope>
545
546
547                         </dependency>
548
549                         <dependency>
550                           <groupId>org.codehaus.plexus</groupId>
551                           <artifactId>plexus-utils</artifactId>
552                           <version>${plexus.utils.version}</version>
553                         </dependency>
554                         
555                 </dependencies>
556
557         </dependencyManagement>
558
559         <build>
560                 <pluginManagement>
561                         <plugins>
562                                 <plugin>
563                                         <groupId>org.springframework.boot</groupId>
564                                         <artifactId>spring-boot-maven-plugin</artifactId>
565                                         <version>${spring.boot.version}</version>
566                                 </plugin>
567                                 <plugin>
568                                         <groupId>io.fabric8</groupId>
569                                         <artifactId>docker-maven-plugin</artifactId>
570                                         <version>${docker.fabric.version}</version>
571                                 </plugin>
572                         </plugins>
573
574                 </pluginManagement>
575         </build>
576
577 </project>