Increment version to 2.7.0-SNAPSHOT
[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.0-SNAPSHOT</version>
30
31     <parent>
32         <groupId>org.onap.ccsdk.parent</groupId>
33         <artifactId>binding-parent</artifactId>
34         <version>1.3.5</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.2</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
70         <!-- SONAR -->
71         <sonar.language>java</sonar.language>
72         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
73         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
74         <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
75         <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
76         <sonar.projectVersion>${project.version}</sonar.projectVersion>
77
78         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
79         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
80         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
81         <yang.file.directory>src/main/yang</yang.file.directory>
82         <features.file>features.xml</features.file>
83         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
84         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
85
86         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
87
88         <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
89         <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
90         <commons.collections.version>3.2.2</commons.collections.version>
91         <odl.sal.api.gen.plugin.version>0.13.1</odl.sal.api.gen.plugin.version>
92         <odl.yang.jmx.generator.version>0.8.3</odl.yang.jmx.generator.version>
93         <odl.controller.config.api.version>0.8.3</odl.controller.config.api.version>
94     </properties>
95     <dependencyManagement>
96         <dependencies>
97             <dependency>
98                 <groupId>org.opendaylight.controller</groupId>
99                 <artifactId>config-api</artifactId>
100                 <version>${odl.controller.config.api.version}</version>
101             </dependency>
102             <dependency>
103                 <groupId>org.opendaylight.controller</groupId>
104                 <artifactId>sal-binding-config</artifactId>
105                 <version>${odl.mdsal.version}</version>
106             </dependency>
107             <dependency>
108                 <groupId>org.yaml</groupId>
109                 <artifactId>snakeyaml</artifactId>
110                 <version>${snakeyaml.version}</version>
111             </dependency>
112             <dependency>
113                 <groupId>equinoxSDK381</groupId>
114                 <artifactId>org.eclipse.osgi</artifactId>
115                 <version>${equinox.osgi.version}</version>
116             </dependency>
117             <dependency>
118                 <groupId>org.mariadb.jdbc</groupId>
119                 <artifactId>mariadb-java-client</artifactId>
120                 <version>${mariadb.client.version}</version>
121             </dependency>
122             <dependency>
123                 <groupId>org.apache.sshd</groupId>
124                 <artifactId>sshd-core</artifactId>
125                 <version>${apache.sshd.version}</version>
126             </dependency>
127             <dependency>
128                 <groupId>org.apache.velocity</groupId>
129                 <artifactId>velocity</artifactId>
130                 <version>${velocity.version}</version>
131             </dependency>
132             <dependency>
133                 <groupId>org.onap.ccsdk.sli.core</groupId>
134                 <artifactId>sli-common</artifactId>
135                 <version>${ccsdk.sli.core.version}</version>
136             </dependency>
137
138             <dependency>
139                 <groupId>org.onap.ccsdk.sli.core</groupId>
140                 <artifactId>sli-provider</artifactId>
141                 <version>${ccsdk.sli.core.version}</version>
142             </dependency>
143             <dependency>
144                 <groupId>org.onap.ccsdk.sli.core</groupId>
145                 <artifactId>ccsdk-sli</artifactId>
146                 <version>${ccsdk.sli.core.version}</version>
147                 <type>xml</type>
148                 <classifier>features</classifier>
149             </dependency>
150             <dependency>
151                 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
152                 <artifactId>aai-service-provider</artifactId>
153                 <version>${sdnctl.aai.service.version}</version>
154             </dependency>
155
156             <dependency>
157                 <groupId>org.onap.ccsdk.sli.core</groupId>
158                 <artifactId>dblib-provider</artifactId>
159                 <version>${sdnctl.dblib.version}</version>
160             </dependency>
161         </dependencies>
162     </dependencyManagement>
163
164     <build>
165         <plugins>
166             <plugin>
167                 <groupId>org.apache.maven.plugins</groupId>
168                 <artifactId>maven-install-plugin</artifactId>
169                 <version>2.5.2</version>
170                 <executions>
171                     <execution>
172                         <id>additional-install</id>
173                         <phase>none</phase>
174                     </execution>
175                 </executions>
176             </plugin>
177         </plugins>
178     </build>
179
180 </project>