Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 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> |
Patrick Brady | 54fbdf0 | 2018-07-24 12:27:35 -0700 | [diff] [blame] | 34 | <version>1.1.0-SNAPSHOT</version> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 35 | <relativePath /> |
| 36 | </parent> |
| 37 | |
| 38 | <properties> |
| 39 | <!-- VERSIONS --> |
| 40 | |
Patrick Brady | 9d7412d | 2018-08-12 23:49:46 -0700 | [diff] [blame] | 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> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 44 | <mariadb.client.version>2.1.1</mariadb.client.version> |
Patrick Brady | 9d7412d | 2018-08-12 23:49:46 -0700 | [diff] [blame] | 45 | <snakeyaml.version>1.15</snakeyaml.version> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 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> |
Patrick Brady | 9d7412d | 2018-08-12 23:49:46 -0700 | [diff] [blame] | 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> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 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> |
Patrick Brady | cde4d7b | 2018-08-13 22:38:26 -0700 | [diff] [blame^] | 89 | <odl.sal.api.gen.plugin.version>0.12.1</odl.sal.api.gen.plugin.version> |
| 90 | <odl.yangtools.version>2.0.3</odl.yangtools.version> |
| 91 | <odl.mdsal.yang.binding.version>0.12.1</odl.mdsal.yang.binding.version> |
| 92 | <odl.mdsal.version>1.7.2</odl.mdsal.version> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 93 | <odl.yang.jmx.generator.version>0.7.1</odl.yang.jmx.generator.version> |
| 94 | <odl.ietf-yang-types.version>2010.09.24.11.1</odl.ietf-yang-types.version> |
| 95 | <odl.ietf-inet-types.version>2010.09.24.11.1</odl.ietf-inet-types.version> |
Patrick Brady | cde4d7b | 2018-08-13 22:38:26 -0700 | [diff] [blame^] | 96 | <odl.commons.opendaylight.version>3.0.1</odl.commons.opendaylight.version> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 97 | <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version> |
Patrick Brady | 9d7412d | 2018-08-12 23:49:46 -0700 | [diff] [blame] | 98 | |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 99 | |
| 100 | </properties> |
Patrick Brady | 9d7412d | 2018-08-12 23:49:46 -0700 | [diff] [blame] | 101 | <dependencyManagement> |
| 102 | <dependencies> |
| 103 | <dependency> |
| 104 | <groupId>org.opendaylight.controller</groupId> |
| 105 | <artifactId>config-api</artifactId> |
| 106 | <version>0.8.1</version> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>org.yaml</groupId> |
| 110 | <artifactId>snakeyaml</artifactId> |
| 111 | <version>${snakeyaml.version}</version> |
| 112 | </dependency> |
| 113 | <dependency> |
| 114 | <groupId>equinoxSDK381</groupId> |
| 115 | <artifactId>org.eclipse.osgi</artifactId> |
| 116 | <version>${equinox.osgi.version}</version> |
| 117 | </dependency> |
| 118 | <dependency> |
| 119 | <groupId>org.mariadb.jdbc</groupId> |
| 120 | <artifactId>mariadb-java-client</artifactId> |
| 121 | <version>${mariadb.client.version}</version> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>org.apache.sshd</groupId> |
| 125 | <artifactId>sshd-core</artifactId> |
| 126 | <version>${apache.sshd.version}</version> |
| 127 | </dependency> |
| 128 | <dependency> |
| 129 | <groupId>org.apache.velocity</groupId> |
| 130 | <artifactId>velocity</artifactId> |
| 131 | <version>${velocity.version}</version> |
| 132 | </dependency> |
| 133 | </dependencies> |
| 134 | </dependencyManagement> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 135 | </project> |