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