fix CCSDK parent poms
[ccsdk/parent.git] / odlparent / binding-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
6
7         <modelVersion>4.0.0</modelVersion>
8         <packaging>pom</packaging>
9         <groupId>org.onap.ccsdk.parent</groupId>
10         <artifactId>binding-parent</artifactId>
11         <version>1.1.0-SNAPSHOT</version>
12
13         <parent>
14                 <groupId>org.opendaylight.mdsal</groupId>
15                 <artifactId>binding-parent</artifactId>
16                 <version>0.12.1</version>
17                 <relativePath />
18         </parent>
19
20
21         <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
22         <url>http://wiki.onap.org</url>
23         <description>Root POM to be used in place of odlparent for CCSDK based projects</description>
24
25
26         <issueManagement>
27                 <system>JIRA</system>
28                 <url>https://jira.onap.org/</url>
29         </issueManagement>
30
31         <properties>
32
33                 <!-- properties from oparent -->
34                 <maven.compiler.source>1.8</maven.compiler.source>
35                 <maven.compiler.target>1.8</maven.compiler.target>
36                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37                 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
38                 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
39                 <!-- sitePath may be overridden in the inheriting POM if desired -->
40                 <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
41                 <jacoco.version>0.7.7.201606060606</jacoco.version>
42                 <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
43                 <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
44                 <!-- Default Sonar configuration -->
45                 <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec</sonar.jacoco.reportPaths>
46                 <!-- Note: This list should match jacoco-maven-plugin's exclusion list 
47                         below -->
48                 <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
49                 <!-- If following file exist, auto-generation of swagger.json will be done -->
50                 <swagger-properties>${basedir}/src/main/resources/swagger.properties</swagger-properties>
51                 <!-- If following file exist, auto-generation of sdk will be done -->
52                 <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json>
53                 <!-- end of properties from oparent -->
54
55                 <!-- ONAP repositories -->
56                 <onap.nexus.host>nexus.onap.org</onap.nexus.host>
57                 <onap.nexus.port>443</onap.nexus.port>
58                 <onap.nexus.protocol>https</onap.nexus.protocol>
59                 <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
60                 <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
61                 <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
62                 <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
63                 <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
64                 <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
65
66
67                 <!-- OpenDaylight repositories -->
68                 <opendaylight.nexus.public-url>https://nexus.opendaylight.org/content/repositories/public/</opendaylight.nexus.public-url>
69                 <opendaylight.nexus.snapshot-url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</opendaylight.nexus.snapshot-url>
70
71
72                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
73                 <java.version.source>1.8</java.version.source>
74                 <java.version.target>1.8</java.version.target>
75                 <bundle.plugin.version>2.5.0</bundle.plugin.version>
76                 <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
77                 <features.file>features.xml</features.file>
78                 <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
79                 <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
80                 <checkstyle.skip>true</checkstyle.skip>
81
82
83                 <sonar.language>java</sonar.language>
84                 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
85                 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
86                 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
87                 <sonar.projectVersion>${project.version}</sonar.projectVersion>
88
89
90
91
92                 <!-- CCSDK component versions -->
93                 <ccsdk.sli.core.version>0.3.0-SNAPSHOT</ccsdk.sli.core.version>
94                 <ccsdk.sli.adaptors.version>0.3.0-SNAPSHOT</ccsdk.sli.adaptors.version>
95                 <ccsdk.sli.northbound.version>0.3.0-SNAPSHOT</ccsdk.sli.northbound.version>
96                 <ccsdk.sli.plugins.version>0.3.0-SNAPSHOT</ccsdk.sli.plugins.version>
97                 <ccsdk.distribution.version>0.3.0-SNAPSHOT</ccsdk.distribution.version>
98                 <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
99                 <sdnctl.aai.service.version>${ccsdk.sli.adaptors.version}</sdnctl.aai.service.version>
100                 <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
101                 <sdnctl.mdsal.resource.version>${ccsdk.sli.adaptors.version}</sdnctl.mdsal.resource.version>
102                 <sdnctl.slipluginutils.version>${ccsdk.sli.core.version}</sdnctl.slipluginutils.version>
103
104
105                 <!-- Support libraries used by OpenDaylight -->
106                 <odl.mdsal.version>1.7.1</odl.mdsal.version>
107                 <odl.mdsal.model.version>0.12.1</odl.mdsal.model.version>
108                 <!-- Used by aaa, vtn -->
109                 <commons.codec.version>1.10</commons.codec.version>
110                 <!-- Used by netconf, ovsdb -->
111                 <commons.lang3.version>3.7</commons.lang3.version>
112                 <!-- Used by sfc, snmp4sdn; see also affinity, toolkit -->
113                 <commons.lang.version>2.6</commons.lang.version>
114                 <!-- Used by neutron; see also controller, vtn -->
115                 <commons.net.version>3.6</commons.net.version>
116                 <!-- Used by neutron -->
117                 <eclipse.persistence.version>2.7.1</eclipse.persistence.version>
118                 <!-- Used by aaa -->
119                 <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version>
120                 <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
121                 <gson.version>2.8.2</gson.version>
122                 <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
123                 <guava.version>23.6</guava.version>
124                 <!-- Used by lispflowmapping, sxp, vtn/manager -->
125                 <hamcrest.version>1.3.1</hamcrest.version>
126                 <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, 
127                         integration/distribution, snmp4sdn, toolkit, ttp -->
128                 <jackson.version>2.3.2</jackson.version>
129                 <!-- Used by snmp4sdn, yangtools -->
130                 <javassist.version>3.20.0-GA</javassist.version>
131
132                 <!-- FIXME remove all dependencies for jersey 1.17 after migration all 
133                         projects -->
134                 <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, 
135                         snmp4sdn, toolkit -->
136                 <jersey.version>1.19.4</jersey.version>
137                 <!-- Used by sfc -->
138                 <jersey.client.version>1.19.4</jersey.client.version>
139
140                 <!-- New packages for jersey migration 1.17 to 2.8 -->
141                 <!-- appache.geronimo.bundle for DocGen -->
142                 <!-- Used by aaa, iotdm, netconf, ovsdb, sfc -->
143                 <org.json.version>20131018</org.json.version>
144
145                 <!-- Used by sfc -->
146                 <jettison.version>1.3.8</jettison.version>
147                 <!-- Used by persistence -->
148                 <jsr305.api.version>3.0.0</jsr305.api.version>
149                 <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560 
150                         is fixed (either in PowerMock or with a new JUnit release) -->
151                 <!-- Used everywhere -->
152                 <junit.version>4.11</junit.version>
153                 <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
154                 <logback.version>1.2.3</logback.version>
155                 <!-- Used by nic, sfc, sxp, tsdr -->
156                 <mockito.version>1.10.19</mockito.version>
157                 <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
158                 <netty.version>4.1.22.Final</netty.version>
159                 <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, 
160                         toolkit -->
161                 <slf4j.version>1.7.25</slf4j.version>
162                 <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, 
163                         tsdr, ttp -->
164                 <spring.version>3.2.17.RELEASE</spring.version>
165
166
167
168                 <!-- Extra support libraries used by SDN-C -->
169                 <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
170                 <jackson-annotations-version>${jackson.version}</jackson-annotations-version>
171                 <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version>
172                 <apache.httpcomponents.core.version>4.4.4</apache.httpcomponents.core.version>
173                 <apache.httpcomponents.client.version>4.5.2</apache.httpcomponents.client.version>
174                 <antlr.version>4.7.1</antlr.version>
175                 <mysql.connector.version>5.1.39</mysql.connector.version>
176                 <mariadb.connector.version>2.1.1</mariadb.connector.version>
177                 <h2database.version>1.4.196</h2database.version>
178                 <derby.version>10.14.2.0</derby.version>
179
180                 <eelf.version>1.0.0</eelf.version>
181                 <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
182
183                 <tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
184         </properties>
185
186         <profiles>
187                 <!-- Profiles from ONAP oparent -->
188                 <profile>
189                         <id>generate-json</id>
190                         <activation>
191                                 <file>
192                                         <exists>${swagger-properties}</exists>
193                                 </file>
194                                 <property>
195                                         <name>swagger-sdk.generate-json</name>
196                                 </property>
197                         </activation>
198                         <build>
199                                 <plugins>
200                                         <plugin>
201                                                 <groupId>org.codehaus.mojo</groupId>
202                                                 <artifactId>properties-maven-plugin</artifactId>
203                                                 <version>1.0.0</version>
204                                                 <executions>
205                                                         <execution>
206                                                                 <phase>initialize</phase>
207                                                                 <goals>
208                                                                         <goal>read-project-properties</goal>
209                                                                 </goals>
210                                                                 <configuration>
211                                                                         <files>
212                                                                                 <file>${basedir}/src/main/resources/swagger.properties</file>
213                                                                         </files>
214                                                                 </configuration>
215                                                         </execution>
216                                                 </executions>
217                                         </plugin>
218                                         <plugin>
219                                                 <groupId>com.github.kongchen</groupId>
220                                                 <artifactId>swagger-maven-plugin</artifactId>
221                                                 <version>3.1.4</version>
222                                                 <configuration>
223                                                         <apiSources>
224                                                                 <apiSource>
225                                                                         <locations>${api-rest-package}</locations>
226                                                                         <schemes>http,https</schemes>
227                                                                         <host>${api-host-ip}:${api-host-port}</host>
228                                                                         <basePath>${api-base-path}</basePath>
229                                                                         <info>
230                                                                                 <title>${api-title}</title>
231                                                                                 <version>${api-version}</version>
232                                                                                 <description>${api-description}</description>
233                                                                                 <license>
234                                                                                         <name>${api-license}</name>
235                                                                                 </license>
236                                                                         </info>
237                                                                         <swaggerDirectory>${basedir}/src/main/resources</swaggerDirectory>
238                                                                 </apiSource>
239                                                         </apiSources>
240                                                 </configuration>
241                                                 <executions>
242                                                         <execution>
243                                                                 <phase>compile</phase>
244                                                                 <goals>
245                                                                         <goal>generate</goal>
246                                                                 </goals>
247                                                         </execution>
248                                                 </executions>
249                                         </plugin>
250                                         <plugin>
251                                                 <groupId>org.apache.maven.plugins</groupId>
252                                                 <artifactId>maven-install-plugin</artifactId>
253                                                 <version>2.3.1</version>
254                                                 <executions>
255                                                         <execution>
256                                                                 <id>install-file-id</id>
257                                                                 <phase>install</phase>
258                                                                 <goals>
259                                                                         <goal>install-file</goal>
260                                                                 </goals>
261                                                                 <configuration>
262                                                                         <file>${basedir}/src/main/resources/swagger.json</file>
263                                                                         <groupId>${project.groupId}</groupId>
264                                                                         <artifactId>${project.artifactId}-swagger-schema</artifactId>
265                                                                         <version>${project.version}</version>
266                                                                         <packaging>json</packaging>
267                                                                 </configuration>
268                                                         </execution>
269                                                 </executions>
270                                         </plugin>
271                                 </plugins>
272                         </build>
273                 </profile>
274                 <profile>
275                         <id>generate-sdk</id>
276                         <activation>
277                                 <file>
278                                         <exists>${swagger-json}</exists>
279                                 </file>
280                                 <property>
281                                         <name>swagger-sdk.generate-java-sdk</name>
282                                 </property>
283                         </activation>
284                         <build>
285                                 <plugins>
286                                         <plugin>
287                                                 <groupId>org.apache.maven.plugins</groupId>
288                                                 <artifactId>maven-antrun-plugin</artifactId>
289                                                 <version>1.8</version>
290                                                 <executions>
291                                                         <execution>
292                                                                 <phase>initialize</phase>
293                                                                 <id>ant-create-script</id>
294                                                                 <configuration>
295                                                                         <exportAntProperties>true</exportAntProperties>
296                                                                         <tasks>
297
298                                                                                 <taskdef resource="net/sf/antcontrib/antlib.xml"
299                                                                                         classpathref="maven.plugin.classpath" />
300                                                                                 <condition property="is_windows" value="true">
301                                                                                         <os family="windows" />
302                                                                                 </condition>
303                                                                                 <condition property="isLinux" value="true">
304                                                                                         <os family="unix" />
305                                                                                 </condition>
306                                                                                 <if>
307                                                                                         <equals arg1="${is_windows}" arg2="true" />
308                                                                                         <then>
309                                                                                                 <property name="swagger.sdk.script.file"
310                                                                                                         value="generated-source-script.bat" />
311                                                                                                 <echo
312                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.bat"
313                                                                                                         append="true"
314                                                                                                         message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}" />
315                                                                                                 <echo
316                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.bat"
317                                                                                                         append="true"
318                                                                                                         message="mvn clean install -Dmaven.test.skip=true${line.separator}" />
319                                                                                         </then>
320                                                                                         <else>
321                                                                                                 <property name="swagger.sdk.script.file"
322                                                                                                         value="generated-source-script.sh" />
323                                                                                                 <echo
324                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
325                                                                                                         append="true"
326                                                                                                         message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}" />
327                                                                                                 <echo
328                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
329                                                                                                         append="true"
330                                                                                                         message="mvn clean install -Dmaven.test.skip=true${line.separator}" />
331                                                                                                 <chmod
332                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
333                                                                                                         perm="755" />
334                                                                                         </else>
335                                                                                 </if>
336                                                                         </tasks>
337                                                                 </configuration>
338                                                                 <goals>
339                                                                         <goal>run</goal>
340                                                                 </goals>
341                                                         </execution>
342                                                 </executions>
343                                                 <dependencies>
344                                                         <dependency>
345                                                                 <groupId>ant-contrib</groupId>
346                                                                 <artifactId>ant-contrib</artifactId>
347                                                                 <version>1.0b3</version>
348                                                                 <exclusions>
349                                                                         <exclusion>
350                                                                                 <artifactId>ant</artifactId>
351                                                                                 <groupId>ant</groupId>
352                                                                         </exclusion>
353                                                                 </exclusions>
354                                                         </dependency>
355                                                 </dependencies>
356                                         </plugin>
357                                         <plugin>
358                                                 <groupId>io.swagger</groupId>
359                                                 <artifactId>swagger-codegen-maven-plugin</artifactId>
360                                                 <version>2.2.1</version>
361                                                 <executions>
362                                                         <execution>
363                                                                 <goals>
364                                                                         <goal>generate</goal>
365                                                                 </goals>
366                                                                 <configuration>
367                                                                         <inputSpec>${basedir}/src/main/resources/swagger.json</inputSpec>
368                                                                         <output>${project.build.directory}/generated-sources</output>
369                                                                         <language>java</language>
370                                                                         <configOptions>
371                                                                                 <dateLibrary>joda</dateLibrary>
372                                                                         </configOptions>
373                                                                         <library>jersey2</library>
374                                                                         <groupId>${project.groupId}</groupId>
375                                                                         <artifactId>${project.artifactId}-java-sdk</artifactId>
376                                                                         <artifactVersion>${project.version}</artifactVersion>
377                                                                         <modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
378                                                                         <apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>
379                                                                         <invokerPackage>${project.groupId}.${project.artifactId}.client.invoker</invokerPackage>
380                                                                 </configuration>
381                                                         </execution>
382                                                 </executions>
383                                         </plugin>
384                                         <plugin>
385                                                 <artifactId>exec-maven-plugin</artifactId>
386                                                 <groupId>org.codehaus.mojo</groupId>
387                                                 <version>1.5.0</version>
388                                                 <executions>
389                                                         <execution>
390                                                                 <id>swagger-generate-sources</id>
391                                                                 <phase>generate-sources</phase>
392                                                                 <goals>
393                                                                         <goal>exec</goal>
394                                                                 </goals>
395                                                                 <configuration>
396                                                                         <executable>${project.build.directory}${file.separator}${swagger.sdk.script.file}</executable>
397                                                                 </configuration>
398                                                         </execution>
399                                                 </executions>
400                                         </plugin>
401                                         <plugin>
402                                                 <groupId>org.apache.maven.plugins</groupId>
403                                                 <artifactId>maven-clean-plugin</artifactId>
404                                                 <version>3.0.0</version>
405                                                 <executions>
406                                                         <execution>
407                                                                 <id>clean-generated-files</id>
408                                                                 <phase>generate-sources</phase>
409                                                                 <goals>
410                                                                         <goal>clean</goal>
411                                                                 </goals>
412                                                                 <configuration>
413                                                                         <filesets>
414                                                                                 <fileset>
415                                                                                         <directory>${project.build.directory}/generated-sources</directory>
416                                                                                 </fileset>
417                                                                         </filesets>
418                                                                 </configuration>
419                                                         </execution>
420                                                 </executions>
421                                         </plugin>
422                                 </plugins>
423                         </build>
424                         <dependencies>
425                                 <dependency>
426                                         <groupId>org.onap.msb.swagger-sdk</groupId>
427                                         <artifactId>swagger-sdk</artifactId>
428                                         <version>1.0.0</version>
429                                 </dependency>
430                         </dependencies>
431                 </profile>
432
433                 <!-- End of profiles from ONAP oparent -->
434
435                 <profile>
436                         <activation>
437                                 <file>
438                                         <exists>src/main/yang</exists>
439                                 </file>
440                         </activation>
441                         <build>
442                                 <plugins>
443                                         <plugin>
444                                                 <groupId>org.opendaylight.yangtools</groupId>
445                                                 <artifactId>yang-maven-plugin</artifactId>
446                                                 <dependencies>
447                                                         <dependency>
448                                                                 <groupId>org.opendaylight.mdsal</groupId>
449                                                                 <artifactId>maven-sal-api-gen-plugin</artifactId>
450                                                                 <version>0.12.1</version>
451                                                                 <type>jar</type>
452                                                         </dependency>
453                                                         <dependency>
454                                                                 <groupId>org.opendaylight.netconf</groupId>
455                                                                 <artifactId>sal-rest-docgen-maven</artifactId>
456                                                                 <version>${odl.mdsal.version}</version>
457                                                                 <type>jar</type>
458                                                         </dependency>
459                                                 </dependencies>
460                                                 <executions>
461                                                         <execution>
462                                                                 <goals>
463                                                                         <goal>generate-sources</goal>
464                                                                 </goals>
465                                                                 <configuration>
466                                                                         <yangFilesRootDir>${yang.file.directory}</yangFilesRootDir>
467                                                                         <codeGenerators>
468                                                                                 <generator>
469                                                                                         <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
470                                                                                         <outputBaseDir>${salGeneratorPath}</outputBaseDir>
471                                                                                 </generator>
472                                                                                 <generator>
473                                                                                         <codeGeneratorClass>org.opendaylight.netconf.sal.rest.doc.maven.StaticDocGenerator</codeGeneratorClass>
474                                                                                         <outputBaseDir>target/swagger</outputBaseDir>
475                                                                                 </generator>
476                                                                         </codeGenerators>
477                                                                         <inspectDependencies>true</inspectDependencies>
478                                                                 </configuration>
479                                                         </execution>
480                                                 </executions>
481                                         </plugin>
482                                 </plugins>
483                         </build>
484                 </profile>
485
486         </profiles>
487
488
489         <dependencyManagement>
490                 <dependencies>
491                         <dependency>
492                                 <groupId>org.opendaylight.controller</groupId>
493                                 <artifactId>mdsal-artifacts</artifactId>
494                                 <version>${odl.mdsal.version}</version>
495                                 <type>pom</type>
496                                 <scope>import</scope>
497                         </dependency>
498                         <dependency>
499                                 <groupId>org.opendaylight.mdsal.model</groupId>
500                                 <artifactId>mdsal-model-artifacts</artifactId>
501                                 <version>${odl.mdsal.model.version}</version>
502                                 <type>pom</type>
503                                 <scope>import</scope>
504                         </dependency>
505                         <dependency>
506                                 <groupId>org.opendaylight.controller</groupId>
507                                 <artifactId>sal-binding-config</artifactId>
508                                 <version>${odl.mdsal.version}</version>
509                         </dependency>
510
511                         <dependency>
512                                 <groupId>org.opendaylight.controller</groupId>
513                                 <artifactId>sal-test-model</artifactId>
514                                 <version>${odl.mdsal.version}</version>
515                         </dependency>
516                         <dependency>
517                                 <groupId>org.opendaylight.netconf</groupId>
518                                 <artifactId>sal-rest-connector</artifactId>
519                                 <version>${odl.mdsal.version}</version>
520                         </dependency>
521
522                         <dependency>
523                                 <groupId>org.opendaylight.controller</groupId>
524                                 <artifactId>sal-binding-broker-impl</artifactId>
525                                 <version>${odl.mdsal.version}</version>
526                         </dependency>
527                         <dependency>
528                                 <groupId>org.opendaylight.controller</groupId>
529                                 <artifactId>sal-binding-broker-impl</artifactId>
530                                 <version>${odl.mdsal.version}</version>
531                                 <type>test-jar</type>
532                                 <classifier>tests</classifier>
533                                 <scope>test</scope>
534                         </dependency>
535                         <dependency>
536                                 <groupId>org.onap.ccsdk.sli.core</groupId>
537                                 <artifactId>sli-common</artifactId>
538                                 <version>${ccsdk.sli.core.version}</version>
539                         </dependency>
540
541                         <dependency>
542                                 <groupId>org.onap.ccsdk.sli.core</groupId>
543                                 <artifactId>sli-provider</artifactId>
544                                 <version>${ccsdk.sli.core.version}</version>
545                         </dependency>
546                         <dependency>
547                                 <groupId>org.onap.ccsdk.sli.core</groupId>
548                                 <artifactId>ccsdk-sli</artifactId>
549                                 <version>${ccsdk.sli.core.version}</version>
550                                 <type>xml</type>
551                                 <classifier>features</classifier>
552                         </dependency>
553                         <dependency>
554                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
555                                 <artifactId>aai-service-provider</artifactId>
556                                 <version>${sdnctl.aai.service.version}</version>
557                         </dependency>
558
559                         <dependency>
560                                 <groupId>org.onap.ccsdk.sli.core</groupId>
561                                 <artifactId>dblib-provider</artifactId>
562                                 <version>${sdnctl.dblib.version}</version>
563                         </dependency>
564
565                         <dependency>
566                                 <groupId>org.testng</groupId>
567                                 <artifactId>testng</artifactId>
568                                 <version>6.11</version>
569                         </dependency>
570                         <dependency>
571                                 <groupId>org.springframework</groupId>
572                                 <artifactId>spring-test</artifactId>
573                                 <version>${spring.version}</version>
574                         </dependency>
575                         <dependency>
576                                 <groupId>org.springframework</groupId>
577                                 <artifactId>spring-beans</artifactId>
578                                 <version>${spring.version}</version>
579                         </dependency>
580                         <dependency>
581                                 <groupId>org.springframework</groupId>
582                                 <artifactId>spring-context</artifactId>
583                                 <version>${spring.version}</version>
584                         </dependency>
585                         <dependency>
586                                 <groupId>com.att.eelf</groupId>
587                                 <artifactId>eelf-core</artifactId>
588                                 <version>${eelf.version}</version>
589                         </dependency>
590                         <dependency>
591                                 <groupId>org.apache.derby</groupId>
592                                 <artifactId>derby</artifactId>
593                                 <version>${derby.version}</version>
594                                 <scope>test</scope>
595                         </dependency>
596                 </dependencies>
597
598         </dependencyManagement>
599
600
601         <reporting>
602                 <plugins>
603                         <plugin>
604                                 <artifactId>maven-javadoc-plugin</artifactId>
605                                 <version>2.10.4</version>
606                                 <configuration>
607                                         <failOnError>false</failOnError>
608                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
609                                         <docletArtifact>
610                                                 <groupId>org.umlgraph</groupId>
611                                                 <artifactId>umlgraph</artifactId>
612                                                 <version>5.6</version>
613                                         </docletArtifact>
614                                         <additionalparam>-views</additionalparam>
615                                         <useStandardDocletOptions>true</useStandardDocletOptions>
616                                         <excludePackageNames>org.opendaylight.*</excludePackageNames>
617                                         <additionalDependencies>
618                                                 <additionalDependency>
619                                                         <groupId>org.slf4j</groupId>
620                                                         <artifactId>slf4j-api</artifactId>
621                                                         <version>${slf4j.version}</version>
622                                                 </additionalDependency>
623                                                 <additionalDependency>
624                                                         <groupId>org.antlr</groupId>
625                                                         <artifactId>antlr4</artifactId>
626                                                         <version>${antlr.version}</version>
627                                                 </additionalDependency>
628                                                 <additionalDependency>
629                                                         <groupId>org.antlr</groupId>
630                                                         <artifactId>antlr4-runtime</artifactId>
631                                                         <version>${antlr.version}</version>
632                                                 </additionalDependency>
633
634                                                 <additionalDependency>
635                                                         <groupId>com.sun.jersey</groupId>
636                                                         <artifactId>jersey-client</artifactId>
637                                                         <version>${jersey.json.version}</version>
638                                                 </additionalDependency>
639                                                 <additionalDependency>
640                                                         <groupId>com.sun.jersey</groupId>
641                                                         <artifactId>jersey-core</artifactId>
642                                                         <version>${jersey.json.version}</version>
643                                                 </additionalDependency>
644                                                 <additionalDependency>
645                                                         <groupId>org.apache.httpcomponents</groupId>
646                                                         <artifactId>httpcore-osgi</artifactId>
647                                                         <version>${apache.httpcomponents.core.version}</version>
648                                                 </additionalDependency>
649                                                 <additionalDependency>
650                                                         <groupId>org.apache.httpcomponents</groupId>
651                                                         <artifactId>httpclient-osgi</artifactId>
652                                                         <version>${apache.httpcomponents.client.version}</version>
653                                                 </additionalDependency>
654                                                 <additionalDependency>
655                                                         <groupId>com.fasterxml.jackson.core</groupId>
656                                                         <artifactId>jackson-databind</artifactId>
657                                                         <version>${fasterxml.jackson.version}</version>
658                                                 </additionalDependency>
659                                                 <additionalDependency>
660                                                         <groupId>com.fasterxml.jackson.core</groupId>
661                                                         <artifactId>jackson-annotations</artifactId>
662                                                         <version>${fasterxml.jackson.version}</version>
663                                                 </additionalDependency>
664                                                 <additionalDependency>
665                                                         <groupId>com.fasterxml.jackson.core</groupId>
666                                                         <artifactId>jackson-core</artifactId>
667                                                         <version>${fasterxml.jackson.version}</version>
668                                                 </additionalDependency>
669                                                 <additionalDependency>
670                                                         <groupId>commons-lang</groupId>
671                                                         <artifactId>commons-lang</artifactId>
672                                                         <version>${commons.lang.version}</version>
673                                                 </additionalDependency>
674                                         </additionalDependencies>
675                                 </configuration>
676                                 <reportSets>
677                                         <reportSet>
678                                                 <reports>
679                                                         <report>javadoc-no-fork</report>
680                                                         <report>test-javadoc-no-fork</report>
681                                                 </reports>
682                                         </reportSet>
683                                         <reportSet>
684                                                 <id>aggregate</id>
685                                                 <reports>
686                                                         <report>aggregate</report>
687                                                         <report>test-aggregate</report>
688                                                 </reports>
689                                         </reportSet>
690                                 </reportSets>
691                         </plugin>
692                         <plugin>
693                                 <groupId>org.apache.maven.plugins</groupId>
694                                 <artifactId>maven-jxr-plugin</artifactId>
695                                 <version>2.3</version>
696                                 <reportSets>
697                                         <reportSet>
698                                                 <id>aggregate</id>
699                                                 <reports>
700                                                         <report>aggregate</report>
701                                                         <report>test-aggregate</report>
702                                                 </reports>
703                                         </reportSet>
704                                 </reportSets>
705                         </plugin>
706
707                         <plugin>
708                                 <artifactId>maven-surefire-plugin</artifactId>
709                                 <version>2.17</version>
710                         </plugin>
711                         <plugin>
712                                 <groupId>org.apache.maven.plugins</groupId>
713                                 <artifactId>maven-changelog-plugin</artifactId>
714                                 <version>2.3</version>
715                                 <reportSets>
716                                         <reportSet>
717                                                 <id>dual-report</id>
718                                                 <configuration>
719                                                         <type>range</type>
720                                                         <range>30</range>
721                                                 </configuration>
722                                                 <reports>
723                                                         <report>changelog</report>
724                                                         <report>file-activity</report>
725                                                 </reports>
726                                         </reportSet>
727                                 </reportSets>
728                         </plugin>
729                         <plugin>
730                                 <groupId>org.codehaus.mojo</groupId>
731                                 <artifactId>taglist-maven-plugin</artifactId>
732                                 <version>2.4</version>
733                         </plugin>
734                 </plugins>
735         </reporting>
736
737
738         <pluginRepositories>
739                 <pluginRepository>
740                         <id>onap-public</id>
741                         <url>${onap.nexus.public-url}</url>
742                         <releases>
743                                 <enabled>true</enabled>
744                         </releases>
745                         <snapshots>
746                                 <enabled>true</enabled>
747                         </snapshots>
748                 </pluginRepository>
749                 <pluginRepository>
750                         <id>onap-staging</id>
751                         <url>${onap.nexus.staging-url}</url>
752                         <releases>
753                                 <enabled>true</enabled>
754                         </releases>
755                         <snapshots>
756                                 <enabled>true</enabled>
757                         </snapshots>
758                 </pluginRepository>
759                 <pluginRepository>
760                         <id>onap-snapshot</id>
761                         <url>${onap.nexus.snapshot-url}</url>
762                         <releases>
763                                 <enabled>false</enabled>
764                         </releases>
765                         <snapshots>
766                                 <enabled>true</enabled>
767                         </snapshots>
768                 </pluginRepository>
769                 <pluginRepository>
770                         <id>opendaylight-mirror</id>
771                         <name>opendaylight-mirror</name>
772                         <url>${opendaylight.nexus.public-url}</url>
773                         <releases>
774                                 <enabled>true</enabled>
775                                 <updatePolicy>never</updatePolicy>
776                         </releases>
777                         <snapshots>
778                                 <enabled>false</enabled>
779                         </snapshots>
780                 </pluginRepository>
781                 <pluginRepository>
782                         <id>opendaylight-snapshot</id>
783                         <name>opendaylight-snapshot</name>
784                         <url>${opendaylight.nexus.snapshot-url}</url>
785                         <releases>
786                                 <enabled>false</enabled>
787                         </releases>
788                         <snapshots>
789                                 <enabled>true</enabled>
790                         </snapshots>
791                 </pluginRepository>
792                 <!-- Black Duck plugin dependencies -->
793                 <pluginRepository>
794                         <id>JCenter</id>
795                         <name>JCenter Repository</name>
796                         <url>http://jcenter.bintray.com</url>
797                 </pluginRepository>
798
799                 <pluginRepository>
800                         <id>Restlet</id>
801                         <name>Restlet Repository</name>
802                         <url>http://maven.restlet.com</url>
803                 </pluginRepository>
804         </pluginRepositories>
805
806
807         <repositories>
808                 <repository>
809                         <id>onap-public</id>
810                         <url>https://nexus.onap.org/content/groups/public</url>
811                         <releases>
812                                 <enabled>true</enabled>
813                                 <updatePolicy>never</updatePolicy>
814                         </releases>
815                         <snapshots>
816                                 <enabled>true</enabled>
817                                 <updatePolicy>always</updatePolicy>
818                         </snapshots>
819                 </repository>
820                 <repository>
821                         <id>onap-staging</id>
822                         <url>https://nexus.onap.org/content/groups/staging</url>
823                         <releases>
824                                 <enabled>true</enabled>
825                                 <updatePolicy>never</updatePolicy>
826                         </releases>
827                         <snapshots>
828                                 <enabled>true</enabled>
829                                 <updatePolicy>always</updatePolicy>
830                         </snapshots>
831                 </repository>
832                 <repository>
833                         <id>ecomp-release</id>
834                         <name>onap-repository-releases</name>
835                         <url>https://nexus.onap.org/content/repositories/releases</url>
836                         <releases>
837                                 <enabled>true</enabled>
838                                 <updatePolicy>never</updatePolicy>
839                         </releases>
840                         <snapshots>
841                                 <enabled>false</enabled>
842                         </snapshots>
843                 </repository>
844                 <repository>
845                         <id>ecomp-snapshot</id>
846                         <name>onap-repository-snapshots</name>
847                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
848                         <releases>
849                                 <enabled>false</enabled>
850                         </releases>
851                         <snapshots>
852                                 <enabled>true</enabled>
853                         </snapshots>
854                 </repository>
855                 <repository>
856                         <id>opendaylight-mirror</id>
857                         <name>opendaylight-mirror</name>
858                         <url>https://nexus.opendaylight.org/content/repositories/public/</url>
859                         <releases>
860                                 <enabled>true</enabled>
861                                 <updatePolicy>never</updatePolicy>
862                         </releases>
863                         <snapshots>
864                                 <enabled>false</enabled>
865                         </snapshots>
866                 </repository>
867                 <repository>
868                         <id>opendaylight-snapshot</id>
869                         <name>opendaylight-snapshot</name>
870                         <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
871                         <releases>
872                                 <enabled>false</enabled>
873                         </releases>
874                         <snapshots>
875                                 <enabled>true</enabled>
876                         </snapshots>
877                 </repository>
878
879         </repositories>
880
881         <distributionManagement>
882                 <repository>
883                         <id>ecomp-releases</id>
884                         <url>http://nexus.onap.org/content/repositories/releases</url>
885                 </repository>
886                 <snapshotRepository>
887                         <id>ecomp-snapshots</id>
888                         <url>http://nexus.onap.org/content/repositories/snapshots</url>
889                 </snapshotRepository>
890         </distributionManagement>
891
892         <build>
893                 <pluginManagement>
894                         <plugins>
895
896                                 <!-- Plugins from ONAP oparent -->
897                                 <plugin>
898                                         <groupId>org.apache.maven.plugins</groupId>
899                                         <artifactId>maven-deploy-plugin</artifactId>
900                                         <!-- This version supports the "deployAtEnd" parameter -->
901                                         <version>2.8</version>
902                                         <configuration>
903                                                 <skip />
904                                         </configuration>
905                                 </plugin>
906
907                                 <plugin>
908                                         <groupId>org.apache.maven.plugins</groupId>
909                                         <artifactId>maven-site-plugin</artifactId>
910                                         <version>3.6</version>
911                                         <dependencies>
912                                                 <dependency>
913                                                         <groupId>org.apache.maven.wagon</groupId>
914                                                         <artifactId>wagon-webdav-jackrabbit</artifactId>
915                                                         <version>2.10</version>
916                                                 </dependency>
917                                                 <dependency>
918                                                         <groupId>org.apache.maven.doxia</groupId>
919                                                         <artifactId>doxia-core</artifactId>
920                                                         <version>1.7</version>
921                                                 </dependency>
922                                                 <dependency>
923                                                         <groupId>org.apache.maven.doxia</groupId>
924                                                         <artifactId>doxia-sink-api</artifactId>
925                                                         <version>1.7</version>
926                                                 </dependency>
927                                                 <dependency>
928                                                         <groupId>org.apache.maven.doxia</groupId>
929                                                         <artifactId>doxia-logging-api</artifactId>
930                                                         <version>1.7</version>
931                                                 </dependency>
932                                         </dependencies>
933                                         <executions>
934                                                 <execution>
935                                                         <id>attach-descriptor</id>
936                                                         <goals>
937                                                                 <goal>attach-descriptor</goal>
938                                                         </goals>
939                                                 </execution>
940                                         </executions>
941                                 </plugin>
942                                 <plugin>
943                                         <artifactId>maven-checkstyle-plugin</artifactId>
944                                         <version>2.17</version>
945                                         <dependencies>
946                                                 <dependency>
947                                                         <groupId>org.onap.oparent</groupId>
948                                                         <artifactId>checkstyle</artifactId>
949                                                         <version>1.1.1</version>
950                                                 </dependency>
951                                         </dependencies>
952                                         <executions>
953                                                 <execution>
954                                                         <id>check-license</id>
955                                                         <goals>
956                                                                 <goal>check</goal>
957                                                         </goals>
958                                                         <phase>process-sources</phase>
959                                                         <configuration>
960                                                                 <configLocation>onap-checkstyle/check-license.xml</configLocation>
961                                                                 <headerLocation>onap-checkstyle/apache-license-2.regexp.txt</headerLocation>
962                                                                 <includeResources>false</includeResources>
963                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
964                                                                 <includeTestResources>false</includeTestResources>
965                                                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
966                                                                 <excludes>
967                                                                 </excludes>
968                                                                 <failsOnError>false</failsOnError>
969                                                                 <consoleOutput>true</consoleOutput>
970                                                         </configuration>
971                                                 </execution>
972                                                 <execution>
973                                                         <id>check-style</id>
974                                                         <goals>
975                                                                 <goal>check</goal>
976                                                         </goals>
977                                                         <phase>process-sources</phase>
978                                                         <configuration>
979                                                                 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml 
980                                                                         with minor changes -->
981                                                                 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
982                                                                 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated 
983                                                                         sources directory -->
984                                                                 <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
985                                                                 <includeResources>true</includeResources>
986                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
987                                                                 <includeTestResources>true</includeTestResources>
988                                                                 <excludes>
989                                                                 </excludes>
990                                                                 <failsOnError>false</failsOnError>
991                                                                 <consoleOutput>true</consoleOutput>
992                                                         </configuration>
993                                                 </execution>
994                                         </executions>
995                                 </plugin>
996                                 <plugin>
997                                         <groupId>org.jacoco</groupId>
998                                         <artifactId>jacoco-maven-plugin</artifactId>
999                                         <version>${jacoco.version}</version>
1000                                         <configuration>
1001                                                 <!-- Note: This exclusion list should match <sonar.exclusions> property 
1002                                                         above -->
1003                                                 <excludes>
1004                                                         <exclude>**/gen/**</exclude>
1005                                                         <exclude>**/generated-sources/**</exclude>
1006                                                         <exclude>**/yang-gen/**</exclude>
1007                                                         <exclude>**/pax/**</exclude>
1008                                                 </excludes>
1009                                         </configuration>
1010                                         <executions>
1011                                                 <!-- Prepares the property pointing to the JaCoCo runtime agent which 
1012                                                         is passed as VM argument when Maven the Surefire plugin is executed. -->
1013                                                 <execution>
1014                                                         <id>pre-unit-test</id>
1015                                                         <goals>
1016                                                                 <goal>prepare-agent</goal>
1017                                                         </goals>
1018                                                         <configuration>
1019                                                                 <!-- Sets the path to the file which contains the execution data. -->
1020                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
1021                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
1022                                                                         runtime agent. -->
1023                                                                 <propertyName>surefireArgLine</propertyName>
1024                                                         </configuration>
1025                                                 </execution>
1026                                                 <!-- Ensures that the code coverage report for unit tests is created 
1027                                                         after unit tests have been run. -->
1028                                                 <execution>
1029                                                         <id>post-unit-test</id>
1030                                                         <phase>test</phase>
1031                                                         <goals>
1032                                                                 <goal>report</goal>
1033                                                         </goals>
1034                                                         <configuration>
1035                                                                 <!-- Sets the path to the file which contains the execution data. -->
1036                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
1037                                                                 <!-- Sets the output directory for the code coverage report. -->
1038                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
1039                                                         </configuration>
1040                                                 </execution>
1041                                                 <execution>
1042                                                         <id>pre-integration-test</id>
1043                                                         <phase>pre-integration-test</phase>
1044                                                         <goals>
1045                                                                 <goal>prepare-agent</goal>
1046                                                         </goals>
1047                                                         <configuration>
1048                                                                 <!-- Sets the path to the file which contains the execution data. -->
1049                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
1050                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
1051                                                                         runtime agent. -->
1052                                                                 <propertyName>failsafeArgLine</propertyName>
1053                                                         </configuration>
1054                                                 </execution>
1055                                                 <!-- Ensures that the code coverage report for integration tests after 
1056                                                         integration tests have been run. -->
1057                                                 <execution>
1058                                                         <id>post-integration-test</id>
1059                                                         <phase>post-integration-test</phase>
1060                                                         <goals>
1061                                                                 <goal>report</goal>
1062                                                         </goals>
1063                                                         <configuration>
1064                                                                 <!-- Sets the path to the file which contains the execution data. -->
1065                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
1066                                                                 <!-- Sets the output directory for the code coverage report. -->
1067                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
1068                                                         </configuration>
1069                                                 </execution>
1070                                         </executions>
1071                                 </plugin>
1072                                 <plugin>
1073                                         <groupId>org.apache.maven.plugins</groupId>
1074                                         <artifactId>maven-surefire-plugin</artifactId>
1075                                         <version>2.19.1</version>
1076                                         <configuration>
1077                                                 <!-- Sets the VM argument line used when unit tests are run. -->
1078                                                 <argLine>${surefireArgLine}</argLine>
1079                                                 <!-- Excludes integration tests when unit tests are run. -->
1080                                                 <excludes>
1081                                                         <exclude>**/IT*.java</exclude>
1082                                                 </excludes>
1083                                         </configuration>
1084                                 </plugin>
1085                                 <plugin>
1086                                         <groupId>org.apache.maven.plugins</groupId>
1087                                         <artifactId>maven-failsafe-plugin</artifactId>
1088                                         <version>2.19.1</version>
1089                                         <executions>
1090                                                 <!-- Ensures that both integration-test and verify goals of the Failsafe 
1091                                                         Maven plugin are executed. -->
1092                                                 <execution>
1093                                                         <id>integration-tests</id>
1094                                                         <goals>
1095                                                                 <goal>integration-test</goal>
1096                                                                 <goal>verify</goal>
1097                                                         </goals>
1098                                                         <configuration>
1099                                                                 <!-- Sets the VM argument line used when integration tests are run. -->
1100                                                                 <argLine>${failsafeArgLine}</argLine>
1101                                                         </configuration>
1102                                                 </execution>
1103                                         </executions>
1104                                 </plugin>
1105                                 <plugin>
1106                                         <groupId>org.apache.maven.plugins</groupId>
1107                                         <artifactId>maven-compiler-plugin</artifactId>
1108                                         <version>${maven.compile.plugin.version}</version>
1109                                         <configuration>
1110                                                 <source>${java.version.source}</source>
1111                                                 <target>${java.version.target}</target>
1112                                         </configuration>
1113                                 </plugin>
1114                                 <plugin>
1115                                         <groupId>org.sonarsource.scanner.maven</groupId>
1116                                         <artifactId>sonar-maven-plugin</artifactId>
1117                                         <version>3.3.0.603</version>
1118                                 </plugin>
1119
1120                                 <!-- End of plugins from ONAP oparent -->
1121
1122                                 <plugin>
1123                                         <groupId>org.apache.maven.plugins</groupId>
1124                                         <artifactId>maven-javadoc-plugin</artifactId>
1125                                         <version>2.10</version>
1126                                         <configuration>
1127                                                 <additionalDependencies>
1128                                                         <additionalDependency>
1129                                                                 <groupId>org.slf4j</groupId>
1130                                                                 <artifactId>slf4j-api</artifactId>
1131                                                                 <version>${slf4j.version}</version>
1132                                                         </additionalDependency>
1133                                                         <additionalDependency>
1134                                                                 <groupId>org.antlr</groupId>
1135                                                                 <artifactId>antlr4</artifactId>
1136                                                                 <version>${antlr.version}</version>
1137                                                         </additionalDependency>
1138                                                         <additionalDependency>
1139                                                                 <groupId>org.antlr</groupId>
1140                                                                 <artifactId>antlr4-runtime</artifactId>
1141                                                                 <version>${antlr.version}</version>
1142                                                         </additionalDependency>
1143
1144                                                         <additionalDependency>
1145                                                                 <groupId>com.sun.jersey</groupId>
1146                                                                 <artifactId>jersey-client</artifactId>
1147                                                                 <version>${jersey.client.version}</version>
1148                                                         </additionalDependency>
1149                                                         <additionalDependency>
1150                                                                 <groupId>com.sun.jersey</groupId>
1151                                                                 <artifactId>jersey-core</artifactId>
1152                                                                 <version>${jersey.version}</version>
1153                                                         </additionalDependency>
1154                                                         <additionalDependency>
1155                                                                 <groupId>org.apache.httpcomponents</groupId>
1156                                                                 <artifactId>httpcore-osgi</artifactId>
1157                                                                 <version>${apache.httpcomponents.core.version}</version>
1158                                                         </additionalDependency>
1159                                                         <additionalDependency>
1160                                                                 <groupId>org.apache.httpcomponents</groupId>
1161                                                                 <artifactId>httpclient-osgi</artifactId>
1162                                                                 <version>${apache.httpcomponents.client.version}</version>
1163                                                         </additionalDependency>
1164                                                         <additionalDependency>
1165                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1166                                                                 <artifactId>jackson-databind</artifactId>
1167                                                                 <version>${jackson.version}</version>
1168                                                         </additionalDependency>
1169                                                         <additionalDependency>
1170                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1171                                                                 <artifactId>jackson-annotations</artifactId>
1172                                                                 <version>${jackson.version}</version>
1173                                                         </additionalDependency>
1174                                                         <additionalDependency>
1175                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1176                                                                 <artifactId>jackson-core</artifactId>
1177                                                                 <version>${jackson.version}</version>
1178                                                         </additionalDependency>
1179                                                         <additionalDependency>
1180                                                                 <groupId>commons-lang</groupId>
1181                                                                 <artifactId>commons-lang</artifactId>
1182                                                                 <version>${commons.lang.version}</version>
1183                                                         </additionalDependency>
1184                                                 </additionalDependencies>
1185                                         </configuration>
1186
1187                                         <executions>
1188                                                 <execution>
1189                                                         <id>aggregate</id>
1190                                                         <goals>
1191                                                                 <goal>aggregate</goal>
1192                                                         </goals>
1193                                                         <phase>site</phase>
1194
1195                                                 </execution>
1196                                         </executions>
1197                                 </plugin>
1198
1199                         </plugins>
1200
1201                 </pluginManagement>
1202
1203                 <plugins>
1204                         <!-- Plugins from ONAP oparent -->
1205                         <plugin>
1206                                 <artifactId>maven-checkstyle-plugin</artifactId>
1207                         </plugin>
1208                         <plugin>
1209                                 <groupId>org.codehaus.mojo</groupId>
1210                                 <artifactId>build-helper-maven-plugin</artifactId>
1211                                 <version>1.12</version>
1212                         </plugin>
1213                         <!-- Jacoco / Sonar -->
1214                         <plugin>
1215                                 <groupId>org.jacoco</groupId>
1216                                 <artifactId>jacoco-maven-plugin</artifactId>
1217                         </plugin>
1218                         <plugin>
1219                                 <groupId>org.apache.maven.plugins</groupId>
1220                                 <artifactId>maven-surefire-plugin</artifactId>
1221                         </plugin>
1222                         <plugin>
1223                                 <groupId>org.apache.maven.plugins</groupId>
1224                                 <artifactId>maven-failsafe-plugin</artifactId>
1225                         </plugin>
1226
1227                         <!-- End of plugins from ONAP oparent -->
1228                         <plugin>
1229                                 <groupId>org.codehaus.mojo</groupId>
1230                                 <artifactId>properties-maven-plugin</artifactId>
1231                                 <version>1.0.0</version>
1232                                 <executions>
1233                                         <execution>
1234                                                 <goals>
1235                                                         <goal>set-system-properties</goal>
1236                                                 </goals>
1237                                                 <configuration>
1238                                                         <properties>
1239                                                                 <property>
1240                                                                         <name>maven.wagon.http.ssl.allowall</name>
1241                                                                         <value>${ssl.allowall}</value>
1242                                                                 </property>
1243                                                                 <property>
1244                                                                         <name>maven.wagon.http.ssl.insecure</name>
1245                                                                         <value>${ssl.insecure}</value>
1246                                                                 </property>
1247                                                         </properties>
1248                                                 </configuration>
1249                                         </execution>
1250                                 </executions>
1251                         </plugin>
1252                         <plugin>
1253                                 <groupId>org.sonatype.plugins</groupId>
1254                                 <artifactId>nexus-staging-maven-plugin</artifactId>
1255                                 <version>1.6.7</version>
1256                                 <extensions>true</extensions>
1257                                 <configuration>
1258                                         <nexusUrl>${onap.nexus.url}</nexusUrl>
1259                                         <stagingProfileId>176c31dfe190a</stagingProfileId>
1260                                         <serverId>ecomp-staging</serverId>
1261                                 </configuration>
1262                         </plugin>
1263                         <plugin>
1264                                 <groupId>org.codehaus.mojo</groupId>
1265                                 <artifactId>versions-maven-plugin</artifactId>
1266                                 <version>2.5</version>
1267                                 <configuration>
1268                                         <processAllModules>true</processAllModules>
1269                                 </configuration>
1270                         </plugin>
1271                         <plugin>
1272                                 <artifactId>maven-scm-plugin</artifactId>
1273                                 <version>1.8.1</version>
1274                                 <configuration>
1275                                         <tag>${project.artifactId}-${project.version}</tag>
1276                                 </configuration>
1277                         </plugin>
1278                 </plugins>
1279         </build>
1280         <organization>
1281                 <name>ONAP</name>
1282         </organization>
1283 </project>