Reenable spring-boot2 in 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.6.11-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>1.10.19</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>2.1.12.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>5.1.13.RELEASE</spring.version>
133     <spring.jms.version>5.1.13.RELEASE</spring.jms.version>
134     <spring.test.version>5.1.13.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>2.1.12.RELEASE</spring.boot.version>
147       </properties>
148     </profile>
149     <profile>
150       <id>spring-boot-1-5</id>
151       <properties>
152         <spring.boot.version>1.5.22.RELEASE</spring.boot.version>
153       </properties>
154     </profile>
155   </profiles>
156
157   <dependencyManagement>
158     <dependencies>
159
160       <dependency>
161         <groupId>com.googlecode.json-simple</groupId>
162         <artifactId>json-simple</artifactId>
163         <version>${json.simple.version}</version>
164       </dependency>
165
166       <dependency>
167         <groupId>org.onap.aai.aai-common</groupId>
168         <artifactId>aai-schema-ingest</artifactId>
169         <version>${aai.release.version}</version>
170       </dependency>
171
172       <dependency>
173         <groupId>org.onap.aai.aai-common</groupId>
174         <artifactId>aai-core</artifactId>
175         <version>${aai.release.version}</version>
176       </dependency>
177
178       <dependency>
179         <groupId>org.onap.aai.aai-common</groupId>
180         <artifactId>aai-aaf-auth</artifactId>
181         <version>${aai.release.version}</version>
182       </dependency>
183
184       <dependency>
185         <groupId>org.onap.aai.aai-common</groupId>
186         <artifactId>aai-els-onap-logging</artifactId>
187         <version>${aai.release.version}</version>
188       </dependency>
189
190       <dependency>
191         <groupId>org.onap.aai.aai-common</groupId>
192         <artifactId>aai-annotations</artifactId>
193         <version>${aai.release.version}</version>
194       </dependency>
195
196       <dependency>
197         <groupId>org.onap.aai.aai-common</groupId>
198         <artifactId>aai-rest</artifactId>
199         <version>${aai.release.version}</version>
200       </dependency>
201
202       <dependency>
203         <groupId>com.fasterxml.jackson</groupId>
204         <artifactId>jackson-bom</artifactId>
205         <version>${jackson.bom.version}</version>
206         <type>pom</type>
207         <scope>import</scope>
208       </dependency>
209
210       <dependency>
211         <groupId>org.springframework.boot</groupId>
212         <artifactId>spring-boot-starter-web</artifactId>
213         <version>${spring.boot.version}</version>
214       </dependency>
215
216       <dependency>
217         <groupId>org.springframework.boot</groupId>
218         <artifactId>spring-boot-starter-parent</artifactId>
219         <version>${spring.boot.version}</version>
220         <type>pom</type>
221         <scope>import</scope>
222       </dependency>
223
224       <dependency>
225         <groupId>org.springframework.boot</groupId>
226         <artifactId>spring-boot-dependencies</artifactId>
227         <version>${spring.boot.version}</version>
228         <type>pom</type>
229         <scope>import</scope>
230       </dependency>
231
232       <dependency>
233         <groupId>org.springframework.boot</groupId>
234         <artifactId>spring-boot-test</artifactId>
235         <scope>test</scope>
236         <version>${spring.boot.version}</version>
237       </dependency>
238
239       <dependency>
240         <groupId>org.springframework</groupId>
241         <artifactId>spring-test</artifactId>
242         <version>${spring.test.version}</version>
243       </dependency>
244
245       <dependency>
246         <groupId>commons-configuration</groupId>
247         <artifactId>commons-configuration</artifactId>
248         <version>${commons.configuration.version}</version>
249       </dependency>
250
251       <dependency>
252         <groupId>org.apache.commons</groupId>
253         <artifactId>commons-lang3</artifactId>
254         <version>${commons.lang3.version}</version>
255       </dependency>
256
257       <dependency>
258         <groupId>commons-lang</groupId>
259         <artifactId>commons-lang</artifactId>
260         <version>${commons.lang.version}</version>
261       </dependency>
262
263       <dependency>
264         <groupId>com.att.eelf</groupId>
265         <artifactId>eelf-core</artifactId>
266         <version>${eelf.core.version}</version>
267       </dependency>
268
269       <dependency>
270         <groupId>ch.qos.logback</groupId>
271         <artifactId>logback-core</artifactId>
272         <version>${logback.version}</version>
273       </dependency>
274
275       <dependency>
276         <groupId>ch.qos.logback</groupId>
277         <artifactId>logback-classic</artifactId>
278         <version>${logback.version}</version>
279       </dependency>
280
281       <dependency>
282         <groupId>ch.qos.logback</groupId>
283         <artifactId>logback-access</artifactId>
284         <version>${logback.version}</version>
285       </dependency>
286
287       <dependency>
288         <groupId>org.slf4j</groupId>
289         <artifactId>slf4j-api</artifactId>
290         <version>${slf4j.version}</version>
291       </dependency>
292
293       <dependency>
294         <groupId>org.hamcrest</groupId>
295         <artifactId>java-hamcrest</artifactId>
296         <version>${hamcrest.junit.version}</version>
297       </dependency>
298
299       <dependency>
300         <groupId>org.hamcrest</groupId>
301         <artifactId>hamcrest-core</artifactId>
302         <version>${hamcrest.core.version}</version>
303       </dependency>
304
305       <dependency>
306         <groupId>org.hamcrest</groupId>
307         <artifactId>hamcrest-junit</artifactId>
308         <version>${hamcrest.junit.version}</version>
309       </dependency>
310
311       <dependency>
312         <groupId>javax.servlet</groupId>
313         <artifactId>javax.servlet-api</artifactId>
314         <version>${javax.servlet.version}</version>
315         <scope>provided</scope>
316       </dependency>
317       <dependency>
318         <groupId>javax.annotation</groupId>
319         <artifactId>javax.annotation-api</artifactId>
320         <version>${javax.annotation.version}</version>
321         <scope>provided</scope>
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>${jaxb.version}</version>
506       </dependency>
507
508       <dependency>
509         <groupId>org.eclipse.persistence</groupId>
510         <artifactId>eclipselink</artifactId>
511         <version>${eclipse.persistence.version}</version>
512       </dependency>
513
514       <dependency>
515         <groupId>org.eclipse.persistence</groupId>
516         <artifactId>org.eclipse.persistence.moxy</artifactId>
517         <version>${eclipse.persistence.version}</version>
518       </dependency>
519
520       <dependency>
521         <groupId>com.github.fge</groupId>
522         <artifactId>json-patch</artifactId>
523         <version>${json.patch.version}</version>
524       </dependency>
525
526       <dependency>
527         <groupId>com.jayway.jsonpath</groupId>
528         <artifactId>json-path</artifactId>
529         <version>${json.path.version}</version>
530       </dependency>
531       <dependency>
532         <groupId>com.jayway.jsonpath</groupId>
533         <artifactId>json-path-assert</artifactId>
534         <version>${json.path.version}</version>
535       </dependency>
536
537       <dependency>
538         <groupId>org.javatuples</groupId>
539         <artifactId>javatuples</artifactId>
540         <version>${javatuples.version}</version>
541       </dependency>
542
543       <dependency>
544         <groupId>com.google.code.gson</groupId>
545         <artifactId>gson</artifactId>
546         <version>${gson.version}</version>
547       </dependency>
548
549       <dependency>
550         <groupId>org.apache.commons</groupId>
551         <artifactId>commons-text</artifactId>
552         <version>${commons.text.version}</version>
553       </dependency>
554
555       <dependency>
556         <groupId>org.codehaus.jackson</groupId>
557         <artifactId>jackson-core-asl</artifactId>
558         <version>${codehaus.jackson.version}</version>
559       </dependency>
560
561       <dependency>
562         <groupId>com.sun.jersey</groupId>
563         <artifactId>jersey-core</artifactId>
564         <version>${jersey.version}</version>
565       </dependency>
566
567       <dependency>
568         <groupId>com.sun.jersey</groupId>
569         <artifactId>jersey-client</artifactId>
570         <version>${jersey.version}</version>
571       </dependency>
572
573       <dependency>
574         <groupId>com.sun.jersey</groupId>
575         <artifactId>jersey-json</artifactId>
576         <version>${jersey.version}</version>
577       </dependency>
578
579       <dependency>
580         <groupId>javax.ws.rs</groupId>
581         <artifactId>javax.ws.rs-api</artifactId>
582         <version>${jaxrs.version}</version>
583       </dependency>
584
585       <dependency>
586         <groupId>commons-cli</groupId>
587         <artifactId>commons-cli</artifactId>
588         <version>${commons.cli.version}</version>
589       </dependency>
590
591       <dependency>
592         <groupId>com.bazaarvoice.jolt</groupId>
593         <artifactId>jolt-complete</artifactId>
594         <version>${jolt.version}</version>
595       </dependency>
596
597       <dependency>
598         <groupId>com.opencsv</groupId>
599         <artifactId>opencsv</artifactId>
600         <version>${opencsv.version}</version>
601       </dependency>
602
603       <dependency>
604         <groupId>log4j</groupId>
605         <artifactId>log4j</artifactId>
606         <version>${log4j.version}</version>
607       </dependency>
608
609       <dependency>
610         <groupId>log4j</groupId>
611         <artifactId>apache-log4j-extras</artifactId>
612         <version>${log4j.version}</version>
613       </dependency>
614
615       <dependency>
616         <groupId>commons-io</groupId>
617         <artifactId>commons-io</artifactId>
618         <version>${commons.io.version}</version>
619       </dependency>
620
621       <dependency>
622         <groupId>org.springframework</groupId>
623         <artifactId>spring-web</artifactId>
624         <version>${spring.version}</version>
625       </dependency>
626       <dependency>
627         <groupId>org.springframework</groupId>
628         <artifactId>spring-context</artifactId>
629         <version>${spring.version}</version>
630       </dependency>
631       <dependency>
632         <groupId>org.springframework</groupId>
633         <artifactId>spring-core</artifactId>
634         <version>${spring.version}</version>
635       </dependency>
636       <dependency>
637         <groupId>org.springframework</groupId>
638         <artifactId>spring-orm</artifactId>
639         <version>${spring.version}</version>
640       </dependency>
641       <dependency>
642         <groupId>org.springframework</groupId>
643         <artifactId>spring-oxm</artifactId>
644         <version>${spring.version}</version>
645       </dependency>
646       <dependency>
647         <groupId>org.springframework</groupId>
648         <artifactId>spring-aspects</artifactId>
649         <version>${spring.version}</version>
650       </dependency>
651       <dependency>
652         <groupId>org.springframework</groupId>
653         <artifactId>spring-tx</artifactId>
654         <version>${spring.version}</version>
655       </dependency>
656       <dependency>
657         <groupId>org.springframework</groupId>
658         <artifactId>spring-webmvc</artifactId>
659         <version>${spring.version}</version>
660       </dependency>
661
662       <dependency>
663         <groupId>org.springframework.security</groupId>
664         <artifactId>spring-security-rsa</artifactId>
665         <version>${spring.security.rsa.version}</version>
666       </dependency>
667
668       <dependency>
669         <groupId>org.springframework</groupId>
670         <artifactId>spring-jms</artifactId>
671         <version>${spring.jms.version}</version>
672       </dependency>
673
674       <dependency>
675         <groupId>org.onap.aai.logging-service</groupId>
676         <artifactId>common-logging</artifactId>
677         <version>${aai.common.logging.version}</version>
678       </dependency>
679
680       <dependency>
681         <groupId>org.onap.aai.logging-service</groupId>
682         <artifactId>logging-api</artifactId>
683         <version>${aai.common.logging.version}</version>
684       </dependency>
685
686       <dependency>
687         <groupId>org.onap.logging-analytics</groupId>
688         <artifactId>logging-slf4j</artifactId>
689         <version>${logging.analytics.version}</version>
690       </dependency>
691
692       <dependency>
693         <groupId>org.onap.aai</groupId>
694         <artifactId>rest-client</artifactId>
695         <version>${aai.rest.client.version}</version>
696       </dependency>
697
698       <dependency>
699         <groupId>net.sf.jopt-simple</groupId>
700         <artifactId>jopt-simple</artifactId>
701         <version>${jopt.simple.version}</version>
702       </dependency>
703
704       <dependency>
705         <groupId>io.swagger</groupId>
706         <artifactId>swagger-core</artifactId>
707         <version>${io.swagger.version}</version>
708       </dependency>
709
710       <dependency>
711         <groupId>org.aspectj</groupId>
712         <artifactId>aspectjrt</artifactId>
713         <version>${aspectj.version}</version>
714       </dependency>
715
716       <dependency>
717         <groupId>io.swagger</groupId>
718         <artifactId>swagger-annotations</artifactId>
719         <version>${io.swagger.version}</version>
720       </dependency>
721
722       <dependency>
723         <groupId>io.swagger</groupId>
724         <artifactId>swagger-jersey-jaxrs</artifactId>
725         <version>${io.swagger.version}</version>
726       </dependency>
727
728       <dependency>
729         <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
730         <artifactId>dmaapClient</artifactId>
731         <version>${dmaap.client.version}</version>
732       </dependency>
733
734       <dependency>
735         <groupId>io.netty</groupId>
736         <artifactId>netty-handler</artifactId>
737         <version>${netty.handler.version}</version>
738       </dependency>
739
740       <dependency>
741         <groupId>io.netty</groupId>
742         <artifactId>netty-all</artifactId>
743         <version>${netty.version}</version>
744       </dependency>
745
746       <dependency>
747         <groupId>org.onap.aai.schema-service</groupId>
748         <artifactId>aai-schema</artifactId>
749         <version>${aai.schema.service.version}</version>
750       </dependency>
751
752       <dependency>
753         <groupId>org.apache.httpcomponents</groupId>
754         <artifactId>httpclient</artifactId>
755         <version>${httpclient.version}</version>
756       </dependency>
757
758       <dependency>
759         <groupId>org.skyscreamer</groupId>
760         <artifactId>jsonassert</artifactId>
761         <version>${jsonassert.version}</version>
762         <scope>test</scope>
763       </dependency>
764
765       <dependency>
766         <groupId>org.codehaus.plexus</groupId>
767         <artifactId>plexus-utils</artifactId>
768         <version>${plexus.utils.version}</version>
769       </dependency>
770
771       <dependency>
772         <groupId>org.yaml</groupId>
773         <artifactId>snakeyaml</artifactId>
774         <version>${snakeyaml.version}</version>
775       </dependency>
776
777       <dependency>
778         <groupId>org.apache.commons</groupId>
779         <artifactId>commons-compress</artifactId>
780         <version>${commons.compress.version}</version>
781       </dependency>
782
783       <dependency>
784         <groupId>org.reflections</groupId>
785         <artifactId>reflections</artifactId>
786         <version>${reflections.version}</version>
787       </dependency>
788
789       <dependency>
790         <groupId>commons-net</groupId>
791         <artifactId>commons-net</artifactId>
792         <version>${commons.net.version}</version>
793       </dependency>
794
795     </dependencies>
796
797   </dependencyManagement>
798
799   <build>
800     <pluginManagement>
801       <plugins>
802         <plugin>
803           <groupId>org.springframework.boot</groupId>
804           <artifactId>spring-boot-maven-plugin</artifactId>
805           <version>${spring.boot.version}</version>
806         </plugin>
807         <plugin>
808           <groupId>io.fabric8</groupId>
809           <artifactId>docker-maven-plugin</artifactId>
810           <version>${docker.fabric.version}</version>
811         </plugin>
812
813         <plugin>
814           <groupId>org.jacoco</groupId>
815           <artifactId>jacoco-maven-plugin</artifactId>
816           <version>${jacoco.version}</version>
817           <configuration>
818             <!-- Note: This exclusion list should match <sonar.exclusions> property
819                  above -->
820             <excludes>
821               <exclude>**/gen/**</exclude>
822               <exclude>**/generated-sources/**</exclude>
823               <exclude>**/yang-gen/**</exclude>
824               <exclude>**/pax/**</exclude>
825             </excludes>
826           </configuration>
827           <executions>
828             <!-- Prepares the property pointing to the JaCoCo runtime agent which
829                  is passed as VM argument when Maven the Surefire plugin is executed. -->
830             <execution>
831               <id>pre-unit-test</id>
832               <goals>
833                 <goal>prepare-agent</goal>
834               </goals>
835               <configuration>
836                 <!-- Sets the path to the file which contains the execution data
837                      . -->
838                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
839                 <!-- Sets the name of the property containing the settings for JaCoCo
840                      runtime agent. -->
841                 <propertyName>surefireArgLine</propertyName>
842               </configuration>
843             </execution>
844             <!-- Ensures that the code coverage report for unit tests is created
845                  after unit tests have been run. -->
846             <execution>
847               <id>post-unit-test</id>
848               <phase>test</phase>
849               <goals>
850                 <goal>report</goal>
851               </goals>
852               <configuration>
853                 <!-- Sets the path to the file which contains the execution data
854                      . -->
855                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
856                 <!-- Sets the output directory for the code coverage report. -->
857                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
858               </configuration>
859             </execution>
860             <execution>
861               <id>pre-integration-test</id>
862               <phase>pre-integration-test</phase>
863               <goals>
864                 <goal>prepare-agent</goal>
865               </goals>
866               <configuration>
867                 <!-- Sets the path to the file which contains the execution data
868                      . -->
869                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
870                 <!-- Sets the name of the property containing the settings for JaCoCo
871                      runtime agent. -->
872                 <propertyName>failsafeArgLine</propertyName>
873               </configuration>
874             </execution>
875             <!-- Ensures that the code coverage report for integration tests after
876                  integration tests have been run. -->
877             <execution>
878               <id>post-integration-test</id>
879               <phase>post-integration-test</phase>
880               <goals>
881                 <goal>report</goal>
882               </goals>
883               <configuration>
884                 <!-- Sets the path to the file which contains the execution data
885                      . -->
886                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
887                 <!-- Sets the output directory for the code coverage report. -->
888                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
889               </configuration>
890             </execution>
891             <execution>
892               <id>default-check</id>
893               <goals>
894                 <goal>check</goal>
895               </goals>
896               <configuration>
897                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
898                 <rules>
899                   <rule implementation="org.jacoco.maven.RuleConfiguration">
900                     <element>BUNDLE</element>
901                     <limits>
902                       <limit implementation="org.jacoco.report.check.Limit">
903                         <counter>LINE</counter>
904                         <value>COVEREDRATIO</value>
905                         <minimum>${jacoco.line.coverage.limit}</minimum>
906                       </limit>
907                     </limits>
908                   </rule>
909                 </rules>
910               </configuration>
911             </execution>
912           </executions>
913         </plugin>
914         <plugin>
915           <groupId>org.apache.maven.plugins</groupId>
916           <artifactId>maven-surefire-plugin</artifactId>
917           <version>3.0.0-M4</version>
918           <configuration>
919             <!-- Sets the VM argument line used when unit tests are run. -->
920             <argLine>${surefireArgLine}</argLine>
921             <!-- Excludes integration tests when unit tests are run. -->
922             <excludes>
923               <exclude>**/IT*.java</exclude>
924             </excludes>
925           </configuration>
926         </plugin>
927         <plugin>
928           <groupId>org.apache.maven.plugins</groupId>
929           <artifactId>maven-failsafe-plugin</artifactId>
930           <version>3.0.0-M4</version>
931           <executions>
932             <!-- Ensures that both integration-test and verify goals of the Failsafe
933                  Maven plugin are executed. -->
934             <execution>
935               <id>integration-tests</id>
936               <goals>
937                 <goal>integration-test</goal>
938                 <goal>verify</goal>
939               </goals>
940               <configuration>
941                 <!-- Sets the VM argument line used when integration tests are run. -->
942                 <argLine>${failsafeArgLine}</argLine>
943               </configuration>
944             </execution>
945           </executions>
946         </plugin>
947         <plugin>
948           <groupId>org.sonarsource.scanner.maven</groupId>
949           <artifactId>sonar-maven-plugin</artifactId>
950           <version>${sonar.scanner.version}</version>
951         </plugin>
952
953       </plugins>
954     </pluginManagement>
955
956     <plugins>
957       <plugin>
958         <groupId>org.jacoco</groupId>
959         <artifactId>jacoco-maven-plugin</artifactId>
960       </plugin>
961       <plugin>
962         <groupId>org.apache.maven.plugins</groupId>
963         <artifactId>maven-surefire-plugin</artifactId>
964       </plugin>
965       <plugin>
966         <groupId>org.apache.maven.plugins</groupId>
967         <artifactId>maven-failsafe-plugin</artifactId>
968       </plugin>
969     </plugins>
970
971   </build>
972 </project>