Update INFO.yaml
[appc/parent.git] / binding-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
7 =============================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12       http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
20 -->
21 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
24
25     <modelVersion>4.0.0</modelVersion>
26     <packaging>pom</packaging>
27     <groupId>org.onap.appc.parent</groupId>
28     <artifactId>binding-parent</artifactId>
29     <version>2.7.1-SNAPSHOT</version>
30
31     <parent>
32         <groupId>org.onap.ccsdk.parent</groupId>
33         <artifactId>binding-parent</artifactId>
34         <version>1.5.1</version>
35         <relativePath />
36     </parent>
37
38     <properties>
39         <!-- VERSIONS -->
40
41         <assertj.version>3.9.0</assertj.version>
42         <apache.sshd.version>1.6.0</apache.sshd.version>
43         <cdp.pal.version>1.1.25.8-oss</cdp.pal.version>
44         <mariadb.client.version>2.1.1</mariadb.client.version>
45         <snakeyaml.version>1.15</snakeyaml.version>
46         <dmaap.client.version>1.1.5</dmaap.client.version>
47         <eelf.version>1.0.0</eelf.version>
48         <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
49         <cadi-version>1.3.0</cadi-version>
50         <inno-version>1.2.11</inno-version>
51         <dme2-version>3.1.200</dme2-version>
52         <bundle.plugin.version>2.5.0</bundle.plugin.version>
53         <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
54         <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
55         <apache.httpcomponents.version>4.4</apache.httpcomponents.version>
56         <commons.lang3.version>3.4</commons.lang3.version>
57         <antlr.version>4.5.1</antlr.version>
58         <logback.version>1.2.3</logback.version>
59         <sdc-client.version>1.3.0</sdc-client.version>
60         <!-- Should match the version used by sdc-distribution-client -->
61         <saClientLibrary.version>0.0.1</saClientLibrary.version>
62         <!-- Should match the version used by sdc-distribution-client -->
63         <cambriaClient.version>0.0.1</cambriaClient.version>
64         <jackson.yml.version>2.3.2</jackson.yml.version>
65         <tosca.datatype.version>1.5.0</tosca.datatype.version>
66         <velocity.version>1.7</velocity.version>
67         <xmlunit.version>1.6</xmlunit.version>
68         <xmlunit-core.version>2.3.0</xmlunit-core.version>
69         <httpclient.version>4.5.10</httpclient.version>
70         <httpcore.version>4.4.13</httpcore.version>
71         <jline.version>3.13.3</jline.version>
72
73         <!-- SONAR -->
74         <sonar.language>java</sonar.language>
75         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
76         <sonar.coverage.jacoco.xmlReportPaths>
77             ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
78         </sonar.coverage.jacoco.xmlReportPaths>
79         <sonar.projectVersion>${project.version}</sonar.projectVersion>
80         <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
81
82         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
83         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
84         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
85         <yang.file.directory>src/main/yang</yang.file.directory>
86         <features.file>features.xml</features.file>
87         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
88         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
89
90         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
91
92         <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
93         <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
94         <commons.collections.version>3.2.2</commons.collections.version>
95         <odl.sal.api.gen.plugin.version>0.13.1</odl.sal.api.gen.plugin.version>
96         <odl.yang.jmx.generator.version>0.8.3</odl.yang.jmx.generator.version>
97         <odl.controller.config.api.version>0.8.3</odl.controller.config.api.version>
98     </properties>
99     <dependencyManagement>
100         <dependencies>
101             <dependency>
102                 <groupId>org.opendaylight.controller</groupId>
103                 <artifactId>config-api</artifactId>
104                 <version>${odl.controller.config.api.version}</version>
105             </dependency>
106             <dependency>
107                 <groupId>org.opendaylight.controller</groupId>
108                 <artifactId>sal-binding-config</artifactId>
109                 <version>${odl.mdsal.version}</version>
110             </dependency>
111             <dependency>
112                 <groupId>org.yaml</groupId>
113                 <artifactId>snakeyaml</artifactId>
114                 <version>${snakeyaml.version}</version>
115             </dependency>
116             <dependency>
117                 <groupId>equinoxSDK381</groupId>
118                 <artifactId>org.eclipse.osgi</artifactId>
119                 <version>${equinox.osgi.version}</version>
120             </dependency>
121             <dependency>
122                 <groupId>org.mariadb.jdbc</groupId>
123                 <artifactId>mariadb-java-client</artifactId>
124                 <version>${mariadb.client.version}</version>
125             </dependency>
126             <dependency>
127                 <groupId>org.apache.sshd</groupId>
128                 <artifactId>sshd-core</artifactId>
129                 <version>${apache.sshd.version}</version>
130             </dependency>
131             <dependency>
132                 <groupId>org.apache.velocity</groupId>
133                 <artifactId>velocity</artifactId>
134                 <version>${velocity.version}</version>
135             </dependency>
136             <dependency>
137                 <groupId>org.onap.ccsdk.sli.core</groupId>
138                 <artifactId>sli-common</artifactId>
139                 <version>${ccsdk.sli.core.version}</version>
140             </dependency>
141
142             <dependency>
143                 <groupId>org.onap.ccsdk.sli.core</groupId>
144                 <artifactId>sli-provider</artifactId>
145                 <version>${ccsdk.sli.core.version}</version>
146             </dependency>
147             <dependency>
148                 <groupId>org.onap.ccsdk.sli.core</groupId>
149                 <artifactId>ccsdk-sli</artifactId>
150                 <version>${ccsdk.sli.core.version}</version>
151                 <type>xml</type>
152                 <classifier>features</classifier>
153             </dependency>
154             <dependency>
155                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
156                 <artifactId>aai-service-provider</artifactId>
157                 <version>${sdnctl.aai.service.version}</version>
158             </dependency>
159             <dependency>
160                 <groupId>org.onap.ccsdk.sli.core</groupId>
161                 <artifactId>dblib-provider</artifactId>
162                 <version>${sdnctl.dblib.version}</version>
163             </dependency>
164             <dependency>
165                <groupId>xmlunit</groupId>
166                <artifactId>xmlunit</artifactId>
167                <version>${xmlunit.version}</version>
168             </dependency>
169             <dependency>
170                <groupId>org.apache.httpcomponents</groupId>
171                <artifactId>httpcore</artifactId>
172                <version>${httpcore.version}</version>
173             </dependency>
174             <dependency>
175                <groupId>org.apache.httpcomponents</groupId>
176                <artifactId>httpclient</artifactId>
177                <version>${httpclient.version}</version>
178             </dependency>
179             <dependency>
180                <groupId>org.jline</groupId>
181                <artifactId>jline</artifactId>
182                <version>${jline.version}</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.powermock</groupId>
186                 <artifactId>powermock-api-mockito</artifactId>
187                 <version>1.6.4</version>
188                 <scope>test</scope>
189             </dependency>
190             <dependency>
191                <groupId>org.javassist</groupId>
192                <artifactId>javassist</artifactId>
193                <version>3.21.0-GA</version>
194                <scope>test</scope>
195             </dependency>
196             <dependency>
197                <groupId>org.mockito</groupId>
198                <artifactId>mockito-core</artifactId>
199                <version>1.10.19</version>
200                <scope>test</scope>
201             </dependency>
202             <dependency>
203                <groupId>org.powermock</groupId>
204                <artifactId>powermock-module-junit4</artifactId>
205                <version>1.6.4</version>
206                <scope>test</scope>
207             </dependency>
208             <dependency>
209                <groupId>org.powermock</groupId>
210                <artifactId>powermock-api-support</artifactId>
211                <version>1.6.4</version>
212                <scope>test</scope>
213             </dependency>
214             <dependency>
215                <groupId>org.powermock</groupId>
216                <artifactId>powermock-reflect</artifactId>
217                <version>1.6.4</version>
218                <scope>test</scope>
219             </dependency>
220             <dependency>
221                <groupId>org.powermock</groupId>
222                <artifactId>powermock-core</artifactId>
223                <version>1.6.4</version>
224                <scope>test</scope>
225             </dependency>
226         </dependencies>
227     </dependencyManagement>
228
229     <build>
230         <plugins>
231             <plugin>
232                 <groupId>org.apache.maven.plugins</groupId>
233                 <artifactId>maven-install-plugin</artifactId>
234                 <version>2.5.2</version>
235                 <executions>
236                     <execution>
237                         <id>additional-install</id>
238                         <phase>none</phase>
239                     </execution>
240                 </executions>
241             </plugin>
242             <plugin>
243                 <groupId>org.jacoco</groupId>
244                 <artifactId>jacoco-maven-plugin</artifactId>
245                 <executions>
246                   <execution>
247                     <id>prepare-agent</id>
248                     <goals>
249                         <goal>prepare-agent</goal>
250                     </goals>
251                   </execution>
252                   <execution>
253                      <id>report</id>
254                      <goals>
255                        <goal>report</goal>
256                      </goals>
257                      <configuration>
258                         <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
259                         <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
260                      </configuration>
261                   </execution>
262                </executions>
263             </plugin>
264         </plugins>
265     </build>
266
267 </project>