blob: 6252b8e3b01458c0a3dae035f35ad450752192b6 [file] [log] [blame]
Patrick Brady1ed2c492018-06-13 15:02:35 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
6Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
7=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations 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>
Patrick Brady54fbdf02018-07-24 12:27:35 -070034 <version>1.1.0-SNAPSHOT</version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070035 <relativePath />
36 </parent>
37
38 <properties>
39 <!-- VERSIONS -->
40
Patrick Brady9d7412d2018-08-12 23:49:46 -070041 <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>
Patrick Brady1ed2c492018-06-13 15:02:35 -070044 <mariadb.client.version>2.1.1</mariadb.client.version>
Patrick Brady9d7412d2018-08-12 23:49:46 -070045 <snakeyaml.version>1.15</snakeyaml.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070046 <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>
Patrick Brady64bf7352018-08-22 14:06:29 -070061 <!-- Should match the version used by sdc-distribution-client -->
62 <saClientLibrary.version>0.0.1</saClientLibrary.version>
63 <!-- Should match the version used by sdc-distribution-client -->
64 <cambriaClient.version>0.0.1</cambriaClient.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070065 <jackson.yml.version>2.3.2</jackson.yml.version>
Patrick Brady9d7412d2018-08-12 23:49:46 -070066 <tosca.datatype.version>1.1.0</tosca.datatype.version>
67 <velocity.version>1.7</velocity.version>
68 <xmlunit.version>1.6</xmlunit.version>
69 <xmlunit-core.version>2.3.0</xmlunit-core.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070070
71 <!-- SONAR -->
72 <sonar.language>java</sonar.language>
73 <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
74 <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
75 <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
76 <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
77 <sonar.projectVersion>${project.version}</sonar.projectVersion>
78
79 <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath>
80 <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
81 <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION -->
82 <yang.file.directory>src/main/yang</yang.file.directory>
83 <features.file>features.xml</features.file>
84 <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath>
85 <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> -->
86
87 <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
88
89 <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
90 <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070091 <commons.collections.version>3.2.2</commons.collections.version>
Patrick Bradyc1d1ea32018-08-16 11:19:34 -070092 <odl.sal.api.gen.plugin.version>0.12.3</odl.sal.api.gen.plugin.version>
93 <odl.yangtools.version>2.0.9</odl.yangtools.version>
94 <odl.mdsal.yang.binding.version>0.12.3</odl.mdsal.yang.binding.version>
95 <odl.mdsal.version>1.7.3</odl.mdsal.version>
96 <odl.yang.jmx.generator.version>0.8.3</odl.yang.jmx.generator.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -070097 <odl.ietf-yang-types.version>2010.09.24.11.1</odl.ietf-yang-types.version>
98 <odl.ietf-inet-types.version>2010.09.24.11.1</odl.ietf-inet-types.version>
Patrick Bradyc1d1ea32018-08-16 11:19:34 -070099 <odl.commons.opendaylight.version>3.1.3</odl.commons.opendaylight.version>
100 <odl.controller.config.api.version>0.8.3</odl.controller.config.api.version>
Patrick Brady1ed2c492018-06-13 15:02:35 -0700101 <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version>
102
103 </properties>
Patrick Brady9d7412d2018-08-12 23:49:46 -0700104 <dependencyManagement>
105 <dependencies>
106 <dependency>
107 <groupId>org.opendaylight.controller</groupId>
108 <artifactId>config-api</artifactId>
Patrick Bradyb3845252018-08-14 15:20:15 -0700109 <version>${odl.controller.config.api.version}</version>
Patrick Brady9d7412d2018-08-12 23:49:46 -0700110 </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 </dependencies>
137 </dependencyManagement>
Patrick Brady1ed2c492018-06-13 15:02:35 -0700138</project>