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