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