Defining glassfish dependency version
[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
185                 <glassfish.version>2.27</glassfish.version>
186         </properties>
187
188         <profiles>
189                 <!-- Profiles from ONAP oparent -->
190                 <profile>
191                         <id>generate-json</id>
192                         <activation>
193                                 <file>
194                                         <exists>${swagger-properties}</exists>
195                                 </file>
196                                 <property>
197                                         <name>swagger-sdk.generate-json</name>
198                                 </property>
199                         </activation>
200                         <build>
201                                 <plugins>
202                                         <plugin>
203                                                 <groupId>org.codehaus.mojo</groupId>
204                                                 <artifactId>properties-maven-plugin</artifactId>
205                                                 <version>1.0.0</version>
206                                                 <executions>
207                                                         <execution>
208                                                                 <phase>initialize</phase>
209                                                                 <goals>
210                                                                         <goal>read-project-properties</goal>
211                                                                 </goals>
212                                                                 <configuration>
213                                                                         <files>
214                                                                                 <file>${basedir}/src/main/resources/swagger.properties</file>
215                                                                         </files>
216                                                                 </configuration>
217                                                         </execution>
218                                                 </executions>
219                                         </plugin>
220                                         <plugin>
221                                                 <groupId>com.github.kongchen</groupId>
222                                                 <artifactId>swagger-maven-plugin</artifactId>
223                                                 <version>3.1.4</version>
224                                                 <configuration>
225                                                         <apiSources>
226                                                                 <apiSource>
227                                                                         <locations>${api-rest-package}</locations>
228                                                                         <schemes>http,https</schemes>
229                                                                         <host>${api-host-ip}:${api-host-port}</host>
230                                                                         <basePath>${api-base-path}</basePath>
231                                                                         <info>
232                                                                                 <title>${api-title}</title>
233                                                                                 <version>${api-version}</version>
234                                                                                 <description>${api-description}</description>
235                                                                                 <license>
236                                                                                         <name>${api-license}</name>
237                                                                                 </license>
238                                                                         </info>
239                                                                         <swaggerDirectory>${basedir}/src/main/resources</swaggerDirectory>
240                                                                 </apiSource>
241                                                         </apiSources>
242                                                 </configuration>
243                                                 <executions>
244                                                         <execution>
245                                                                 <phase>compile</phase>
246                                                                 <goals>
247                                                                         <goal>generate</goal>
248                                                                 </goals>
249                                                         </execution>
250                                                 </executions>
251                                         </plugin>
252                                         <plugin>
253                                                 <groupId>org.apache.maven.plugins</groupId>
254                                                 <artifactId>maven-install-plugin</artifactId>
255                                                 <version>2.3.1</version>
256                                                 <executions>
257                                                         <execution>
258                                                                 <id>install-file-id</id>
259                                                                 <phase>install</phase>
260                                                                 <goals>
261                                                                         <goal>install-file</goal>
262                                                                 </goals>
263                                                                 <configuration>
264                                                                         <file>${basedir}/src/main/resources/swagger.json</file>
265                                                                         <groupId>${project.groupId}</groupId>
266                                                                         <artifactId>${project.artifactId}-swagger-schema</artifactId>
267                                                                         <version>${project.version}</version>
268                                                                         <packaging>json</packaging>
269                                                                 </configuration>
270                                                         </execution>
271                                                 </executions>
272                                         </plugin>
273                                 </plugins>
274                         </build>
275                 </profile>
276                 <profile>
277                         <id>generate-sdk</id>
278                         <activation>
279                                 <file>
280                                         <exists>${swagger-json}</exists>
281                                 </file>
282                                 <property>
283                                         <name>swagger-sdk.generate-java-sdk</name>
284                                 </property>
285                         </activation>
286                         <build>
287                                 <plugins>
288                                         <plugin>
289                                                 <groupId>org.apache.maven.plugins</groupId>
290                                                 <artifactId>maven-antrun-plugin</artifactId>
291                                                 <version>1.8</version>
292                                                 <executions>
293                                                         <execution>
294                                                                 <phase>initialize</phase>
295                                                                 <id>ant-create-script</id>
296                                                                 <configuration>
297                                                                         <exportAntProperties>true</exportAntProperties>
298                                                                         <tasks>
299
300                                                                                 <taskdef resource="net/sf/antcontrib/antlib.xml"
301                                                                                         classpathref="maven.plugin.classpath" />
302                                                                                 <condition property="is_windows" value="true">
303                                                                                         <os family="windows" />
304                                                                                 </condition>
305                                                                                 <condition property="isLinux" value="true">
306                                                                                         <os family="unix" />
307                                                                                 </condition>
308                                                                                 <if>
309                                                                                         <equals arg1="${is_windows}" arg2="true" />
310                                                                                         <then>
311                                                                                                 <property name="swagger.sdk.script.file"
312                                                                                                         value="generated-source-script.bat" />
313                                                                                                 <echo
314                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.bat"
315                                                                                                         append="true"
316                                                                                                         message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}" />
317                                                                                                 <echo
318                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.bat"
319                                                                                                         append="true"
320                                                                                                         message="mvn clean install -Dmaven.test.skip=true${line.separator}" />
321                                                                                         </then>
322                                                                                         <else>
323                                                                                                 <property name="swagger.sdk.script.file"
324                                                                                                         value="generated-source-script.sh" />
325                                                                                                 <echo
326                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
327                                                                                                         append="true"
328                                                                                                         message="cd ${project.build.directory}${file.separator}generated-sources${line.separator}" />
329                                                                                                 <echo
330                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
331                                                                                                         append="true"
332                                                                                                         message="mvn clean install -Dmaven.test.skip=true${line.separator}" />
333                                                                                                 <chmod
334                                                                                                         file="${project.build.directory}${file.separator}generated-source-script.sh"
335                                                                                                         perm="755" />
336                                                                                         </else>
337                                                                                 </if>
338                                                                         </tasks>
339                                                                 </configuration>
340                                                                 <goals>
341                                                                         <goal>run</goal>
342                                                                 </goals>
343                                                         </execution>
344                                                 </executions>
345                                                 <dependencies>
346                                                         <dependency>
347                                                                 <groupId>ant-contrib</groupId>
348                                                                 <artifactId>ant-contrib</artifactId>
349                                                                 <version>1.0b3</version>
350                                                                 <exclusions>
351                                                                         <exclusion>
352                                                                                 <artifactId>ant</artifactId>
353                                                                                 <groupId>ant</groupId>
354                                                                         </exclusion>
355                                                                 </exclusions>
356                                                         </dependency>
357                                                 </dependencies>
358                                         </plugin>
359                                         <plugin>
360                                                 <groupId>io.swagger</groupId>
361                                                 <artifactId>swagger-codegen-maven-plugin</artifactId>
362                                                 <version>2.2.1</version>
363                                                 <executions>
364                                                         <execution>
365                                                                 <goals>
366                                                                         <goal>generate</goal>
367                                                                 </goals>
368                                                                 <configuration>
369                                                                         <inputSpec>${basedir}/src/main/resources/swagger.json</inputSpec>
370                                                                         <output>${project.build.directory}/generated-sources</output>
371                                                                         <language>java</language>
372                                                                         <configOptions>
373                                                                                 <dateLibrary>joda</dateLibrary>
374                                                                         </configOptions>
375                                                                         <library>jersey2</library>
376                                                                         <groupId>${project.groupId}</groupId>
377                                                                         <artifactId>${project.artifactId}-java-sdk</artifactId>
378                                                                         <artifactVersion>${project.version}</artifactVersion>
379                                                                         <modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
380                                                                         <apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>
381                                                                         <invokerPackage>${project.groupId}.${project.artifactId}.client.invoker</invokerPackage>
382                                                                 </configuration>
383                                                         </execution>
384                                                 </executions>
385                                         </plugin>
386                                         <plugin>
387                                                 <artifactId>exec-maven-plugin</artifactId>
388                                                 <groupId>org.codehaus.mojo</groupId>
389                                                 <version>1.5.0</version>
390                                                 <executions>
391                                                         <execution>
392                                                                 <id>swagger-generate-sources</id>
393                                                                 <phase>generate-sources</phase>
394                                                                 <goals>
395                                                                         <goal>exec</goal>
396                                                                 </goals>
397                                                                 <configuration>
398                                                                         <executable>${project.build.directory}${file.separator}${swagger.sdk.script.file}</executable>
399                                                                 </configuration>
400                                                         </execution>
401                                                 </executions>
402                                         </plugin>
403                                         <plugin>
404                                                 <groupId>org.apache.maven.plugins</groupId>
405                                                 <artifactId>maven-clean-plugin</artifactId>
406                                                 <version>3.0.0</version>
407                                                 <executions>
408                                                         <execution>
409                                                                 <id>clean-generated-files</id>
410                                                                 <phase>generate-sources</phase>
411                                                                 <goals>
412                                                                         <goal>clean</goal>
413                                                                 </goals>
414                                                                 <configuration>
415                                                                         <filesets>
416                                                                                 <fileset>
417                                                                                         <directory>${project.build.directory}/generated-sources</directory>
418                                                                                 </fileset>
419                                                                         </filesets>
420                                                                 </configuration>
421                                                         </execution>
422                                                 </executions>
423                                         </plugin>
424                                 </plugins>
425                         </build>
426                         <dependencies>
427                                 <dependency>
428                                         <groupId>org.onap.msb.swagger-sdk</groupId>
429                                         <artifactId>swagger-sdk</artifactId>
430                                         <version>1.0.0</version>
431                                 </dependency>
432                         </dependencies>
433                 </profile>
434
435                 <!-- End of profiles from ONAP oparent -->
436
437                 <profile>
438                         <activation>
439                                 <file>
440                                         <exists>src/main/yang</exists>
441                                 </file>
442                         </activation>
443                         <build>
444                                 <plugins>
445                                         <plugin>
446                                                 <groupId>org.opendaylight.yangtools</groupId>
447                                                 <artifactId>yang-maven-plugin</artifactId>
448                                                 <dependencies>
449                                                         <dependency>
450                                                                 <groupId>org.opendaylight.mdsal</groupId>
451                                                                 <artifactId>maven-sal-api-gen-plugin</artifactId>
452                                                                 <version>0.12.1</version>
453                                                                 <type>jar</type>
454                                                         </dependency>
455                                                         <dependency>
456                                                                 <groupId>org.opendaylight.netconf</groupId>
457                                                                 <artifactId>sal-rest-docgen-maven</artifactId>
458                                                                 <version>${odl.mdsal.version}</version>
459                                                                 <type>jar</type>
460                                                         </dependency>
461                                                 </dependencies>
462                                                 <executions>
463                                                         <execution>
464                                                                 <goals>
465                                                                         <goal>generate-sources</goal>
466                                                                 </goals>
467                                                                 <configuration>
468                                                                         <yangFilesRootDir>${yang.file.directory}</yangFilesRootDir>
469                                                                         <codeGenerators>
470                                                                                 <generator>
471                                                                                         <codeGeneratorClass>org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl</codeGeneratorClass>
472                                                                                         <outputBaseDir>${salGeneratorPath}</outputBaseDir>
473                                                                                 </generator>
474                                                                                 <generator>
475                                                                                         <codeGeneratorClass>org.opendaylight.netconf.sal.rest.doc.maven.StaticDocGenerator</codeGeneratorClass>
476                                                                                         <outputBaseDir>target/swagger</outputBaseDir>
477                                                                                 </generator>
478                                                                         </codeGenerators>
479                                                                         <inspectDependencies>true</inspectDependencies>
480                                                                 </configuration>
481                                                         </execution>
482                                                 </executions>
483                                         </plugin>
484                                 </plugins>
485                         </build>
486                 </profile>
487
488         </profiles>
489
490
491         <dependencyManagement>
492                 <dependencies>
493                         <dependency>
494                                 <groupId>org.opendaylight.controller</groupId>
495                                 <artifactId>mdsal-artifacts</artifactId>
496                                 <version>${odl.mdsal.version}</version>
497                                 <type>pom</type>
498                                 <scope>import</scope>
499                         </dependency>
500                         <dependency>
501                                 <groupId>org.opendaylight.mdsal.model</groupId>
502                                 <artifactId>mdsal-model-artifacts</artifactId>
503                                 <version>${odl.mdsal.model.version}</version>
504                                 <type>pom</type>
505                                 <scope>import</scope>
506                         </dependency>
507                         <dependency>
508                                 <groupId>org.opendaylight.controller</groupId>
509                                 <artifactId>sal-binding-config</artifactId>
510                                 <version>${odl.mdsal.version}</version>
511                         </dependency>
512
513                         <dependency>
514                                 <groupId>org.opendaylight.controller</groupId>
515                                 <artifactId>sal-test-model</artifactId>
516                                 <version>${odl.mdsal.version}</version>
517                         </dependency>
518                         <dependency>
519                                 <groupId>org.opendaylight.netconf</groupId>
520                                 <artifactId>sal-rest-connector</artifactId>
521                                 <version>${odl.mdsal.version}</version>
522                         </dependency>
523
524                         <dependency>
525                                 <groupId>org.opendaylight.controller</groupId>
526                                 <artifactId>sal-binding-broker-impl</artifactId>
527                                 <version>${odl.mdsal.version}</version>
528                         </dependency>
529                         <dependency>
530                                 <groupId>org.opendaylight.controller</groupId>
531                                 <artifactId>sal-binding-broker-impl</artifactId>
532                                 <version>${odl.mdsal.version}</version>
533                                 <type>test-jar</type>
534                                 <classifier>tests</classifier>
535                                 <scope>test</scope>
536                         </dependency>
537                         <dependency>
538                                 <groupId>org.onap.ccsdk.sli.core</groupId>
539                                 <artifactId>sli-common</artifactId>
540                                 <version>${ccsdk.sli.core.version}</version>
541                         </dependency>
542
543                         <dependency>
544                                 <groupId>org.onap.ccsdk.sli.core</groupId>
545                                 <artifactId>sli-provider</artifactId>
546                                 <version>${ccsdk.sli.core.version}</version>
547                         </dependency>
548                         <dependency>
549                                 <groupId>org.onap.ccsdk.sli.core</groupId>
550                                 <artifactId>ccsdk-sli</artifactId>
551                                 <version>${ccsdk.sli.core.version}</version>
552                                 <type>xml</type>
553                                 <classifier>features</classifier>
554                         </dependency>
555                         <dependency>
556                                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
557                                 <artifactId>aai-service-provider</artifactId>
558                                 <version>${sdnctl.aai.service.version}</version>
559                         </dependency>
560
561                         <dependency>
562                                 <groupId>org.onap.ccsdk.sli.core</groupId>
563                                 <artifactId>dblib-provider</artifactId>
564                                 <version>${sdnctl.dblib.version}</version>
565                         </dependency>
566
567                         <dependency>
568                                 <groupId>org.testng</groupId>
569                                 <artifactId>testng</artifactId>
570                                 <version>6.11</version>
571                         </dependency>
572                         <dependency>
573                                 <groupId>org.springframework</groupId>
574                                 <artifactId>spring-test</artifactId>
575                                 <version>${spring.version}</version>
576                         </dependency>
577                         <dependency>
578                                 <groupId>org.springframework</groupId>
579                                 <artifactId>spring-beans</artifactId>
580                                 <version>${spring.version}</version>
581                         </dependency>
582                         <dependency>
583                                 <groupId>org.springframework</groupId>
584                                 <artifactId>spring-context</artifactId>
585                                 <version>${spring.version}</version>
586                         </dependency>
587                         <dependency>
588                                 <groupId>com.att.eelf</groupId>
589                                 <artifactId>eelf-core</artifactId>
590                                 <version>${eelf.version}</version>
591                         </dependency>
592                         <dependency>
593                                 <groupId>org.apache.derby</groupId>
594                                 <artifactId>derby</artifactId>
595                                 <version>${derby.version}</version>
596                                 <scope>test</scope>
597                         </dependency>
598                 </dependencies>
599
600         </dependencyManagement>
601
602
603         <reporting>
604                 <plugins>
605                         <plugin>
606                                 <artifactId>maven-javadoc-plugin</artifactId>
607                                 <version>2.10.4</version>
608                                 <configuration>
609                                         <failOnError>false</failOnError>
610                                         <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
611                                         <docletArtifact>
612                                                 <groupId>org.umlgraph</groupId>
613                                                 <artifactId>umlgraph</artifactId>
614                                                 <version>5.6</version>
615                                         </docletArtifact>
616                                         <additionalparam>-views</additionalparam>
617                                         <useStandardDocletOptions>true</useStandardDocletOptions>
618                                         <excludePackageNames>org.opendaylight.*</excludePackageNames>
619                                         <additionalDependencies>
620                                                 <additionalDependency>
621                                                         <groupId>org.slf4j</groupId>
622                                                         <artifactId>slf4j-api</artifactId>
623                                                         <version>${slf4j.version}</version>
624                                                 </additionalDependency>
625                                                 <additionalDependency>
626                                                         <groupId>org.antlr</groupId>
627                                                         <artifactId>antlr4</artifactId>
628                                                         <version>${antlr.version}</version>
629                                                 </additionalDependency>
630                                                 <additionalDependency>
631                                                         <groupId>org.antlr</groupId>
632                                                         <artifactId>antlr4-runtime</artifactId>
633                                                         <version>${antlr.version}</version>
634                                                 </additionalDependency>
635
636                                                 <additionalDependency>
637                                                         <groupId>com.sun.jersey</groupId>
638                                                         <artifactId>jersey-client</artifactId>
639                                                         <version>${jersey.json.version}</version>
640                                                 </additionalDependency>
641                                                 <additionalDependency>
642                                                         <groupId>com.sun.jersey</groupId>
643                                                         <artifactId>jersey-core</artifactId>
644                                                         <version>${jersey.json.version}</version>
645                                                 </additionalDependency>
646                                                 <additionalDependency>
647                                                         <groupId>org.apache.httpcomponents</groupId>
648                                                         <artifactId>httpcore-osgi</artifactId>
649                                                         <version>${apache.httpcomponents.core.version}</version>
650                                                 </additionalDependency>
651                                                 <additionalDependency>
652                                                         <groupId>org.apache.httpcomponents</groupId>
653                                                         <artifactId>httpclient-osgi</artifactId>
654                                                         <version>${apache.httpcomponents.client.version}</version>
655                                                 </additionalDependency>
656                                                 <additionalDependency>
657                                                         <groupId>com.fasterxml.jackson.core</groupId>
658                                                         <artifactId>jackson-databind</artifactId>
659                                                         <version>${fasterxml.jackson.version}</version>
660                                                 </additionalDependency>
661                                                 <additionalDependency>
662                                                         <groupId>com.fasterxml.jackson.core</groupId>
663                                                         <artifactId>jackson-annotations</artifactId>
664                                                         <version>${fasterxml.jackson.version}</version>
665                                                 </additionalDependency>
666                                                 <additionalDependency>
667                                                         <groupId>com.fasterxml.jackson.core</groupId>
668                                                         <artifactId>jackson-core</artifactId>
669                                                         <version>${fasterxml.jackson.version}</version>
670                                                 </additionalDependency>
671                                                 <additionalDependency>
672                                                         <groupId>commons-lang</groupId>
673                                                         <artifactId>commons-lang</artifactId>
674                                                         <version>${commons.lang.version}</version>
675                                                 </additionalDependency>
676                                         </additionalDependencies>
677                                 </configuration>
678                                 <reportSets>
679                                         <reportSet>
680                                                 <reports>
681                                                         <report>javadoc-no-fork</report>
682                                                         <report>test-javadoc-no-fork</report>
683                                                 </reports>
684                                         </reportSet>
685                                         <reportSet>
686                                                 <id>aggregate</id>
687                                                 <reports>
688                                                         <report>aggregate</report>
689                                                         <report>test-aggregate</report>
690                                                 </reports>
691                                         </reportSet>
692                                 </reportSets>
693                         </plugin>
694                         <plugin>
695                                 <groupId>org.apache.maven.plugins</groupId>
696                                 <artifactId>maven-jxr-plugin</artifactId>
697                                 <version>2.3</version>
698                                 <reportSets>
699                                         <reportSet>
700                                                 <id>aggregate</id>
701                                                 <reports>
702                                                         <report>aggregate</report>
703                                                         <report>test-aggregate</report>
704                                                 </reports>
705                                         </reportSet>
706                                 </reportSets>
707                         </plugin>
708
709                         <plugin>
710                                 <artifactId>maven-surefire-plugin</artifactId>
711                                 <version>2.17</version>
712                         </plugin>
713                         <plugin>
714                                 <groupId>org.apache.maven.plugins</groupId>
715                                 <artifactId>maven-changelog-plugin</artifactId>
716                                 <version>2.3</version>
717                                 <reportSets>
718                                         <reportSet>
719                                                 <id>dual-report</id>
720                                                 <configuration>
721                                                         <type>range</type>
722                                                         <range>30</range>
723                                                 </configuration>
724                                                 <reports>
725                                                         <report>changelog</report>
726                                                         <report>file-activity</report>
727                                                 </reports>
728                                         </reportSet>
729                                 </reportSets>
730                         </plugin>
731                         <plugin>
732                                 <groupId>org.codehaus.mojo</groupId>
733                                 <artifactId>taglist-maven-plugin</artifactId>
734                                 <version>2.4</version>
735                         </plugin>
736                 </plugins>
737         </reporting>
738
739
740         <pluginRepositories>
741                 <pluginRepository>
742                         <id>onap-public</id>
743                         <url>${onap.nexus.public-url}</url>
744                         <releases>
745                                 <enabled>true</enabled>
746                         </releases>
747                         <snapshots>
748                                 <enabled>true</enabled>
749                         </snapshots>
750                 </pluginRepository>
751                 <pluginRepository>
752                         <id>onap-staging</id>
753                         <url>${onap.nexus.staging-url}</url>
754                         <releases>
755                                 <enabled>true</enabled>
756                         </releases>
757                         <snapshots>
758                                 <enabled>true</enabled>
759                         </snapshots>
760                 </pluginRepository>
761                 <pluginRepository>
762                         <id>onap-snapshot</id>
763                         <url>${onap.nexus.snapshot-url}</url>
764                         <releases>
765                                 <enabled>false</enabled>
766                         </releases>
767                         <snapshots>
768                                 <enabled>true</enabled>
769                         </snapshots>
770                 </pluginRepository>
771                 <pluginRepository>
772                         <id>opendaylight-mirror</id>
773                         <name>opendaylight-mirror</name>
774                         <url>${opendaylight.nexus.public-url}</url>
775                         <releases>
776                                 <enabled>true</enabled>
777                                 <updatePolicy>never</updatePolicy>
778                         </releases>
779                         <snapshots>
780                                 <enabled>false</enabled>
781                         </snapshots>
782                 </pluginRepository>
783                 <pluginRepository>
784                         <id>opendaylight-snapshot</id>
785                         <name>opendaylight-snapshot</name>
786                         <url>${opendaylight.nexus.snapshot-url}</url>
787                         <releases>
788                                 <enabled>false</enabled>
789                         </releases>
790                         <snapshots>
791                                 <enabled>true</enabled>
792                         </snapshots>
793                 </pluginRepository>
794                 <!-- Black Duck plugin dependencies -->
795                 <pluginRepository>
796                         <id>JCenter</id>
797                         <name>JCenter Repository</name>
798                         <url>http://jcenter.bintray.com</url>
799                 </pluginRepository>
800
801                 <pluginRepository>
802                         <id>Restlet</id>
803                         <name>Restlet Repository</name>
804                         <url>http://maven.restlet.com</url>
805                 </pluginRepository>
806         </pluginRepositories>
807
808
809         <repositories>
810                 <repository>
811                         <id>onap-public</id>
812                         <url>https://nexus.onap.org/content/groups/public</url>
813                         <releases>
814                                 <enabled>true</enabled>
815                                 <updatePolicy>never</updatePolicy>
816                         </releases>
817                         <snapshots>
818                                 <enabled>true</enabled>
819                                 <updatePolicy>always</updatePolicy>
820                         </snapshots>
821                 </repository>
822                 <repository>
823                         <id>onap-staging</id>
824                         <url>https://nexus.onap.org/content/groups/staging</url>
825                         <releases>
826                                 <enabled>true</enabled>
827                                 <updatePolicy>never</updatePolicy>
828                         </releases>
829                         <snapshots>
830                                 <enabled>true</enabled>
831                                 <updatePolicy>always</updatePolicy>
832                         </snapshots>
833                 </repository>
834                 <repository>
835                         <id>ecomp-release</id>
836                         <name>onap-repository-releases</name>
837                         <url>https://nexus.onap.org/content/repositories/releases</url>
838                         <releases>
839                                 <enabled>true</enabled>
840                                 <updatePolicy>never</updatePolicy>
841                         </releases>
842                         <snapshots>
843                                 <enabled>false</enabled>
844                         </snapshots>
845                 </repository>
846                 <repository>
847                         <id>ecomp-snapshot</id>
848                         <name>onap-repository-snapshots</name>
849                         <url>https://nexus.onap.org/content/repositories/snapshots</url>
850                         <releases>
851                                 <enabled>false</enabled>
852                         </releases>
853                         <snapshots>
854                                 <enabled>true</enabled>
855                         </snapshots>
856                 </repository>
857                 <repository>
858                         <id>opendaylight-mirror</id>
859                         <name>opendaylight-mirror</name>
860                         <url>https://nexus.opendaylight.org/content/repositories/public/</url>
861                         <releases>
862                                 <enabled>true</enabled>
863                                 <updatePolicy>never</updatePolicy>
864                         </releases>
865                         <snapshots>
866                                 <enabled>false</enabled>
867                         </snapshots>
868                 </repository>
869                 <repository>
870                         <id>opendaylight-snapshot</id>
871                         <name>opendaylight-snapshot</name>
872                         <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url>
873                         <releases>
874                                 <enabled>false</enabled>
875                         </releases>
876                         <snapshots>
877                                 <enabled>true</enabled>
878                         </snapshots>
879                 </repository>
880
881         </repositories>
882
883         <distributionManagement>
884                 <repository>
885                         <id>ecomp-releases</id>
886                         <url>http://nexus.onap.org/content/repositories/releases</url>
887                 </repository>
888                 <snapshotRepository>
889                         <id>ecomp-snapshots</id>
890                         <url>http://nexus.onap.org/content/repositories/snapshots</url>
891                 </snapshotRepository>
892         </distributionManagement>
893
894         <build>
895                 <pluginManagement>
896                         <plugins>
897
898                                 <!-- Plugins from ONAP oparent -->
899                                 <plugin>
900                                         <groupId>org.apache.maven.plugins</groupId>
901                                         <artifactId>maven-deploy-plugin</artifactId>
902                                         <!-- This version supports the "deployAtEnd" parameter -->
903                                         <version>2.8</version>
904                                         <configuration>
905                                                 <skip />
906                                         </configuration>
907                                 </plugin>
908
909                                 <plugin>
910                                         <groupId>org.apache.maven.plugins</groupId>
911                                         <artifactId>maven-site-plugin</artifactId>
912                                         <version>3.6</version>
913                                         <dependencies>
914                                                 <dependency>
915                                                         <groupId>org.apache.maven.wagon</groupId>
916                                                         <artifactId>wagon-webdav-jackrabbit</artifactId>
917                                                         <version>2.10</version>
918                                                 </dependency>
919                                                 <dependency>
920                                                         <groupId>org.apache.maven.doxia</groupId>
921                                                         <artifactId>doxia-core</artifactId>
922                                                         <version>1.7</version>
923                                                 </dependency>
924                                                 <dependency>
925                                                         <groupId>org.apache.maven.doxia</groupId>
926                                                         <artifactId>doxia-sink-api</artifactId>
927                                                         <version>1.7</version>
928                                                 </dependency>
929                                                 <dependency>
930                                                         <groupId>org.apache.maven.doxia</groupId>
931                                                         <artifactId>doxia-logging-api</artifactId>
932                                                         <version>1.7</version>
933                                                 </dependency>
934                                         </dependencies>
935                                         <executions>
936                                                 <execution>
937                                                         <id>attach-descriptor</id>
938                                                         <goals>
939                                                                 <goal>attach-descriptor</goal>
940                                                         </goals>
941                                                 </execution>
942                                         </executions>
943                                 </plugin>
944                                 <plugin>
945                                         <artifactId>maven-checkstyle-plugin</artifactId>
946                                         <version>2.17</version>
947                                         <dependencies>
948                                                 <dependency>
949                                                         <groupId>org.onap.oparent</groupId>
950                                                         <artifactId>checkstyle</artifactId>
951                                                         <version>1.1.1</version>
952                                                 </dependency>
953                                         </dependencies>
954                                         <executions>
955                                                 <execution>
956                                                         <id>check-license</id>
957                                                         <goals>
958                                                                 <goal>check</goal>
959                                                         </goals>
960                                                         <phase>process-sources</phase>
961                                                         <configuration>
962                                                                 <configLocation>onap-checkstyle/check-license.xml</configLocation>
963                                                                 <headerLocation>onap-checkstyle/apache-license-2.regexp.txt</headerLocation>
964                                                                 <includeResources>false</includeResources>
965                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
966                                                                 <includeTestResources>false</includeTestResources>
967                                                                 <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
968                                                                 <excludes>
969                                                                 </excludes>
970                                                                 <failsOnError>false</failsOnError>
971                                                                 <consoleOutput>true</consoleOutput>
972                                                         </configuration>
973                                                 </execution>
974                                                 <execution>
975                                                         <id>check-style</id>
976                                                         <goals>
977                                                                 <goal>check</goal>
978                                                         </goals>
979                                                         <phase>process-sources</phase>
980                                                         <configuration>
981                                                                 <!-- Use Google Java Style Guide: https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/google_checks.xml 
982                                                                         with minor changes -->
983                                                                 <configLocation>onap-checkstyle/onap-java-style.xml</configLocation>
984                                                                 <!-- <sourceDirectory> is needed so that checkstyle ignores the generated 
985                                                                         sources directory -->
986                                                                 <sourceDirectory>${project.build.sourceDirectory}/src/main/java</sourceDirectory>
987                                                                 <includeResources>true</includeResources>
988                                                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>
989                                                                 <includeTestResources>true</includeTestResources>
990                                                                 <excludes>
991                                                                 </excludes>
992                                                                 <failsOnError>false</failsOnError>
993                                                                 <consoleOutput>true</consoleOutput>
994                                                         </configuration>
995                                                 </execution>
996                                         </executions>
997                                 </plugin>
998                                 <plugin>
999                                         <groupId>org.jacoco</groupId>
1000                                         <artifactId>jacoco-maven-plugin</artifactId>
1001                                         <version>${jacoco.version}</version>
1002                                         <configuration>
1003                                                 <!-- Note: This exclusion list should match <sonar.exclusions> property 
1004                                                         above -->
1005                                                 <excludes>
1006                                                         <exclude>**/gen/**</exclude>
1007                                                         <exclude>**/generated-sources/**</exclude>
1008                                                         <exclude>**/yang-gen/**</exclude>
1009                                                         <exclude>**/pax/**</exclude>
1010                                                 </excludes>
1011                                         </configuration>
1012                                         <executions>
1013                                                 <!-- Prepares the property pointing to the JaCoCo runtime agent which 
1014                                                         is passed as VM argument when Maven the Surefire plugin is executed. -->
1015                                                 <execution>
1016                                                         <id>pre-unit-test</id>
1017                                                         <goals>
1018                                                                 <goal>prepare-agent</goal>
1019                                                         </goals>
1020                                                         <configuration>
1021                                                                 <!-- Sets the path to the file which contains the execution data. -->
1022                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile>
1023                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
1024                                                                         runtime agent. -->
1025                                                                 <propertyName>surefireArgLine</propertyName>
1026                                                         </configuration>
1027                                                 </execution>
1028                                                 <!-- Ensures that the code coverage report for unit tests is created 
1029                                                         after unit tests have been run. -->
1030                                                 <execution>
1031                                                         <id>post-unit-test</id>
1032                                                         <phase>test</phase>
1033                                                         <goals>
1034                                                                 <goal>report</goal>
1035                                                         </goals>
1036                                                         <configuration>
1037                                                                 <!-- Sets the path to the file which contains the execution data. -->
1038                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile>
1039                                                                 <!-- Sets the output directory for the code coverage report. -->
1040                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
1041                                                         </configuration>
1042                                                 </execution>
1043                                                 <execution>
1044                                                         <id>pre-integration-test</id>
1045                                                         <phase>pre-integration-test</phase>
1046                                                         <goals>
1047                                                                 <goal>prepare-agent</goal>
1048                                                         </goals>
1049                                                         <configuration>
1050                                                                 <!-- Sets the path to the file which contains the execution data. -->
1051                                                                 <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile>
1052                                                                 <!-- Sets the name of the property containing the settings for JaCoCo 
1053                                                                         runtime agent. -->
1054                                                                 <propertyName>failsafeArgLine</propertyName>
1055                                                         </configuration>
1056                                                 </execution>
1057                                                 <!-- Ensures that the code coverage report for integration tests after 
1058                                                         integration tests have been run. -->
1059                                                 <execution>
1060                                                         <id>post-integration-test</id>
1061                                                         <phase>post-integration-test</phase>
1062                                                         <goals>
1063                                                                 <goal>report</goal>
1064                                                         </goals>
1065                                                         <configuration>
1066                                                                 <!-- Sets the path to the file which contains the execution data. -->
1067                                                                 <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile>
1068                                                                 <!-- Sets the output directory for the code coverage report. -->
1069                                                                 <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory>
1070                                                         </configuration>
1071                                                 </execution>
1072                                         </executions>
1073                                 </plugin>
1074                                 <plugin>
1075                                         <groupId>org.apache.maven.plugins</groupId>
1076                                         <artifactId>maven-surefire-plugin</artifactId>
1077                                         <version>2.19.1</version>
1078                                         <configuration>
1079                                                 <!-- Sets the VM argument line used when unit tests are run. -->
1080                                                 <argLine>${surefireArgLine}</argLine>
1081                                                 <!-- Excludes integration tests when unit tests are run. -->
1082                                                 <excludes>
1083                                                         <exclude>**/IT*.java</exclude>
1084                                                 </excludes>
1085                                         </configuration>
1086                                 </plugin>
1087                                 <plugin>
1088                                         <groupId>org.apache.maven.plugins</groupId>
1089                                         <artifactId>maven-failsafe-plugin</artifactId>
1090                                         <version>2.19.1</version>
1091                                         <executions>
1092                                                 <!-- Ensures that both integration-test and verify goals of the Failsafe 
1093                                                         Maven plugin are executed. -->
1094                                                 <execution>
1095                                                         <id>integration-tests</id>
1096                                                         <goals>
1097                                                                 <goal>integration-test</goal>
1098                                                                 <goal>verify</goal>
1099                                                         </goals>
1100                                                         <configuration>
1101                                                                 <!-- Sets the VM argument line used when integration tests are run. -->
1102                                                                 <argLine>${failsafeArgLine}</argLine>
1103                                                         </configuration>
1104                                                 </execution>
1105                                         </executions>
1106                                 </plugin>
1107                                 <plugin>
1108                                         <groupId>org.apache.maven.plugins</groupId>
1109                                         <artifactId>maven-compiler-plugin</artifactId>
1110                                         <version>${maven.compile.plugin.version}</version>
1111                                         <configuration>
1112                                                 <source>${java.version.source}</source>
1113                                                 <target>${java.version.target}</target>
1114                                         </configuration>
1115                                 </plugin>
1116                                 <plugin>
1117                                         <groupId>org.sonarsource.scanner.maven</groupId>
1118                                         <artifactId>sonar-maven-plugin</artifactId>
1119                                         <version>3.3.0.603</version>
1120                                 </plugin>
1121
1122                                 <!-- End of plugins from ONAP oparent -->
1123
1124                                 <plugin>
1125                                         <groupId>org.apache.maven.plugins</groupId>
1126                                         <artifactId>maven-javadoc-plugin</artifactId>
1127                                         <version>2.10</version>
1128                                         <configuration>
1129                                                 <additionalDependencies>
1130                                                         <additionalDependency>
1131                                                                 <groupId>org.slf4j</groupId>
1132                                                                 <artifactId>slf4j-api</artifactId>
1133                                                                 <version>${slf4j.version}</version>
1134                                                         </additionalDependency>
1135                                                         <additionalDependency>
1136                                                                 <groupId>org.antlr</groupId>
1137                                                                 <artifactId>antlr4</artifactId>
1138                                                                 <version>${antlr.version}</version>
1139                                                         </additionalDependency>
1140                                                         <additionalDependency>
1141                                                                 <groupId>org.antlr</groupId>
1142                                                                 <artifactId>antlr4-runtime</artifactId>
1143                                                                 <version>${antlr.version}</version>
1144                                                         </additionalDependency>
1145
1146                                                         <additionalDependency>
1147                                                                 <groupId>com.sun.jersey</groupId>
1148                                                                 <artifactId>jersey-client</artifactId>
1149                                                                 <version>${jersey.client.version}</version>
1150                                                         </additionalDependency>
1151                                                         <additionalDependency>
1152                                                                 <groupId>com.sun.jersey</groupId>
1153                                                                 <artifactId>jersey-core</artifactId>
1154                                                                 <version>${jersey.version}</version>
1155                                                         </additionalDependency>
1156                                                         <additionalDependency>
1157                                                                 <groupId>org.apache.httpcomponents</groupId>
1158                                                                 <artifactId>httpcore-osgi</artifactId>
1159                                                                 <version>${apache.httpcomponents.core.version}</version>
1160                                                         </additionalDependency>
1161                                                         <additionalDependency>
1162                                                                 <groupId>org.apache.httpcomponents</groupId>
1163                                                                 <artifactId>httpclient-osgi</artifactId>
1164                                                                 <version>${apache.httpcomponents.client.version}</version>
1165                                                         </additionalDependency>
1166                                                         <additionalDependency>
1167                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1168                                                                 <artifactId>jackson-databind</artifactId>
1169                                                                 <version>${jackson.version}</version>
1170                                                         </additionalDependency>
1171                                                         <additionalDependency>
1172                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1173                                                                 <artifactId>jackson-annotations</artifactId>
1174                                                                 <version>${jackson.version}</version>
1175                                                         </additionalDependency>
1176                                                         <additionalDependency>
1177                                                                 <groupId>com.fasterxml.jackson.core</groupId>
1178                                                                 <artifactId>jackson-core</artifactId>
1179                                                                 <version>${jackson.version}</version>
1180                                                         </additionalDependency>
1181                                                         <additionalDependency>
1182                                                                 <groupId>commons-lang</groupId>
1183                                                                 <artifactId>commons-lang</artifactId>
1184                                                                 <version>${commons.lang.version}</version>
1185                                                         </additionalDependency>
1186                                                 </additionalDependencies>
1187                                         </configuration>
1188
1189                                         <executions>
1190                                                 <execution>
1191                                                         <id>aggregate</id>
1192                                                         <goals>
1193                                                                 <goal>aggregate</goal>
1194                                                         </goals>
1195                                                         <phase>site</phase>
1196
1197                                                 </execution>
1198                                         </executions>
1199                                 </plugin>
1200                                 <plugin>
1201                                         <artifactId>maven-source-plugin</artifactId>
1202                                         <version>2.1.1</version>
1203                                         <executions>
1204                                                 <execution>
1205                                                         <id>bundle-sources</id>
1206                                                         <phase>package</phase>
1207                                                         <goals>
1208                                                                 <!-- produce source artifact for main project sources -->
1209                                                                 <goal>jar-no-fork</goal>
1210
1211                                                                 <!-- produce source artifact for project test sources -->
1212                                                                 <goal>test-jar-no-fork</goal>
1213                                                         </goals>
1214                                                 </execution>
1215                                         </executions>
1216                                 </plugin>
1217
1218
1219                         </plugins>
1220
1221                 </pluginManagement>
1222
1223                 <plugins>
1224                         <!-- Plugins from ONAP oparent -->
1225                         <plugin>
1226                                 <artifactId>maven-checkstyle-plugin</artifactId>
1227                         </plugin>
1228                         <plugin>
1229                                 <groupId>org.codehaus.mojo</groupId>
1230                                 <artifactId>build-helper-maven-plugin</artifactId>
1231                                 <version>1.12</version>
1232                         </plugin>
1233                         <!-- Jacoco / Sonar -->
1234                         <plugin>
1235                                 <groupId>org.jacoco</groupId>
1236                                 <artifactId>jacoco-maven-plugin</artifactId>
1237                         </plugin>
1238                         <plugin>
1239                                 <groupId>org.apache.maven.plugins</groupId>
1240                                 <artifactId>maven-surefire-plugin</artifactId>
1241                         </plugin>
1242                         <plugin>
1243                                 <groupId>org.apache.maven.plugins</groupId>
1244                                 <artifactId>maven-failsafe-plugin</artifactId>
1245                         </plugin>
1246
1247                         <!-- End of plugins from ONAP oparent -->
1248                         <plugin>
1249                                 <groupId>org.codehaus.mojo</groupId>
1250                                 <artifactId>properties-maven-plugin</artifactId>
1251                                 <version>1.0.0</version>
1252                                 <executions>
1253                                         <execution>
1254                                                 <goals>
1255                                                         <goal>set-system-properties</goal>
1256                                                 </goals>
1257                                                 <configuration>
1258                                                         <properties>
1259                                                                 <property>
1260                                                                         <name>maven.wagon.http.ssl.allowall</name>
1261                                                                         <value>${ssl.allowall}</value>
1262                                                                 </property>
1263                                                                 <property>
1264                                                                         <name>maven.wagon.http.ssl.insecure</name>
1265                                                                         <value>${ssl.insecure}</value>
1266                                                                 </property>
1267                                                         </properties>
1268                                                 </configuration>
1269                                         </execution>
1270                                 </executions>
1271                         </plugin>
1272                         <plugin>
1273                                 <groupId>org.sonatype.plugins</groupId>
1274                                 <artifactId>nexus-staging-maven-plugin</artifactId>
1275                                 <version>1.6.7</version>
1276                                 <extensions>true</extensions>
1277                                 <configuration>
1278                                         <nexusUrl>${onap.nexus.url}</nexusUrl>
1279                                         <stagingProfileId>176c31dfe190a</stagingProfileId>
1280                                         <serverId>ecomp-staging</serverId>
1281                                 </configuration>
1282                         </plugin>
1283                         <plugin>
1284                                 <groupId>org.codehaus.mojo</groupId>
1285                                 <artifactId>versions-maven-plugin</artifactId>
1286                                 <version>2.5</version>
1287                                 <configuration>
1288                                         <processAllModules>true</processAllModules>
1289                                 </configuration>
1290                         </plugin>
1291                         <plugin>
1292                                 <artifactId>maven-scm-plugin</artifactId>
1293                                 <version>1.8.1</version>
1294                                 <configuration>
1295                                         <tag>${project.artifactId}-${project.version}</tag>
1296                                 </configuration>
1297                         </plugin>
1298                 </plugins>
1299         </build>
1300         <organization>
1301                 <name>ONAP</name>
1302         </organization>
1303 </project>