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