Add missing deps
[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.1-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>1.6.1-SNAPSHOT</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.text.version>1.8</commons.text.version>
59                 <docker.fabric.version>0.31.0</docker.fabric.version>
60                 <dmaap.client.version>1.1.9</dmaap.client.version>
61                 <eclipse.persistence.version>2.6.8</eclipse.persistence.version>
62                 <eelf.core.version>1.0.1-oss</eelf.core.version>
63                 <freemarker.version>2.3.29</freemarker.version>
64                 <google.guava.version>19.0</google.guava.version>
65                 <gremlin.version>3.2.11</gremlin.version>
66                 <groovy.version>2.5.8</groovy.version>
67                 <gson.version>2.8.6</gson.version>
68                 <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
69                 <hamcrest.core.version>2.2</hamcrest.core.version>
70                 <jackson.bom.version>2.10.1</jackson.bom.version>
71                 <janusgraph.version>0.2.3</janusgraph.version>
72                 <javatuples.version>1.2</javatuples.version>
73                 <jaxb.version>2.2.12</jaxb.version>
74                 <jaxrs.version>2.0.1</jaxrs.version>
75                 <jcommander.version>1.78</jcommander.version>
76                 <jersey.version>1.19.4</jersey.version>
77                 <jnr.ffi.version>2.1.11</jnr.ffi.version>
78                 <jolt.version>0.0.24</jolt.version>
79                 <jopt.simple.version>5.0.4</jopt.simple.version>
80                 <jsonassert.version>1.5.0</jsonassert.version> 
81                 <json.patch.version>1.9</json.patch.version>
82                 <json.path.version>2.4.0</json.path.version>
83                 <json.version>20190722</json.version>
84                 <junit.version>4.12</junit.version>
85                 <httpclient.version>4.5.10</httpclient.version>
86                 <io.swagger.version>1.5.24</io.swagger.version>
87                 <logback.version>1.2.3</logback.version>
88                 <log4j.version>1.2.17</log4j.version>
89                 <mockito.all.version>1.10.19</mockito.all.version>
90                 <mockito.core.version>2.15.0</mockito.core.version>
91                 <netty.handler.version>4.1.43.Final</netty.handler.version>
92                 <netty.version>4.0.56.Final</netty.version>
93                 <opencsv.version>3.1</opencsv.version>
94                 <powermock.version>1.6.6</powermock.version>
95                 <plexus.utils.version>3.1.1</plexus.utils.version>
96                 <snakeyaml.version>1.25</snakeyaml.version>
97                 <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
98                 <spring.web.version>4.3.25.RELEASE</spring.web.version>
99                 <spring.jms.version>4.3.25.RELEASE</spring.jms.version>
100                 <spring.test.version>4.3.25.RELEASE</spring.test.version>
101                 <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
102
103         </properties>
104         <dependencyManagement>
105                 <dependencies>
106
107                         <dependency>
108                                 <groupId>org.onap.aai.aai-common</groupId>
109                                 <artifactId>aai-schema-ingest</artifactId>
110                                 <version>${aai.release.version}</version>
111                         </dependency>
112
113                         <dependency>
114                                 <groupId>org.onap.aai.aai-common</groupId>
115                                 <artifactId>aai-core</artifactId>
116                                 <version>${aai.release.version}</version>
117                         </dependency>
118
119                         <dependency>
120                                 <groupId>org.onap.aai.aai-common</groupId>
121                                 <artifactId>aai-annotations</artifactId>
122                                 <version>${aai.release.version}</version>
123                         </dependency>
124
125                         <dependency>
126                                 <groupId>org.onap.aai.aai-common</groupId>
127                                 <artifactId>aai-rest</artifactId>
128                                 <version>${aai.release.version}</version>
129                         </dependency>
130
131                         <dependency>
132                                 <groupId>com.fasterxml.jackson</groupId>
133                                 <artifactId>jackson-bom</artifactId>
134                                 <version>${jackson.bom.version}</version>
135                                 <type>pom</type>
136                                 <scope>import</scope>
137                         </dependency>
138
139                         <dependency>
140                           <groupId>org.springframework.boot</groupId>
141                           <artifactId>spring-boot-starter-web</artifactId>
142                           <version>${spring.boot.version}</version>
143                         </dependency>
144
145                         <dependency>
146                           <groupId>org.springframework.boot</groupId>
147                           <artifactId>spring-boot-starter-parent</artifactId>
148                           <version>${spring.boot.version}</version>
149                           <type>pom</type>
150                           <scope>import</scope>
151                         </dependency>
152
153                         <dependency>
154                                 <groupId>org.springframework.boot</groupId>
155                                 <artifactId>spring-boot-dependencies</artifactId>
156                                 <version>${spring.boot.version}</version>
157                                 <type>pom</type>
158                                 <scope>import</scope>
159                         </dependency>
160
161                         <dependency>
162                                 <groupId>org.springframework.boot</groupId>
163                                 <artifactId>spring-boot-test</artifactId>
164                                 <scope>test</scope>
165                                 <version>${spring.boot.version}</version>
166                         </dependency>
167
168                         <dependency>
169                           <groupId>org.springframework</groupId>
170                           <artifactId>spring-test</artifactId>
171                           <version>${spring.test.version}</version>
172                         </dependency>
173
174                         <dependency>
175                                 <groupId>commons-configuration</groupId>
176                                 <artifactId>commons-configuration</artifactId>
177                                 <version>${commons.configuration.version}</version>
178                         </dependency>
179
180                         <dependency>
181                                 <groupId>org.apache.commons</groupId>
182                                 <artifactId>commons-lang3</artifactId>
183                                 <version>${commons.lang3.version}</version>
184                         </dependency>
185
186
187                         <dependency>
188                                 <groupId>commons-lang</groupId>
189                                 <artifactId>commons-lang</artifactId>
190                                 <version>${commons.lang.version}</version>
191                         </dependency>
192
193                         <dependency>
194                                 <groupId>com.att.eelf</groupId>
195                                 <artifactId>eelf-core</artifactId>
196                                 <version>${eelf.core.version}</version>
197                         </dependency>
198
199                         <dependency>
200                                 <groupId>ch.qos.logback</groupId>
201                                 <artifactId>logback-core</artifactId>
202                                 <version>${logback.version}</version>
203                         </dependency>
204
205                         <dependency>
206                                 <groupId>ch.qos.logback</groupId>
207                                 <artifactId>logback-classic</artifactId>
208                                 <version>${logback.version}</version>
209                         </dependency>
210
211                         <dependency>
212                                 <groupId>ch.qos.logback</groupId>
213                                 <artifactId>logback-access</artifactId>
214                                 <version>${logback.version}</version>
215                         </dependency>
216
217                         <dependency>
218                                 <groupId>org.hamcrest</groupId>
219                                 <artifactId>java-hamcrest</artifactId>
220                                 <version>${hamcrest.junit.version}</version>
221                         </dependency>
222
223                         <dependency>
224                                 <groupId>org.hamcrest</groupId>
225                                 <artifactId>hamcrest-core</artifactId>
226                                 <version>${hamcrest.core.version}</version>
227                         </dependency>
228
229                         <dependency>
230                                 <groupId>org.hamcrest</groupId>
231                                 <artifactId>hamcrest-junit</artifactId>
232                                 <version>${hamcrest.junit.version}</version>
233                         </dependency>
234
235                         <dependency>
236                                 <groupId>junit</groupId>
237                                 <artifactId>junit</artifactId>
238                                 <version>${junit.version}</version>
239                         </dependency>
240
241                         <dependency>
242                                 <groupId>com.google.guava</groupId>
243                                 <artifactId>guava</artifactId>
244                                 <version>${google.guava.version}</version>
245                         </dependency>
246
247                         <dependency>
248                                 <groupId>org.janusgraph</groupId>
249                                 <artifactId>janusgraph-core</artifactId>
250                                 <version>${janusgraph.version}</version>
251                         </dependency>
252
253                         <dependency>
254                                 <groupId>org.janusgraph</groupId>
255                                 <artifactId>janusgraph-cassandra</artifactId>
256                                 <version>${janusgraph.version}</version>
257                         </dependency>
258
259                         <dependency>
260                                 <groupId>org.janusgraph</groupId>
261                                 <artifactId>janusgraph-cql</artifactId>
262                                 <version>${janusgraph.version}</version>
263                         </dependency>
264
265                         <dependency>
266                                 <groupId>com.github.jnr</groupId>
267                                 <artifactId>jnr-ffi</artifactId>
268                                 <version>${jnr.ffi.version}</version>
269                         </dependency>
270
271                         <dependency>
272                                 <groupId>org.apache.tinkerpop</groupId>
273                                 <artifactId>tinkergraph-gremlin</artifactId>
274                                 <version>${gremlin.version}</version>
275                         </dependency>
276                         <dependency>
277                                 <groupId>org.apache.tinkerpop</groupId>
278                                 <artifactId>gremlin-core</artifactId>
279                                 <version>${gremlin.version}</version>
280                         </dependency>
281                         <dependency>
282                                 <groupId>org.apache.tinkerpop</groupId>
283                                 <artifactId>gremlin-driver</artifactId>
284                                 <version>${gremlin.version}</version>
285                         </dependency>
286
287                         <dependency>
288                                 <groupId>org.apache.tinkerpop</groupId>
289                                 <artifactId>gremlin-groovy</artifactId>
290                                 <version>${gremlin.version}</version>
291                         </dependency>
292
293                         <dependency>
294                                 <groupId>org.codehaus.groovy</groupId>
295                                 <artifactId>groovy</artifactId>
296                                 <version>${groovy.version}</version>
297                                 <classifier>indy</classifier>
298                         </dependency>
299
300                         <dependency>
301                                 <groupId>org.mockito</groupId>
302                                 <artifactId>mockito-all</artifactId>
303                                 <version>${mockito.all.version}</version>
304                         </dependency>
305
306                         <!-- <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> 
307                                 <version>${mockito.core.version}</version> </dependency> -->
308                         <dependency>
309                                 <groupId>org.powermock</groupId>
310                                 <artifactId>powermock-module-junit4</artifactId>
311                                 <version>${powermock.version}</version>
312                         </dependency>
313
314                         <dependency>
315                                 <groupId>org.powermock</groupId>
316                                 <artifactId>powermock-module-junit4-rule-agent</artifactId>
317                                 <version>${powermock.version}</version>
318                         </dependency>
319
320                         <dependency>
321                                 <groupId>org.powermock</groupId>
322                                 <artifactId>powermock-api-mockito</artifactId>
323                                 <version>${powermock.version}</version>
324                         </dependency>
325                         <dependency>
326                                 <groupId>org.powermock</groupId>
327                                 <artifactId>powermock-module-javaagent</artifactId>
328                                 <version>${powermock.version}</version>
329                         </dependency>
330                         <dependency>
331                                 <groupId>com.beust</groupId>
332                                 <artifactId>jcommander</artifactId>
333                                 <version>${jcommander.version}</version>
334                         </dependency>
335
336                         <dependency>
337                           <groupId>org.antlr</groupId>
338                           <artifactId>antlr4-runtime</artifactId>
339                           <version>${antlr.version}</version>
340                         </dependency>
341                         <dependency>
342                           <groupId>org.antlr</groupId>
343                           <artifactId>antlr4-maven-plugin</artifactId>
344                           <version>${antlr.version}</version>
345                         </dependency>
346                         
347                         <dependency>
348                           <groupId>org.json</groupId>
349                           <artifactId>json</artifactId>
350                           <version>${json.version}</version>
351                         </dependency>
352
353                         <dependency>
354                                 <groupId>org.freemarker</groupId>
355                                 <artifactId>freemarker</artifactId>
356                                 <version>${freemarker.version}</version>
357                         </dependency>
358
359                         <dependency>
360                                 <groupId>javax.xml.bind</groupId>
361                                 <artifactId>jaxb-api</artifactId>
362                                 <version>${jaxb.version}</version>
363                         </dependency>
364
365                         <dependency>
366                                 <groupId>org.apache.activemq</groupId>
367                                 <artifactId>activemq-broker</artifactId>
368                                 <version>${activemq.version}</version>
369                         </dependency>
370
371                         <dependency>
372                                 <groupId>org.apache.activemq</groupId>
373                                 <artifactId>activemq-client</artifactId>
374                                 <version>${activemq.version}</version>
375                         </dependency>
376
377                         <dependency>
378                                 <groupId>org.apache.activemq</groupId>
379                                 <artifactId>activemq-openwire-legacy</artifactId>
380                                 <version>${activemq.version}</version>
381                         </dependency>
382
383                         <dependency>
384                                 <groupId>org.onap.aaf.authz</groupId>
385                                 <artifactId>aaf-cadi-aaf</artifactId>
386                                 <version>${aaf.version}</version>
387                         </dependency>
388
389                         <dependency>
390                                 <groupId>com.sun.xml.bind</groupId>
391                                 <artifactId>jaxb-xjc</artifactId>
392                                 <version>${jaxb.version}</version>
393                         </dependency>
394
395                         <dependency>
396                                 <groupId>org.eclipse.persistence</groupId>
397                                 <artifactId>eclipselink</artifactId>
398                                 <version>${eclipse.persistence.version}</version>
399                         </dependency>
400
401                         <dependency>
402                                 <groupId>org.eclipse.persistence</groupId>
403                                 <artifactId>org.eclipse.persistence.moxy</artifactId>
404                                 <version>${eclipse.persistence.version}</version>
405                         </dependency>
406
407                         <dependency>
408                                 <groupId>com.github.fge</groupId>
409                                 <artifactId>json-patch</artifactId>
410                                 <version>${json.patch.version}</version>
411                         </dependency>
412
413                         <dependency>
414                           <groupId>com.jayway.jsonpath</groupId>
415                           <artifactId>json-path</artifactId>
416                           <version>${json.path.version}</version>
417                         </dependency>
418
419                         <dependency>
420                                 <groupId>org.javatuples</groupId>
421                                 <artifactId>javatuples</artifactId>
422                                 <version>${javatuples.version}</version>
423                         </dependency>
424
425                         <dependency>
426                                 <groupId>com.google.code.gson</groupId>
427                                 <artifactId>gson</artifactId>
428                                 <version>${gson.version}</version>
429                         </dependency>
430
431                         
432                         <dependency>
433                                 <groupId>org.apache.commons</groupId>
434                                 <artifactId>commons-text</artifactId>
435                                 <version>${commons.text.version}</version>
436                         </dependency>
437
438                         <dependency>
439                                 <groupId>org.codehaus.jackson</groupId>
440                                 <artifactId>jackson-core-asl</artifactId>
441                                 <version>${codehaus.jackson.version}</version>
442                         </dependency>
443
444                         <dependency>
445                                 <groupId>com.sun.jersey</groupId>
446                                 <artifactId>jersey-core</artifactId>
447                                 <version>${jersey.version}</version>
448                         </dependency>
449                         
450                         <dependency>
451                                 <groupId>com.sun.jersey</groupId>
452                                 <artifactId>jersey-client</artifactId>
453                                 <version>${jersey.version}</version>
454                         </dependency>
455                         
456                         <dependency>
457                                 <groupId>com.sun.jersey</groupId>
458                                 <artifactId>jersey-json</artifactId>
459                                 <version>${jersey.version}</version>
460                         </dependency>
461
462                         <dependency>
463                                 <groupId>javax.ws.rs</groupId>
464                                 <artifactId>javax.ws.rs-api</artifactId>
465                                 <version>${jaxrs.version}</version>
466                         </dependency>
467
468                         <dependency>
469                                 <groupId>commons-cli</groupId>
470                                 <artifactId>commons-cli</artifactId>
471                                 <version>${commons.cli.version}</version>
472                         </dependency>
473
474                         <dependency>
475                                 <groupId>com.bazaarvoice.jolt</groupId>
476                                 <artifactId>jolt-complete</artifactId>
477                                 <version>${jolt.version}</version>
478                         </dependency>
479
480                         <dependency>
481                                 <groupId>com.opencsv</groupId>
482                                 <artifactId>opencsv</artifactId>
483                                 <version>${opencsv.version}</version>
484                         </dependency>
485
486                         <dependency>
487                                 <groupId>log4j</groupId>
488                                 <artifactId>log4j</artifactId>
489                                 <version>${log4j.version}</version>
490                         </dependency>
491
492                         <dependency>
493                                 <groupId>commons-io</groupId>
494                                 <artifactId>commons-io</artifactId>
495                                 <version>${commons.io.version}</version>
496                         </dependency>
497
498
499                         <dependency>
500                                 <groupId>org.springframework.security</groupId>
501                                 <artifactId>spring-security-rsa</artifactId>
502                                 <version>${spring.security.rsa.version}</version>
503                         </dependency>
504
505                         <dependency>
506                           <groupId>org.springframework</groupId>
507                           <artifactId>spring-jms</artifactId>
508                           <version>${spring.jms.version}</version>
509                         </dependency>
510
511                         <dependency>
512                                 <groupId>org.onap.aai.logging-service</groupId>
513                                 <artifactId>common-logging</artifactId>
514                                 <version>${aai.common.logging.version}</version>
515                         </dependency>
516
517                         <dependency>
518                                 <groupId>org.onap.aai.logging-service</groupId>
519                                 <artifactId>logging-api</artifactId>
520                                 <version>${aai.common.logging.version}</version>
521                         </dependency>
522
523                         <dependency>
524                                 <groupId>org.onap.aai</groupId>
525                                 <artifactId>rest-client</artifactId>
526                                 <version>${aai.rest.client.version}</version>
527                         </dependency>
528
529                         <dependency>
530                                 <groupId>net.sf.jopt-simple</groupId>
531                                 <artifactId>jopt-simple</artifactId>
532                                 <version>${jopt.simple.version}</version>
533                         </dependency>
534
535                         <dependency>
536                                 <groupId>io.swagger</groupId>
537                                 <artifactId>swagger-core</artifactId>
538                                 <version>${io.swagger.version}</version>
539                         </dependency>
540
541                         <dependency>
542                                 <groupId>io.swagger</groupId>
543                                 <artifactId>swagger-annotations</artifactId>
544                                 <version>${io.swagger.version}</version>
545                         </dependency>
546
547                         <dependency>
548                                 <groupId>io.swagger</groupId>
549                                 <artifactId>swagger-jersey-jaxrs</artifactId>
550                                 <version>${io.swagger.version}</version>
551                         </dependency>
552
553                         <dependency>
554                                 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
555                                 <artifactId>dmaapClient</artifactId>
556                                 <version>${dmaap.client.version}</version>
557                         </dependency>
558
559                         <dependency>
560                                 <groupId>io.netty</groupId>
561                                 <artifactId>netty-handler</artifactId>
562                                 <version>${netty.handler.version}</version>
563                         </dependency>
564
565                         <dependency>
566                                 <groupId>io.netty</groupId>
567                                 <artifactId>netty-all</artifactId>
568                                 <version>${netty.version}</version>
569                         </dependency>
570
571                         <dependency>
572                           <groupId>org.onap.aai.schema-service</groupId>
573                           <artifactId>aai-schema</artifactId>
574                           <version>${aai.schema.service.version}</version>
575                         </dependency>
576
577                         <dependency>
578                           <groupId>org.apache.httpcomponents</groupId>
579                           <artifactId>httpclient</artifactId>
580                           <version>${httpclient.version}</version>
581                         </dependency>
582
583                         <dependency>
584                           <groupId>org.skyscreamer</groupId>
585                           <artifactId>jsonassert</artifactId>
586                           <version>${jsonassert.version}</version>
587                           <scope>test</scope>
588                         </dependency>
589
590                         <dependency>
591                           <groupId>org.codehaus.plexus</groupId>
592                           <artifactId>plexus-utils</artifactId>
593                           <version>${plexus.utils.version}</version>
594                         </dependency>
595
596                         <dependency>
597                           <groupId>org.yaml</groupId>
598                           <artifactId>snakeyaml</artifactId>
599                           <version>${snakeyaml.version}</version>
600                         </dependency>
601
602                 <dependency>
603                         <groupId>org.apache.commons</groupId>
604                         <artifactId>commons-compress</artifactId>
605                         <version>${commons.compress.version}</version>
606                 </dependency>
607
608                 </dependencies>
609
610         </dependencyManagement>
611
612         <build>
613                 <pluginManagement>
614                         <plugins>
615                                 <plugin>
616                                         <groupId>org.springframework.boot</groupId>
617                                         <artifactId>spring-boot-maven-plugin</artifactId>
618                                         <version>${spring.boot.version}</version>
619                                 </plugin>
620                                 <plugin>
621                                         <groupId>io.fabric8</groupId>
622                                         <artifactId>docker-maven-plugin</artifactId>
623                                         <version>${docker.fabric.version}</version>
624                                 </plugin>
625                         </plugins>
626
627                 </pluginManagement>
628         </build>
629
630 </project>