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