79ddc6ac53a0019a6c9d38955e3bfb965e1fbea1
[appc.git] / appc-parent / binding-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2018 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>1.4.0-SNAPSHOT</version>
30
31     <parent>
32         <groupId>org.onap.ccsdk.parent</groupId>
33         <artifactId>binding-parent</artifactId>
34         <version>1.1.0-SNAPSHOT</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.0</logback.version>
59         <toscalib.version>1.1.0</toscalib.version>
60         <sdc-client.version>1.3.0</sdc-client.version>
61         <jackson.yml.version>2.3.2</jackson.yml.version>
62         <tosca.datatype.version>1.1.0</tosca.datatype.version>
63         <velocity.version>1.7</velocity.version>
64         <xmlunit.version>1.6</xmlunit.version>
65         <xmlunit-core.version>2.3.0</xmlunit-core.version>
66
67         <!-- SONAR -->
68         <sonar.language>java</sonar.language>
69         <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
70         <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
71         <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
72         <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
73         <sonar.projectVersion>${project.version}</sonar.projectVersion>
74
75         <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
76         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
77         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
78         <yang.file.directory>src/main/yang</yang.file.directory>
79         <features.file>features.xml</features.file>
80         <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
81         <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
82
83         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
84         
85         <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
86         <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
87         <!-- <ccsdk.sli.adaptors.version>${ccsdk.sli.adaptors.version}</ccsdk.sli.adaptors.version> -->
88         <commons.collections.version>3.2.2</commons.collections.version>
89         <odl.sal.api.gen.plugin.version>0.11.1</odl.sal.api.gen.plugin.version>
90         <odl.yangtools.version>1.2.1</odl.yangtools.version>
91         <odl.mdsal.yang.binding.version>0.11.1</odl.mdsal.yang.binding.version>
92         <odl.mdsal.version>1.6.1</odl.mdsal.version>
93         <odl.mdsal.features.version>2.3.1</odl.mdsal.features.version>
94         <odl.yang.jmx.generator.version>0.7.1</odl.yang.jmx.generator.version>
95         <odl.ietf-yang-types.version>2010.09.24.11.1</odl.ietf-yang-types.version>
96         <odl.ietf-inet-types.version>2010.09.24.11.1</odl.ietf-inet-types.version>
97         <odl.controller.config.api.version>0.7.1</odl.controller.config.api.version>
98         <odl.commons.opendaylight.version>2.0.5</odl.commons.opendaylight.version>
99         <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version>
100         
101
102     </properties>
103     <dependencyManagement>
104     <dependencies>
105             <dependency>
106             <groupId>org.opendaylight.controller</groupId>
107             <artifactId>config-api</artifactId>
108             <version>0.8.1</version>
109         </dependency>
110         <dependency>
111             <groupId>org.yaml</groupId>
112             <artifactId>snakeyaml</artifactId>
113             <version>${snakeyaml.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>equinoxSDK381</groupId>
117             <artifactId>org.eclipse.osgi</artifactId>
118             <version>${equinox.osgi.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>org.mariadb.jdbc</groupId>
122             <artifactId>mariadb-java-client</artifactId>
123             <version>${mariadb.client.version}</version>
124         </dependency>
125         <dependency>
126             <groupId>org.apache.sshd</groupId>
127             <artifactId>sshd-core</artifactId>
128             <version>${apache.sshd.version}</version>
129         </dependency>
130         <dependency>
131             <groupId>org.apache.velocity</groupId>
132             <artifactId>velocity</artifactId>
133             <version>${velocity.version}</version>
134         </dependency>
135     </dependencies>
136     </dependencyManagement>
137 </project>