Release aai/aai-common
[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.9.0</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>${aai.common.version}</aai.release.version>
43     <aai.common.logging.version>1.5.1</aai.common.logging.version>
44     <aai.rest.client.version>1.5.1</aai.rest.client.version>
45     <aai.schema.service.version>1.7.3</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.11</activemq.version>
50     <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
51     <commons.beanutils.version>1.9.4</commons.beanutils.version>
52     <commons.cli.version>1.4</commons.cli.version>
53     <commons.compress.version>1.19</commons.compress.version>
54     <commons.configuration.version>1.10</commons.configuration.version>
55     <commons.io.version>2.6</commons.io.version>
56     <commons.lang.version>2.6</commons.lang.version>
57     <commons.lang3.version>3.9</commons.lang3.version>
58     <commons.net.version>3.6</commons.net.version>
59     <commons.text.version>1.8</commons.text.version>
60     <docker.fabric.version>0.31.0</docker.fabric.version>
61     <dmaap.client.version>1.1.9</dmaap.client.version>
62     <easy.mock.version>4.0.2</easy.mock.version>
63     <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
64     <eelf.core.version>1.0.1-oss</eelf.core.version>
65     <freemarker.version>2.3.29</freemarker.version>
66     <google.guava.version>19.0</google.guava.version>
67     <gremlin.version>3.2.3</gremlin.version>
68     <groovy.version>2.5.8</groovy.version>
69     <gson.version>2.8.6</gson.version>
70     <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
71     <hamcrest.core.version>2.2</hamcrest.core.version>
72     <jackson.bom.version>2.10.1</jackson.bom.version>
73     <janusgraph.version>0.2.3</janusgraph.version>
74     <javatuples.version>1.2</javatuples.version>
75     <jaxb.version>2.3.1</jaxb.version>
76     <old.jaxb.version>2.3.0.1</old.jaxb.version>
77     <jaxrs.version>2.0.1</jaxrs.version>
78     <jcommander.version>1.78</jcommander.version>
79     <jersey.version>1.19.4</jersey.version>
80     <jnr.ffi.version>2.1.11</jnr.ffi.version>
81     <jolt.version>0.0.24</jolt.version>
82     <jopt.simple.version>5.0.4</jopt.simple.version>
83     <jsonassert.version>1.5.0</jsonassert.version>
84     <json.patch.version>1.9</json.patch.version>
85     <!--
86         JSONPath has an bug when it tries to parse an expression
87         when nesting reaches three levels so an junit was failing
88         when it was moving to an library of 2.3.0 or above
89         There seems to be no new releases since 2017 so not sure if
90         this library is still active or not
91         We might need to move away from this library but its in the core logic
92         and would take some time to refactor
93         Please don't upgrade to 2.3.0 or above for nexus iq or security scans
94         as it could potentially break our code
95     -->
96     <json.path.version>2.2.0</json.path.version>
97     <json.version>20190722</json.version>
98     <junit.version>4.12</junit.version>
99     <httpclient.version>4.5.10</httpclient.version>
100     <io.swagger.version>1.5.24</io.swagger.version>
101     <logback.version>1.2.3</logback.version>
102     <slf4j.version>1.7.25</slf4j.version>
103     <log4j.version>1.2.17</log4j.version>
104     <mockito.all.version>1.10.19</mockito.all.version>
105     <mockito.core.version>1.10.19</mockito.core.version>
106     <netty.handler.version>4.1.43.Final</netty.handler.version>
107     <netty.version>4.0.56.Final</netty.version>
108     <opencsv.version>3.1</opencsv.version>
109     <powermock.version>1.6.6</powermock.version>
110     <plexus.utils.version>3.1.1</plexus.utils.version>
111     <reflections.version>0.9.10</reflections.version>
112     <snakeyaml.version>1.25</snakeyaml.version>
113
114     <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
115     <javax.servlet.version>3.1.0</javax.servlet.version>
116     <javax.annotation.version>1.2</javax.annotation.version>
117
118     <sonar.jacoco.reportPath />
119     <sonar.jacoco.itReportPath />
120     <sonar.jacoco.reportMissing.force.zero />
121
122     <!-- we let things pass by default, set custom level for each child project -->
123     <jacoco.line.coverage.limit>0.00</jacoco.line.coverage.limit>
124
125     <jacoco.version>0.8.5</jacoco.version>
126     <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
127     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
128     <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
129     <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
130
131     <sonar.scanner.version>3.7.0.1746</sonar.scanner.version>
132
133     <spring.version>5.1.13.RELEASE</spring.version>
134     <spring.jms.version>5.1.13.RELEASE</spring.jms.version>
135     <spring.test.version>5.1.13.RELEASE</spring.test.version>
136     <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version>
137     <json.simple.version>1.1.1</json.simple.version>
138     <powermock.api.mockito2.version>2.0.4</powermock.api.mockito2.version>
139     <aspectj.version>1.9.1</aspectj.version>
140     <logging.analytics.version>1.5.1</logging.analytics.version>
141   </properties>
142
143   <profiles>
144     <profile>
145       <id>spring-boot-2-1</id>
146       <properties>
147         <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
148       </properties>
149     </profile>
150     <profile>
151       <id>spring-boot-1-5</id>
152       <properties>
153         <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
154       </properties>
155     </profile>
156   </profiles>
157
158   <dependencyManagement>
159     <dependencies>
160
161       <dependency>
162         <groupId>com.googlecode.json-simple</groupId>
163         <artifactId>json-simple</artifactId>
164         <version>${json.simple.version}</version>
165       </dependency>
166
167       <dependency>
168         <groupId>org.onap.aai.aai-common</groupId>
169         <artifactId>aai-schema-ingest</artifactId>
170         <version>${aai.release.version}</version>
171       </dependency>
172
173       <dependency>
174         <groupId>org.onap.aai.aai-common</groupId>
175         <artifactId>aai-core</artifactId>
176         <version>${aai.release.version}</version>
177       </dependency>
178
179       <dependency>
180         <groupId>org.onap.aai.aai-common</groupId>
181         <artifactId>aai-aaf-auth</artifactId>
182         <version>${aai.release.version}</version>
183       </dependency>
184
185       <dependency>
186         <groupId>org.onap.aai.aai-common</groupId>
187         <artifactId>aai-els-onap-logging</artifactId>
188         <version>${aai.release.version}</version>
189       </dependency>
190
191       <dependency>
192         <groupId>org.onap.aai.aai-common</groupId>
193         <artifactId>aai-annotations</artifactId>
194         <version>${aai.release.version}</version>
195       </dependency>
196
197       <dependency>
198         <groupId>org.onap.aai.aai-common</groupId>
199         <artifactId>aai-rest</artifactId>
200         <version>${aai.release.version}</version>
201       </dependency>
202
203       <dependency>
204         <groupId>com.fasterxml.jackson</groupId>
205         <artifactId>jackson-bom</artifactId>
206         <version>${jackson.bom.version}</version>
207         <type>pom</type>
208         <scope>import</scope>
209       </dependency>
210
211       <dependency>
212         <groupId>org.springframework.boot</groupId>
213         <artifactId>spring-boot-starter-web</artifactId>
214         <version>${spring.boot.version}</version>
215       </dependency>
216
217       <dependency>
218         <groupId>org.springframework.boot</groupId>
219         <artifactId>spring-boot-starter-parent</artifactId>
220         <version>${spring.boot.version}</version>
221         <type>pom</type>
222         <scope>import</scope>
223       </dependency>
224
225       <dependency>
226         <groupId>org.springframework.boot</groupId>
227         <artifactId>spring-boot-dependencies</artifactId>
228         <version>${spring.boot.version}</version>
229         <type>pom</type>
230         <scope>import</scope>
231       </dependency>
232
233       <dependency>
234         <groupId>org.springframework.boot</groupId>
235         <artifactId>spring-boot-test</artifactId>
236         <scope>test</scope>
237         <version>${spring.boot.version}</version>
238       </dependency>
239
240       <dependency>
241         <groupId>org.springframework</groupId>
242         <artifactId>spring-test</artifactId>
243         <version>${spring.test.version}</version>
244       </dependency>
245
246       <dependency>
247         <groupId>commons-configuration</groupId>
248         <artifactId>commons-configuration</artifactId>
249         <version>${commons.configuration.version}</version>
250       </dependency>
251
252       <dependency>
253         <groupId>org.apache.commons</groupId>
254         <artifactId>commons-lang3</artifactId>
255         <version>${commons.lang3.version}</version>
256       </dependency>
257
258       <dependency>
259         <groupId>commons-lang</groupId>
260         <artifactId>commons-lang</artifactId>
261         <version>${commons.lang.version}</version>
262       </dependency>
263
264       <dependency>
265         <groupId>com.att.eelf</groupId>
266         <artifactId>eelf-core</artifactId>
267         <version>${eelf.core.version}</version>
268       </dependency>
269
270       <dependency>
271         <groupId>ch.qos.logback</groupId>
272         <artifactId>logback-core</artifactId>
273         <version>${logback.version}</version>
274       </dependency>
275
276       <dependency>
277         <groupId>ch.qos.logback</groupId>
278         <artifactId>logback-classic</artifactId>
279         <version>${logback.version}</version>
280       </dependency>
281
282       <dependency>
283         <groupId>ch.qos.logback</groupId>
284         <artifactId>logback-access</artifactId>
285         <version>${logback.version}</version>
286       </dependency>
287
288       <dependency>
289         <groupId>org.slf4j</groupId>
290         <artifactId>slf4j-api</artifactId>
291         <version>${slf4j.version}</version>
292       </dependency>
293
294       <dependency>
295         <groupId>org.hamcrest</groupId>
296         <artifactId>java-hamcrest</artifactId>
297         <version>${hamcrest.junit.version}</version>
298       </dependency>
299
300       <dependency>
301         <groupId>org.hamcrest</groupId>
302         <artifactId>hamcrest-core</artifactId>
303         <version>${hamcrest.core.version}</version>
304       </dependency>
305
306       <dependency>
307         <groupId>org.hamcrest</groupId>
308         <artifactId>hamcrest-junit</artifactId>
309         <version>${hamcrest.junit.version}</version>
310       </dependency>
311
312       <dependency>
313         <groupId>javax.servlet</groupId>
314         <artifactId>javax.servlet-api</artifactId>
315         <version>${javax.servlet.version}</version>
316         <scope>provided</scope>
317       </dependency>
318       <dependency>
319         <groupId>javax.annotation</groupId>
320         <artifactId>javax.annotation-api</artifactId>
321         <version>${javax.annotation.version}</version>
322       </dependency>
323
324       <dependency>
325         <groupId>junit</groupId>
326         <artifactId>junit</artifactId>
327         <version>${junit.version}</version>
328         <scope>test</scope>
329       </dependency>
330
331       <dependency>
332         <groupId>com.google.guava</groupId>
333         <artifactId>guava</artifactId>
334         <version>${google.guava.version}</version>
335       </dependency>
336
337       <dependency>
338         <groupId>org.janusgraph</groupId>
339         <artifactId>janusgraph-core</artifactId>
340         <version>${janusgraph.version}</version>
341       </dependency>
342
343       <dependency>
344         <groupId>org.janusgraph</groupId>
345         <artifactId>janusgraph-cassandra</artifactId>
346         <version>${janusgraph.version}</version>
347       </dependency>
348
349       <dependency>
350         <groupId>org.janusgraph</groupId>
351         <artifactId>janusgraph-cql</artifactId>
352         <version>${janusgraph.version}</version>
353       </dependency>
354
355       <dependency>
356         <groupId>com.github.jnr</groupId>
357         <artifactId>jnr-ffi</artifactId>
358         <version>${jnr.ffi.version}</version>
359       </dependency>
360
361       <dependency>
362         <groupId>org.apache.tinkerpop</groupId>
363         <artifactId>tinkergraph-gremlin</artifactId>
364         <version>${gremlin.version}</version>
365       </dependency>
366       <dependency>
367         <groupId>org.apache.tinkerpop</groupId>
368         <artifactId>gremlin-core</artifactId>
369         <version>${gremlin.version}</version>
370       </dependency>
371       <dependency>
372         <groupId>org.apache.tinkerpop</groupId>
373         <artifactId>gremlin-driver</artifactId>
374         <version>${gremlin.version}</version>
375       </dependency>
376
377       <dependency>
378         <groupId>org.apache.tinkerpop</groupId>
379         <artifactId>gremlin-groovy</artifactId>
380         <version>${gremlin.version}</version>
381       </dependency>
382
383       <dependency>
384         <groupId>org.codehaus.groovy</groupId>
385         <artifactId>groovy</artifactId>
386         <version>${groovy.version}</version>
387         <classifier>indy</classifier>
388       </dependency>
389
390       <dependency>
391         <groupId>org.mockito</groupId>
392         <artifactId>mockito-all</artifactId>
393         <version>${mockito.all.version}</version>
394       </dependency>
395
396       <dependency>
397         <groupId>org.mockito</groupId>
398         <artifactId>mockito-core</artifactId>
399         <version>${mockito.core.version}</version>
400         <scope>test</scope>
401       </dependency>
402       <dependency>
403         <groupId>org.powermock</groupId>
404         <artifactId>powermock-module-junit4</artifactId>
405         <version>${powermock.version}</version>
406       </dependency>
407
408       <dependency>
409         <groupId>org.powermock</groupId>
410         <artifactId>powermock-module-junit4-rule-agent</artifactId>
411         <version>${powermock.version}</version>
412       </dependency>
413
414       <dependency>
415         <groupId>org.powermock</groupId>
416         <artifactId>powermock-api-mockito2</artifactId>
417         <version>${powermock.api.mockito2.version}</version>
418       </dependency>
419       <dependency>
420         <groupId>org.powermock</groupId>
421         <artifactId>powermock-core</artifactId>
422         <version>${powermock.api.mockito2.version}</version>
423       </dependency>
424       <dependency>
425         <groupId>org.powermock</groupId>
426         <artifactId>powermock-module-javaagent</artifactId>
427         <version>${powermock.version}</version>
428       </dependency>
429       <dependency>
430         <groupId>com.beust</groupId>
431         <artifactId>jcommander</artifactId>
432         <version>${jcommander.version}</version>
433       </dependency>
434
435       <dependency>
436         <groupId>org.antlr</groupId>
437         <artifactId>antlr4-runtime</artifactId>
438         <version>${antlr.version}</version>
439       </dependency>
440       <dependency>
441         <groupId>org.antlr</groupId>
442         <artifactId>antlr4-maven-plugin</artifactId>
443         <version>${antlr.version}</version>
444       </dependency>
445
446       <dependency>
447         <groupId>org.json</groupId>
448         <artifactId>json</artifactId>
449         <version>${json.version}</version>
450       </dependency>
451
452       <dependency>
453         <groupId>org.freemarker</groupId>
454         <artifactId>freemarker</artifactId>
455         <version>${freemarker.version}</version>
456       </dependency>
457
458       <dependency>
459         <groupId>javax.xml.bind</groupId>
460         <artifactId>jaxb-api</artifactId>
461         <version>${jaxb.version}</version>
462       </dependency>
463
464       <dependency>
465         <groupId>org.apache.activemq</groupId>
466         <artifactId>activemq-broker</artifactId>
467         <version>${activemq.version}</version>
468       </dependency>
469
470       <dependency>
471         <groupId>org.apache.activemq</groupId>
472         <artifactId>activemq-client</artifactId>
473         <version>${activemq.version}</version>
474       </dependency>
475
476       <dependency>
477         <groupId>org.apache.activemq</groupId>
478         <artifactId>activemq-openwire-legacy</artifactId>
479         <version>${activemq.version}</version>
480       </dependency>
481
482       <dependency>
483         <groupId>org.onap.aaf.authz</groupId>
484         <artifactId>aaf-cadi-core</artifactId>
485         <version>${aaf.version}</version>
486         <scope>compile</scope>
487       </dependency>
488       <dependency>
489         <groupId>org.onap.aaf.authz</groupId>
490         <artifactId>aaf-cadi-aaf</artifactId>
491         <version>${aaf.version}</version>
492         <scope>compile</scope>
493       </dependency>
494
495       <dependency>
496         <groupId>org.easymock</groupId>
497         <artifactId>easymock</artifactId>
498         <version>${easy.mock.version}</version>
499         <scope>test</scope>
500       </dependency>
501
502       <dependency>
503         <groupId>com.sun.xml.bind</groupId>
504         <artifactId>jaxb-xjc</artifactId>
505         <version>${old.jaxb.version}</version>
506       </dependency>
507
508       <dependency>
509         <groupId>com.sun.xml.bind</groupId>
510         <artifactId>jaxb-impl</artifactId>
511         <version>${old.jaxb.version}</version>
512       </dependency>
513
514       <dependency>
515         <groupId>com.sun.xml.bind</groupId>
516         <artifactId>jaxb-core</artifactId>
517         <version>${old.jaxb.version}</version>
518       </dependency>
519
520       <dependency>
521         <groupId>org.eclipse.persistence</groupId>
522         <artifactId>eclipselink</artifactId>
523         <version>${eclipse.persistence.version}</version>
524       </dependency>
525
526       <dependency>
527         <groupId>org.eclipse.persistence</groupId>
528         <artifactId>org.eclipse.persistence.moxy</artifactId>
529         <version>${eclipse.persistence.version}</version>
530       </dependency>
531
532       <dependency>
533         <groupId>com.github.fge</groupId>
534         <artifactId>json-patch</artifactId>
535         <version>${json.patch.version}</version>
536       </dependency>
537
538       <dependency>
539         <groupId>com.jayway.jsonpath</groupId>
540         <artifactId>json-path</artifactId>
541         <version>${json.path.version}</version>
542       </dependency>
543       <dependency>
544         <groupId>com.jayway.jsonpath</groupId>
545         <artifactId>json-path-assert</artifactId>
546         <version>${json.path.version}</version>
547       </dependency>
548
549       <dependency>
550         <groupId>org.javatuples</groupId>
551         <artifactId>javatuples</artifactId>
552         <version>${javatuples.version}</version>
553       </dependency>
554
555       <dependency>
556         <groupId>com.google.code.gson</groupId>
557         <artifactId>gson</artifactId>
558         <version>${gson.version}</version>
559       </dependency>
560
561       <dependency>
562         <groupId>org.apache.commons</groupId>
563         <artifactId>commons-text</artifactId>
564         <version>${commons.text.version}</version>
565       </dependency>
566
567       <dependency>
568         <groupId>org.codehaus.jackson</groupId>
569         <artifactId>jackson-core-asl</artifactId>
570         <version>${codehaus.jackson.version}</version>
571       </dependency>
572
573       <dependency>
574         <groupId>com.sun.jersey</groupId>
575         <artifactId>jersey-core</artifactId>
576         <version>${jersey.version}</version>
577       </dependency>
578
579       <dependency>
580         <groupId>com.sun.jersey</groupId>
581         <artifactId>jersey-client</artifactId>
582         <version>${jersey.version}</version>
583       </dependency>
584
585       <dependency>
586         <groupId>com.sun.jersey</groupId>
587         <artifactId>jersey-json</artifactId>
588         <version>${jersey.version}</version>
589       </dependency>
590
591       <dependency>
592         <groupId>javax.ws.rs</groupId>
593         <artifactId>javax.ws.rs-api</artifactId>
594         <version>${jaxrs.version}</version>
595       </dependency>
596
597       <dependency>
598         <groupId>commons-cli</groupId>
599         <artifactId>commons-cli</artifactId>
600         <version>${commons.cli.version}</version>
601       </dependency>
602
603       <dependency>
604         <groupId>com.bazaarvoice.jolt</groupId>
605         <artifactId>jolt-complete</artifactId>
606         <version>${jolt.version}</version>
607       </dependency>
608
609       <dependency>
610         <groupId>com.opencsv</groupId>
611         <artifactId>opencsv</artifactId>
612         <version>${opencsv.version}</version>
613       </dependency>
614
615       <dependency>
616         <groupId>log4j</groupId>
617         <artifactId>log4j</artifactId>
618         <version>${log4j.version}</version>
619       </dependency>
620
621       <dependency>
622         <groupId>log4j</groupId>
623         <artifactId>apache-log4j-extras</artifactId>
624         <version>${log4j.version}</version>
625       </dependency>
626
627       <dependency>
628         <groupId>commons-io</groupId>
629         <artifactId>commons-io</artifactId>
630         <version>${commons.io.version}</version>
631       </dependency>
632
633       <dependency>
634         <groupId>org.springframework</groupId>
635         <artifactId>spring-web</artifactId>
636         <version>${spring.version}</version>
637       </dependency>
638       <dependency>
639         <groupId>org.springframework</groupId>
640         <artifactId>spring-context</artifactId>
641         <version>${spring.version}</version>
642       </dependency>
643       <dependency>
644         <groupId>org.springframework</groupId>
645         <artifactId>spring-core</artifactId>
646         <version>${spring.version}</version>
647       </dependency>
648       <dependency>
649         <groupId>org.springframework</groupId>
650         <artifactId>spring-orm</artifactId>
651         <version>${spring.version}</version>
652       </dependency>
653       <dependency>
654         <groupId>org.springframework</groupId>
655         <artifactId>spring-oxm</artifactId>
656         <version>${spring.version}</version>
657       </dependency>
658       <dependency>
659         <groupId>org.springframework</groupId>
660         <artifactId>spring-aspects</artifactId>
661         <version>${spring.version}</version>
662       </dependency>
663       <dependency>
664         <groupId>org.springframework</groupId>
665         <artifactId>spring-tx</artifactId>
666         <version>${spring.version}</version>
667       </dependency>
668       <dependency>
669         <groupId>org.springframework</groupId>
670         <artifactId>spring-webmvc</artifactId>
671         <version>${spring.version}</version>
672       </dependency>
673
674       <dependency>
675         <groupId>org.springframework.security</groupId>
676         <artifactId>spring-security-rsa</artifactId>
677         <version>${spring.security.rsa.version}</version>
678       </dependency>
679
680       <dependency>
681         <groupId>org.springframework</groupId>
682         <artifactId>spring-jms</artifactId>
683         <version>${spring.jms.version}</version>
684       </dependency>
685
686       <dependency>
687         <groupId>org.onap.aai.logging-service</groupId>
688         <artifactId>common-logging</artifactId>
689         <version>${aai.common.logging.version}</version>
690       </dependency>
691
692       <dependency>
693         <groupId>org.onap.aai.logging-service</groupId>
694         <artifactId>logging-api</artifactId>
695         <version>${aai.common.logging.version}</version>
696       </dependency>
697
698       <dependency>
699         <groupId>org.onap.logging-analytics</groupId>
700         <artifactId>logging-slf4j</artifactId>
701         <version>${logging.analytics.version}</version>
702       </dependency>
703
704       <dependency>
705         <groupId>org.onap.aai</groupId>
706         <artifactId>rest-client</artifactId>
707         <version>${aai.rest.client.version}</version>
708       </dependency>
709
710       <dependency>
711         <groupId>net.sf.jopt-simple</groupId>
712         <artifactId>jopt-simple</artifactId>
713         <version>${jopt.simple.version}</version>
714       </dependency>
715
716       <dependency>
717         <groupId>io.swagger</groupId>
718         <artifactId>swagger-core</artifactId>
719         <version>${io.swagger.version}</version>
720       </dependency>
721
722       <dependency>
723         <groupId>org.aspectj</groupId>
724         <artifactId>aspectjrt</artifactId>
725         <version>${aspectj.version}</version>
726       </dependency>
727
728       <dependency>
729         <groupId>io.swagger</groupId>
730         <artifactId>swagger-annotations</artifactId>
731         <version>${io.swagger.version}</version>
732       </dependency>
733
734       <dependency>
735         <groupId>io.swagger</groupId>
736         <artifactId>swagger-jersey-jaxrs</artifactId>
737         <version>${io.swagger.version}</version>
738       </dependency>
739
740       <dependency>
741         <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
742         <artifactId>dmaapClient</artifactId>
743         <version>${dmaap.client.version}</version>
744       </dependency>
745
746       <dependency>
747         <groupId>io.netty</groupId>
748         <artifactId>netty-handler</artifactId>
749         <version>${netty.handler.version}</version>
750       </dependency>
751
752       <dependency>
753         <groupId>io.netty</groupId>
754         <artifactId>netty-all</artifactId>
755         <version>${netty.version}</version>
756       </dependency>
757
758       <dependency>
759         <groupId>org.onap.aai.schema-service</groupId>
760         <artifactId>aai-schema</artifactId>
761         <version>${aai.schema.service.version}</version>
762       </dependency>
763
764       <dependency>
765         <groupId>org.apache.httpcomponents</groupId>
766         <artifactId>httpclient</artifactId>
767         <version>${httpclient.version}</version>
768       </dependency>
769
770       <dependency>
771         <groupId>org.skyscreamer</groupId>
772         <artifactId>jsonassert</artifactId>
773         <version>${jsonassert.version}</version>
774         <scope>test</scope>
775       </dependency>
776
777       <dependency>
778         <groupId>org.codehaus.plexus</groupId>
779         <artifactId>plexus-utils</artifactId>
780         <version>${plexus.utils.version}</version>
781       </dependency>
782
783       <dependency>
784         <groupId>org.yaml</groupId>
785         <artifactId>snakeyaml</artifactId>
786         <version>${snakeyaml.version}</version>
787       </dependency>
788
789       <dependency>
790         <groupId>org.apache.commons</groupId>
791         <artifactId>commons-compress</artifactId>
792         <version>${commons.compress.version}</version>
793       </dependency>
794
795       <dependency>
796         <groupId>org.reflections</groupId>
797         <artifactId>reflections</artifactId>
798         <version>${reflections.version}</version>
799       </dependency>
800
801       <dependency>
802         <groupId>commons-net</groupId>
803         <artifactId>commons-net</artifactId>
804         <version>${commons.net.version}</version>
805       </dependency>
806
807     </dependencies>
808
809   </dependencyManagement>
810
811   <build>
812     <pluginManagement>
813       <plugins>
814         <plugin>
815           <groupId>org.springframework.boot</groupId>
816           <artifactId>spring-boot-maven-plugin</artifactId>
817           <version>${spring.boot.version}</version>
818         </plugin>
819         <plugin>
820           <groupId>io.fabric8</groupId>
821           <artifactId>docker-maven-plugin</artifactId>
822           <version>${docker.fabric.version}</version>
823         </plugin>
824
825         <plugin>
826           <groupId>org.jacoco</groupId>
827           <artifactId>jacoco-maven-plugin</artifactId>
828           <version>${jacoco.version}</version>
829           <configuration>
830             <!-- Note: This exclusion list should match <sonar.exclusions> property
831                  above -->
832             <excludes>
833               <exclude>**/gen/**</exclude>
834               <exclude>**/generated-sources/**</exclude>
835               <exclude>**/yang-gen/**</exclude>
836               <exclude>**/pax/**</exclude>
837             </excludes>
838           </configuration>
839           <executions>
840             <!-- Prepares the property pointing to the JaCoCo runtime agent which
841                  is passed as VM argument when Maven the Surefire plugin is executed. -->
842             <execution>
843               <id>pre-unit-test</id>
844               <goals>
845                 <goal>prepare-agent</goal>
846               </goals>
847               <configuration>
848                 <!-- Sets the path to the file which contains the execution data
849                      . -->
850                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
851                 <!-- Sets the name of the property containing the settings for JaCoCo
852                      runtime agent. -->
853                 <propertyName>surefireArgLine</propertyName>
854               </configuration>
855             </execution>
856             <!-- Ensures that the code coverage report for unit tests is created
857                  after unit tests have been run. -->
858             <execution>
859               <id>post-unit-test</id>
860               <phase>test</phase>
861               <goals>
862                 <goal>report</goal>
863               </goals>
864               <configuration>
865                 <!-- Sets the path to the file which contains the execution data
866                      . -->
867                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
868                 <!-- Sets the output directory for the code coverage report. -->
869                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
870               </configuration>
871             </execution>
872             <execution>
873               <id>pre-integration-test</id>
874               <phase>pre-integration-test</phase>
875               <goals>
876                 <goal>prepare-agent</goal>
877               </goals>
878               <configuration>
879                 <!-- Sets the path to the file which contains the execution data
880                      . -->
881                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
882                 <!-- Sets the name of the property containing the settings for JaCoCo
883                      runtime agent. -->
884                 <propertyName>failsafeArgLine</propertyName>
885               </configuration>
886             </execution>
887             <!-- Ensures that the code coverage report for integration tests after
888                  integration tests have been run. -->
889             <execution>
890               <id>post-integration-test</id>
891               <phase>post-integration-test</phase>
892               <goals>
893                 <goal>report</goal>
894               </goals>
895               <configuration>
896                 <!-- Sets the path to the file which contains the execution data
897                      . -->
898                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
899                 <!-- Sets the output directory for the code coverage report. -->
900                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
901               </configuration>
902             </execution>
903             <execution>
904               <id>default-check</id>
905               <goals>
906                 <goal>check</goal>
907               </goals>
908               <configuration>
909                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
910                 <rules>
911                   <rule implementation="org.jacoco.maven.RuleConfiguration">
912                     <element>BUNDLE</element>
913                     <limits>
914                       <limit implementation="org.jacoco.report.check.Limit">
915                         <counter>LINE</counter>
916                         <value>COVEREDRATIO</value>
917                         <minimum>${jacoco.line.coverage.limit}</minimum>
918                       </limit>
919                     </limits>
920                   </rule>
921                 </rules>
922               </configuration>
923             </execution>
924           </executions>
925         </plugin>
926         <plugin>
927           <groupId>org.apache.maven.plugins</groupId>
928           <artifactId>maven-surefire-plugin</artifactId>
929           <version>3.0.0-M4</version>
930           <configuration>
931             <!-- Sets the VM argument line used when unit tests are run. -->
932             <argLine>${surefireArgLine}</argLine>
933             <!-- Excludes integration tests when unit tests are run. -->
934             <excludes>
935               <exclude>**/IT*.java</exclude>
936             </excludes>
937           </configuration>
938         </plugin>
939         <plugin>
940           <groupId>org.apache.maven.plugins</groupId>
941           <artifactId>maven-failsafe-plugin</artifactId>
942           <version>3.0.0-M4</version>
943           <executions>
944             <!-- Ensures that both integration-test and verify goals of the Failsafe
945                  Maven plugin are executed. -->
946             <execution>
947               <id>integration-tests</id>
948               <goals>
949                 <goal>integration-test</goal>
950                 <goal>verify</goal>
951               </goals>
952               <configuration>
953                 <!-- Sets the VM argument line used when integration tests are run. -->
954                 <argLine>${failsafeArgLine}</argLine>
955               </configuration>
956             </execution>
957           </executions>
958         </plugin>
959         <plugin>
960           <groupId>org.sonarsource.scanner.maven</groupId>
961           <artifactId>sonar-maven-plugin</artifactId>
962           <version>${sonar.scanner.version}</version>
963         </plugin>
964
965       </plugins>
966     </pluginManagement>
967
968     <plugins>
969       <plugin>
970         <groupId>org.jacoco</groupId>
971         <artifactId>jacoco-maven-plugin</artifactId>
972       </plugin>
973       <plugin>
974         <groupId>org.apache.maven.plugins</groupId>
975         <artifactId>maven-surefire-plugin</artifactId>
976       </plugin>
977       <plugin>
978         <groupId>org.apache.maven.plugins</groupId>
979         <artifactId>maven-failsafe-plugin</artifactId>
980       </plugin>
981     </plugins>
982
983   </build>
984 </project>