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.13.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.8.0</aai.common.logging.version>
44     <aai.rest.client.version>1.6.4</aai.rest.client.version>
45     <aai.schema.service.version>1.9.6</aai.schema.service.version>
46
47     <aaf.version>2.1.15</aaf.version>
48     <antlr.version>4.11.1</antlr.version>
49     <activemq.version>5.16.1</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.5.0</commons.cli.version>
53     <commons.compress.version>1.21</commons.compress.version>
54     <commons.configuration.version>1.10</commons.configuration.version>
55     <commons.io.version>2.11.0</commons.io.version>
56     <commons.lang3.version>3.9</commons.lang3.version>
57     <commons.net.version>3.8.0</commons.net.version>
58     <commons.text.version>1.10.0</commons.text.version>
59     <docker.fabric.version>0.40.2</docker.fabric.version>
60     <dmaap.client.version>1.1.12</dmaap.client.version>
61     <easy.mock.version>5.0.0</easy.mock.version>
62     <eclipse.persistence.version>2.7.11</eclipse.persistence.version>
63     <eelf.core.version>2.0.0-oss</eelf.core.version>
64     <freemarker.version>2.3.31</freemarker.version>
65     <google.guava.version>31.1-jre</google.guava.version>
66     <gremlin.version>3.2.3</gremlin.version>
67     <groovy.version>2.5.15</groovy.version>
68     <gson.version>2.9.1</gson.version>
69     <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
70     <hamcrest.core.version>2.2</hamcrest.core.version>
71     <jackson.bom.version>2.11.4</jackson.bom.version>
72     <janusgraph.version>0.2.3</janusgraph.version>
73     <javatuples.version>1.2</javatuples.version>
74     <jaxb.version>2.3.1</jaxb.version>
75     <old.jaxb.version>2.3.0.1</old.jaxb.version>
76     <jaxrs.version>2.1.1</jaxrs.version>
77     <jcommander.version>1.78</jcommander.version>
78     <jersey.version>1.19.4</jersey.version>
79     <jnr.ffi.version>2.2.12</jnr.ffi.version>
80     <jolt.version>0.1.7</jolt.version>
81     <jopt.simple.version>5.0.4</jopt.simple.version>
82     <jsonassert.version>1.5.1</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.13</httpclient.version>
99     <io.swagger.version>1.5.24</io.swagger.version>
100     <logback.version>1.2.7</logback.version>
101     <slf4j.version>1.7.25</slf4j.version>
102     <log4j.version>2.17.1</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.63.Final</netty.handler.version>
106     <netty.version>4.1.63.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.29</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>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       </dependency>
316
317       <dependency>
318         <groupId>junit</groupId>
319         <artifactId>junit</artifactId>
320         <version>${junit.version}</version>
321         <scope>test</scope>
322       </dependency>
323
324       <dependency>
325         <groupId>com.google.guava</groupId>
326         <artifactId>guava</artifactId>
327         <version>${google.guava.version}</version>
328       </dependency>
329
330       <dependency>
331         <groupId>org.janusgraph</groupId>
332         <artifactId>janusgraph-core</artifactId>
333         <version>${janusgraph.version}</version>
334       </dependency>
335
336       <dependency>
337         <groupId>org.janusgraph</groupId>
338         <artifactId>janusgraph-cassandra</artifactId>
339         <version>${janusgraph.version}</version>
340       </dependency>
341
342       <dependency>
343         <groupId>org.janusgraph</groupId>
344         <artifactId>janusgraph-cql</artifactId>
345         <version>${janusgraph.version}</version>
346       </dependency>
347
348       <dependency>
349         <groupId>com.github.jnr</groupId>
350         <artifactId>jnr-ffi</artifactId>
351         <version>${jnr.ffi.version}</version>
352       </dependency>
353
354       <dependency>
355         <groupId>org.apache.tinkerpop</groupId>
356         <artifactId>tinkergraph-gremlin</artifactId>
357         <version>${gremlin.version}</version>
358       </dependency>
359       <dependency>
360         <groupId>org.apache.tinkerpop</groupId>
361         <artifactId>gremlin-core</artifactId>
362         <version>${gremlin.version}</version>
363       </dependency>
364       <dependency>
365         <groupId>org.apache.tinkerpop</groupId>
366         <artifactId>gremlin-driver</artifactId>
367         <version>${gremlin.version}</version>
368       </dependency>
369
370       <dependency>
371         <groupId>org.apache.tinkerpop</groupId>
372         <artifactId>gremlin-groovy</artifactId>
373         <version>${gremlin.version}</version>
374       </dependency>
375
376       <dependency>
377         <groupId>org.codehaus.groovy</groupId>
378         <artifactId>groovy</artifactId>
379         <version>${groovy.version}</version>
380         <classifier>indy</classifier>
381       </dependency>
382
383       <dependency>
384         <groupId>org.mockito</groupId>
385         <artifactId>mockito-all</artifactId>
386         <version>${mockito.all.version}</version>
387       </dependency>
388
389       <dependency>
390         <groupId>org.mockito</groupId>
391         <artifactId>mockito-core</artifactId>
392         <version>${mockito.core.version}</version>
393         <scope>test</scope>
394       </dependency>
395       <dependency>
396         <groupId>org.powermock</groupId>
397         <artifactId>powermock-module-junit4</artifactId>
398         <version>${powermock.version}</version>
399       </dependency>
400
401       <dependency>
402         <groupId>org.powermock</groupId>
403         <artifactId>powermock-module-junit4-rule-agent</artifactId>
404         <version>${powermock.version}</version>
405       </dependency>
406
407       <dependency>
408         <groupId>org.powermock</groupId>
409         <artifactId>powermock-api-mockito2</artifactId>
410         <version>${powermock.api.mockito2.version}</version>
411       </dependency>
412       <dependency>
413         <groupId>org.powermock</groupId>
414         <artifactId>powermock-core</artifactId>
415         <version>${powermock.api.mockito2.version}</version>
416       </dependency>
417       <dependency>
418         <groupId>org.powermock</groupId>
419         <artifactId>powermock-module-javaagent</artifactId>
420         <version>${powermock.version}</version>
421       </dependency>
422       <dependency>
423         <groupId>com.beust</groupId>
424         <artifactId>jcommander</artifactId>
425         <version>${jcommander.version}</version>
426       </dependency>
427
428       <dependency>
429         <groupId>org.antlr</groupId>
430         <artifactId>antlr4-runtime</artifactId>
431         <version>${antlr.version}</version>
432       </dependency>
433       <dependency>
434         <groupId>org.antlr</groupId>
435         <artifactId>antlr4-maven-plugin</artifactId>
436         <version>${antlr.version}</version>
437       </dependency>
438
439       <dependency>
440         <groupId>org.json</groupId>
441         <artifactId>json</artifactId>
442         <version>${json.version}</version>
443       </dependency>
444
445       <dependency>
446         <groupId>org.freemarker</groupId>
447         <artifactId>freemarker</artifactId>
448         <version>${freemarker.version}</version>
449       </dependency>
450
451       <dependency>
452         <groupId>javax.xml.bind</groupId>
453         <artifactId>jaxb-api</artifactId>
454         <version>${jaxb.version}</version>
455       </dependency>
456
457       <dependency>
458         <groupId>org.apache.activemq</groupId>
459         <artifactId>activemq-broker</artifactId>
460         <version>${activemq.version}</version>
461       </dependency>
462
463       <dependency>
464         <groupId>org.apache.activemq</groupId>
465         <artifactId>activemq-client</artifactId>
466         <version>${activemq.version}</version>
467       </dependency>
468
469       <dependency>
470         <groupId>org.apache.activemq</groupId>
471         <artifactId>activemq-openwire-legacy</artifactId>
472         <version>${activemq.version}</version>
473       </dependency>
474
475       <dependency>
476         <groupId>org.onap.aaf.authz</groupId>
477         <artifactId>aaf-cadi-core</artifactId>
478         <version>${aaf.version}</version>
479         <scope>compile</scope>
480       </dependency>
481       <dependency>
482         <groupId>org.onap.aaf.authz</groupId>
483         <artifactId>aaf-cadi-aaf</artifactId>
484         <version>${aaf.version}</version>
485         <scope>compile</scope>
486       </dependency>
487
488       <dependency>
489         <groupId>org.easymock</groupId>
490         <artifactId>easymock</artifactId>
491         <version>${easy.mock.version}</version>
492         <scope>test</scope>
493       </dependency>
494
495       <dependency>
496         <groupId>com.sun.xml.bind</groupId>
497         <artifactId>jaxb-xjc</artifactId>
498         <version>${old.jaxb.version}</version>
499       </dependency>
500
501       <dependency>
502         <groupId>com.sun.xml.bind</groupId>
503         <artifactId>jaxb-impl</artifactId>
504         <version>${old.jaxb.version}</version>
505       </dependency>
506
507       <dependency>
508         <groupId>com.sun.xml.bind</groupId>
509         <artifactId>jaxb-core</artifactId>
510         <version>${old.jaxb.version}</version>
511       </dependency>
512
513       <dependency>
514         <groupId>org.eclipse.persistence</groupId>
515         <artifactId>eclipselink</artifactId>
516         <version>${eclipse.persistence.version}</version>
517       </dependency>
518
519       <dependency>
520         <groupId>org.eclipse.persistence</groupId>
521         <artifactId>org.eclipse.persistence.moxy</artifactId>
522         <version>${eclipse.persistence.version}</version>
523       </dependency>
524
525       <dependency>
526         <groupId>com.github.fge</groupId>
527         <artifactId>json-patch</artifactId>
528         <version>${json.patch.version}</version>
529       </dependency>
530
531       <dependency>
532         <groupId>com.jayway.jsonpath</groupId>
533         <artifactId>json-path</artifactId>
534         <version>${json.path.version}</version>
535       </dependency>
536       <dependency>
537         <groupId>com.jayway.jsonpath</groupId>
538         <artifactId>json-path-assert</artifactId>
539         <version>${json.path.version}</version>
540       </dependency>
541
542       <dependency>
543         <groupId>org.javatuples</groupId>
544         <artifactId>javatuples</artifactId>
545         <version>${javatuples.version}</version>
546       </dependency>
547
548       <dependency>
549         <groupId>com.google.code.gson</groupId>
550         <artifactId>gson</artifactId>
551         <version>${gson.version}</version>
552       </dependency>
553
554       <dependency>
555         <groupId>org.apache.commons</groupId>
556         <artifactId>commons-text</artifactId>
557         <version>${commons.text.version}</version>
558       </dependency>
559
560       <dependency>
561         <groupId>org.codehaus.jackson</groupId>
562         <artifactId>jackson-core-asl</artifactId>
563         <version>${codehaus.jackson.version}</version>
564       </dependency>
565
566       <dependency>
567         <groupId>com.sun.jersey</groupId>
568         <artifactId>jersey-core</artifactId>
569         <version>${jersey.version}</version>
570       </dependency>
571
572       <dependency>
573         <groupId>com.sun.jersey</groupId>
574         <artifactId>jersey-client</artifactId>
575         <version>${jersey.version}</version>
576       </dependency>
577
578       <dependency>
579         <groupId>com.sun.jersey</groupId>
580         <artifactId>jersey-json</artifactId>
581         <version>${jersey.version}</version>
582       </dependency>
583
584       <dependency>
585         <groupId>javax.ws.rs</groupId>
586         <artifactId>javax.ws.rs-api</artifactId>
587         <version>${jaxrs.version}</version>
588       </dependency>
589
590       <dependency>
591         <groupId>commons-cli</groupId>
592         <artifactId>commons-cli</artifactId>
593         <version>${commons.cli.version}</version>
594       </dependency>
595
596       <dependency>
597         <groupId>com.bazaarvoice.jolt</groupId>
598         <artifactId>jolt-complete</artifactId>
599         <version>${jolt.version}</version>
600       </dependency>
601
602       <dependency>
603         <groupId>com.opencsv</groupId>
604         <artifactId>opencsv</artifactId>
605         <version>${opencsv.version}</version>
606       </dependency>
607
608       <dependency>
609           <groupId>org.apache.logging.log4j</groupId>
610           <artifactId>log4j</artifactId>
611           <version>${log4j.version}</version>
612           <type>pom</type>
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>