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