Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
mojahidi | 3df3182 | 2017-08-29 18:20:26 +0530 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | ================================================================================ |
| 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
| 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
| 13 | |
| 14 | http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | |
| 16 | Unless required by applicable law or agreed to in writing, software |
| 17 | distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | See the License for the specific language governing permissions and |
| 20 | limitations under the License. |
| 21 | |
| 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END========================================================= |
| 24 | --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 25 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 27 | <parent> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 28 | <groupId>org.onap.oparent</groupId> |
| 29 | <artifactId>oparent</artifactId> |
| 30 | <version>1.0.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 31 | </parent> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 32 | |
| 33 | |
| 34 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 35 | <packaging>pom</packaging> |
| 36 | <groupId>org.openecomp.appc</groupId> |
| 37 | <artifactId>appc</artifactId> |
Patrick Brady | 03682da | 2017-03-10 13:07:19 -0800 | [diff] [blame] | 38 | <version>1.1.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 39 | <name>APP-C</name> |
| 40 | <description>Construct the Application Controller component for the ECOMP project.</description> |
| 41 | <inceptionYear>2015-07-20</inceptionYear> |
| 42 | <organization> |
| 43 | <name>OpenECOMP</name> |
| 44 | </organization> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 45 | |
| 46 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 47 | <!-- ================================================================================== --> |
| 48 | <!-- Configuration properties --> |
| 49 | <!-- ================================================================================== --> |
| 50 | <properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 51 | <!-- VERSIONS --> |
| 52 | <!-- OpenDaylight Versions --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 53 | <odl.version>1.7.1-Boron-SR1</odl.version> |
| 54 | <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version> |
| 55 | <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version> |
| 56 | <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version> |
| 57 | <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version> |
Patrick Brady | 8d2ca0d | 2017-04-05 16:16:59 -0700 | [diff] [blame] | 58 | <odl.controller.mdsal.features.version>1.4.1-Boron-SR1</odl.controller.mdsal.features.version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 59 | <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version> |
| 60 | <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version> |
| 61 | <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version> |
| 62 | <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version> |
| 63 | <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version> |
| 64 | <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version> |
| 65 | <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version> |
| 66 | <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version> |
| 67 | <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version> |
| 68 | <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version> |
| 69 | <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version> |
| 70 | <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version> |
Patrick Brady | 8d2ca0d | 2017-04-05 16:16:59 -0700 | [diff] [blame] | 71 | <broker-mdsal.version>1.4.1-Boron-SR1</broker-mdsal.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 72 | |
| 73 | <!-- OPENECOMP SDNC versions --> |
Patrick Brady | 5c38746 | 2017-06-22 10:30:40 -0700 | [diff] [blame] | 74 | <sdnctl.sli.version>1.1.2-SNAPSHOT</sdnctl.sli.version> |
| 75 | <sdnctl.dblib.version>1.1.2-SNAPSHOT</sdnctl.dblib.version> |
| 76 | <sdnctl.aai.service.version>1.1.2-SNAPSHOT</sdnctl.aai.service.version> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 77 | <openecomp.sdnc.sql-resource.version>1.1.2-SNAPSHOT</openecomp.sdnc.sql-resource.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 78 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 79 | <cdp.pal.version>1.1.7-oss</cdp.pal.version> |
| 80 | <dmaap.client.version>0.2.12</dmaap.client.version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 81 | <eelf.version>0.0.1</eelf.version> |
| 82 | <eelf.maven.plugin.version>0.0.1</eelf.maven.plugin.version> |
| 83 | <cadi-version>1.3.0</cadi-version> |
| 84 | <inno-version>1.2.11</inno-version> |
| 85 | <dme2-version>3.1.200</dme2-version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 86 | <bundle.plugin.version>2.5.0</bundle.plugin.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 87 | <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version> |
| 88 | <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version> |
| 89 | <apache.httpcomponents.version>4.4</apache.httpcomponents.version> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 90 | <commons.lang3.version>3.4</commons.lang3.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 91 | <antlr.version>4.5.1</antlr.version> |
| 92 | <mysql.connector.version>5.1.39</mysql.connector.version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 93 | <logback.version>1.1.1</logback.version> |
Masal, Sushil (sm588m) | 0500d5d | 2017-08-13 19:10:02 +0530 | [diff] [blame] | 94 | <toscalib.version>1.1.0</toscalib.version> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 95 | <sdc-client.version>1.1.13-SNAPSHOT</sdc-client.version> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 96 | <jackson.yml.version>2.3.2</jackson.yml.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 97 | |
| 98 | <!-- SONAR --> |
| 99 | <sonar.language>java</sonar.language> |
| 100 | <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |
| 101 | <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> |
Marcus G K Williams | 96f45e8 | 2017-08-16 10:05:43 -0700 | [diff] [blame] | 102 | <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 103 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 104 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 105 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 106 | <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 107 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 108 | <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 109 | <yang.file.directory>src/main/yang</yang.file.directory> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 110 | <features.file>features.xml</features.file> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 111 | <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath> |
| 112 | <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 113 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 114 | </properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 115 | |
| 116 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 117 | <!-- ================================================================================== --> |
| 118 | <!-- Javadoc Generation Plugin --> |
| 119 | <!-- ================================================================================== --> |
| 120 | <reporting> |
| 121 | <plugins> |
| 122 | <plugin> |
| 123 | <groupId>org.apache.maven.plugins</groupId> |
| 124 | <artifactId>maven-javadoc-plugin</artifactId> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 125 | <version>2.10</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 126 | <configuration> |
| 127 | <excludePackageNames>org.openecomp.sdnc</excludePackageNames> |
| 128 | <failOnError>false</failOnError> |
| 129 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 130 | <docletArtifact> |
| 131 | <groupId>org.umlgraph</groupId> |
| 132 | <artifactId>umlgraph</artifactId> |
| 133 | <version>5.6</version> |
| 134 | </docletArtifact> |
| 135 | <additionalparam>-views</additionalparam> |
| 136 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 137 | </configuration> |
| 138 | </plugin> |
| 139 | </plugins> |
| 140 | </reporting> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 141 | |
| 142 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 143 | <!-- ================================================================================== --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 144 | <!-- Distribution Management Sites --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 145 | <!-- ================================================================================== --> |
| 146 | <distributionManagement> |
| 147 | <!-- This site is used for Javadocs --> |
| 148 | <site> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 149 | <id>ecomp-site</id> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 150 | <url>dav:${onap.nexus.url}/sites/site/org/onap/appc/${project.version}</url> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 151 | </site> |
| 152 | </distributionManagement> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 153 | |
| 154 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 155 | <!-- ================================================================================== --> |
| 156 | <!-- Define plugin repositories --> |
| 157 | <!-- ================================================================================== --> |
| 158 | <pluginRepositories> |
| 159 | <pluginRepository> |
| 160 | <id>opendaylight-mirror</id> |
| 161 | <name>opendaylight-mirror</name> |
| 162 | <url>https://nexus.opendaylight.org/content/repositories/public/</url> |
| 163 | <releases> |
| 164 | <enabled>true</enabled> |
| 165 | <updatePolicy>never</updatePolicy> |
| 166 | </releases> |
| 167 | <snapshots> |
| 168 | <enabled>false</enabled> |
| 169 | </snapshots> |
| 170 | </pluginRepository> |
| 171 | <pluginRepository> |
| 172 | <id>opendaylight-snapshot</id> |
| 173 | <name>opendaylight-snapshot</name> |
| 174 | <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url> |
| 175 | <releases> |
| 176 | <enabled>false</enabled> |
| 177 | </releases> |
| 178 | <snapshots> |
| 179 | <enabled>true</enabled> |
| 180 | </snapshots> |
| 181 | </pluginRepository> |
| 182 | <!-- Black Duck plugin dependencies --> |
| 183 | <pluginRepository> |
| 184 | <id>JCenter</id> |
| 185 | <name>JCenter Repository</name> |
| 186 | <url>http://jcenter.bintray.com</url> |
| 187 | </pluginRepository> |
| 188 | <pluginRepository> |
| 189 | <id>Restlet</id> |
| 190 | <name>Restlet Repository</name> |
| 191 | <url>http://maven.restlet.com</url> |
| 192 | </pluginRepository> |
| 193 | </pluginRepositories> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 194 | |
| 195 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 196 | <!-- ================================================================================== --> |
| 197 | <!-- Define project-wide dependencies --> |
| 198 | <!-- ================================================================================== --> |
| 199 | <dependencyManagement> |
| 200 | <dependencies> |
| 201 | <!-- ODL --> |
| 202 | <dependency> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 203 | <groupId>org.opendaylight.odlparent</groupId> |
| 204 | <artifactId>odlparent</artifactId> |
| 205 | <version>1.7.1-Boron-SR1</version> |
| 206 | <scope>import</scope> |
| 207 | <type>pom</type> |
| 208 | </dependency> |
| 209 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 210 | <groupId>org.opendaylight.controller</groupId> |
| 211 | <artifactId>config-api</artifactId> |
| 212 | <version>${odl.controller.config.api.version}</version> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>org.opendaylight.controller</groupId> |
| 216 | <artifactId>sal-binding-config</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 217 | <version>${odl.mdsal.version}</version> |
| 218 | </dependency> |
| 219 | <dependency> |
| 220 | <groupId>org.opendaylight.controller</groupId> |
| 221 | <artifactId>sal-binding-api</artifactId> |
| 222 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 223 | </dependency> |
| 224 | <dependency> |
| 225 | <groupId>org.opendaylight.controller</groupId> |
| 226 | <artifactId>sal-test-model</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 227 | <version>${odl.mdsal.version}</version> |
| 228 | </dependency> |
| 229 | <dependency> |
| 230 | <groupId>org.opendaylight.netconf</groupId> |
| 231 | <artifactId>sal-rest-connector</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 232 | <version>${odl.mdsal.version}</version> |
| 233 | </dependency> |
| 234 | <dependency> |
| 235 | <groupId>org.opendaylight.controller</groupId> |
| 236 | <artifactId>sal-binding-broker-impl</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 237 | <version>${odl.mdsal.version}</version> |
| 238 | </dependency> |
| 239 | <dependency> |
| 240 | <groupId>org.opendaylight.controller</groupId> |
| 241 | <artifactId>sal-common-util</artifactId> |
| 242 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 243 | </dependency> |
| 244 | <dependency> |
| 245 | <groupId>org.opendaylight.mdsal</groupId> |
| 246 | <artifactId>yang-binding</artifactId> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 247 | <version>${odl.mdsal.yang.binding.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 248 | </dependency> |
| 249 | <dependency> |
| 250 | <groupId>org.opendaylight.yangtools</groupId> |
| 251 | <artifactId>yang-common</artifactId> |
| 252 | <version>${odl.yangtools.version}</version> |
| 253 | </dependency> |
| 254 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 255 | <groupId>org.opendaylight.controller</groupId> |
| 256 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | da976a9 | 2017-04-05 10:16:12 -0700 | [diff] [blame] | 257 | <version>${odl.controller.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 258 | <classifier>features</classifier> |
| 259 | <type>xml</type> |
| 260 | </dependency> |
| 261 | <dependency> |
| 262 | <groupId>org.opendaylight.mdsal</groupId> |
| 263 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | da976a9 | 2017-04-05 10:16:12 -0700 | [diff] [blame] | 264 | <version>${odl.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 265 | <classifier>features</classifier> |
| 266 | <type>xml</type> |
| 267 | </dependency> |
| 268 | <dependency> |
| 269 | <groupId>org.opendaylight.controller</groupId> |
| 270 | <artifactId>opendaylight-karaf-empty</artifactId> |
| 271 | <version>${odl.karaf.empty.distro.version}</version> |
| 272 | <type>zip</type> |
| 273 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 274 | <dependency> |
| 275 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 276 | <artifactId>ietf-inet-types</artifactId> |
| 277 | <version>${odl.ietf-inet-types.version}</version> |
| 278 | </dependency> |
| 279 | <dependency> |
| 280 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 281 | <artifactId>ietf-yang-types</artifactId> |
| 282 | <version>${odl.ietf-yang-types.version}</version> |
| 283 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 284 | <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? --> |
| 285 | <!-- Required for launching the feature tests --> |
| 286 | <!-- <dependency> --> |
| 287 | <!-- <groupId>org.opendaylight.yangtools</groupId> --> |
| 288 | <!-- <artifactId>features-test</artifactId> --> |
| 289 | <!-- <version>${odl.yangtools.version}</version> --> |
| 290 | <!-- <scope>test</scope> --> |
| 291 | <!-- </dependency> --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 292 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 293 | <!-- YANG tools --> |
| 294 | <dependency> |
| 295 | <groupId>org.opendaylight.yangtools</groupId> |
| 296 | <artifactId>features-yangtools</artifactId> |
| 297 | <version>${odl.yangtools.version}</version> |
| 298 | <classifier>features</classifier> |
| 299 | <type>xml</type> |
| 300 | </dependency> |
| 301 | <!-- SDNC --> |
| 302 | <dependency> |
| 303 | <groupId>org.openecomp.sdnc.core</groupId> |
| 304 | <artifactId>sli-common</artifactId> |
| 305 | <version>${sdnctl.sli.version}</version> |
| 306 | </dependency> |
| 307 | <dependency> |
| 308 | <groupId>org.openecomp.sdnc.core</groupId> |
| 309 | <artifactId>sli-provider</artifactId> |
| 310 | <version>${sdnctl.sli.version}</version> |
| 311 | </dependency> |
| 312 | <!-- dblib --> |
| 313 | <dependency> |
| 314 | <groupId>org.openecomp.sdnc.core</groupId> |
| 315 | <artifactId>dblib-provider</artifactId> |
| 316 | <version>${sdnctl.dblib.version}</version> |
| 317 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 318 | <!-- A&AI service provider dependency override in order to use a stable |
| 319 | version --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 320 | <dependency> |
| 321 | <groupId>org.openecomp.sdnc.adaptors</groupId> |
| 322 | <artifactId>aai-service-provider</artifactId> |
| 323 | <version>${sdnctl.aai.service.version}</version> |
| 324 | </dependency> |
| 325 | <!-- APPC --> |
| 326 | <dependency> |
| 327 | <groupId>org.openecomp.appc</groupId> |
| 328 | <artifactId>appc-controller-features</artifactId> |
| 329 | <classifier>features</classifier> |
| 330 | <type>xml</type> |
| 331 | <version>${project.version}</version> |
| 332 | </dependency> |
| 333 | <dependency> |
| 334 | <groupId>org.openecomp.appc</groupId> |
| 335 | <artifactId>appc-controller-model</artifactId> |
| 336 | <version>${project.version}</version> |
| 337 | </dependency> |
| 338 | <dependency> |
| 339 | <groupId>org.openecomp.appc</groupId> |
| 340 | <artifactId>appc-controller-bundle</artifactId> |
| 341 | <version>${project.version}</version> |
| 342 | <classifier>config</classifier> |
| 343 | <type>xml</type> |
| 344 | </dependency> |
| 345 | <dependency> |
| 346 | <groupId>org.openecomp.appc</groupId> |
| 347 | <artifactId>appc-controller-bundle</artifactId> |
| 348 | <version>${project.version}</version> |
| 349 | </dependency> |
| 350 | <!-- OTHER --> |
| 351 | <dependency> |
| 352 | <groupId>equinoxSDK381</groupId> |
| 353 | <artifactId>org.eclipse.osgi</artifactId> |
| 354 | <version>${equinox.osgi.version}</version> |
| 355 | </dependency> |
| 356 | <dependency> |
| 357 | <groupId>org.apache.commons</groupId> |
| 358 | <artifactId>commons-lang3</artifactId> |
| 359 | <version>${commons.lang3.version}</version> |
| 360 | </dependency> |
| 361 | <dependency> |
| 362 | <groupId>junit</groupId> |
| 363 | <artifactId>junit</artifactId> |
| 364 | <version>4.12</version> |
| 365 | <scope>test</scope> |
| 366 | </dependency> |
| 367 | <dependency> |
| 368 | <groupId>ch.qos.logback</groupId> |
| 369 | <artifactId>logback-core</artifactId> |
| 370 | <version>1.1.1</version> |
| 371 | <scope>compile</scope> |
| 372 | </dependency> |
| 373 | <dependency> |
| 374 | <groupId>ch.qos.logback</groupId> |
| 375 | <artifactId>logback-classic</artifactId> |
| 376 | <version>1.1.1</version> |
| 377 | <scope>compile</scope> |
| 378 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 379 | <!-- <dependency> --> |
| 380 | <!-- <groupId>org.slf4j</groupId> --> |
| 381 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 382 | <!-- <version>1.7.12</version> --> |
| 383 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 384 | <dependency> |
| 385 | <groupId>commons-lang</groupId> |
| 386 | <artifactId>commons-lang</artifactId> |
| 387 | <version>2.6</version> |
| 388 | </dependency> |
| 389 | <dependency> |
| 390 | <groupId>org.apache.sshd</groupId> |
| 391 | <artifactId>sshd-core</artifactId> |
| 392 | <version>0.12.0</version> |
| 393 | </dependency> |
| 394 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 395 | <groupId>org.mockito</groupId> |
| 396 | <artifactId>mockito-core</artifactId> |
| 397 | <version>1.10.19</version> |
| 398 | <scope>test</scope> |
| 399 | </dependency> |
| 400 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 401 | <groupId>com.att.cdp</groupId> |
| 402 | <artifactId>cdp-pal-common</artifactId> |
| 403 | <version>${cdp.pal.version}</version> |
| 404 | </dependency> |
| 405 | <dependency> |
| 406 | <groupId>com.att.cdp</groupId> |
| 407 | <artifactId>cdp-pal-openstack</artifactId> |
| 408 | <version>${cdp.pal.version}</version> |
| 409 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 410 | <dependency> |
| 411 | <groupId>com.att.authz</groupId> |
| 412 | <artifactId>authz-client</artifactId> |
| 413 | <version>2.3</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 414 | </dependency> |
| 415 | <!-- EELF logging framework --> |
| 416 | <dependency> |
| 417 | <groupId>com.att.eelf</groupId> |
| 418 | <artifactId>eelf-core</artifactId> |
| 419 | <version>${eelf.version}</version> |
| 420 | </dependency> |
| 421 | </dependencies> |
| 422 | </dependencyManagement> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 423 | |
| 424 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 425 | <!-- ================================================================================== --> |
| 426 | <!-- Define common plugins and make them available for all modules --> |
| 427 | <!-- ================================================================================== --> |
| 428 | <build> |
| 429 | <pluginManagement> |
| 430 | <plugins> |
| 431 | <!-- Define the site plugin to generate documentation --> |
| 432 | <plugin> |
| 433 | <groupId>org.apache.maven.plugins</groupId> |
| 434 | <artifactId>maven-site-plugin</artifactId> |
| 435 | <version>3.4</version> |
| 436 | <dependencies> |
| 437 | <!-- add support for ssh/scp --> |
| 438 | <dependency> |
| 439 | <groupId>org.apache.maven.wagon</groupId> |
| 440 | <artifactId>wagon-ssh</artifactId> |
| 441 | <version>1.0</version> |
| 442 | </dependency> |
| 443 | </dependencies> |
| 444 | </plugin> |
| 445 | <!-- Define the compiler plugin --> |
| 446 | <plugin> |
| 447 | <groupId>org.apache.maven.plugins</groupId> |
| 448 | <artifactId>maven-compiler-plugin</artifactId> |
| 449 | <version>${maven.compile.plugin.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 450 | </plugin> |
| 451 | <!-- Define the javadoc plugin --> |
| 452 | <plugin> |
| 453 | <groupId>org.apache.maven.plugins</groupId> |
| 454 | <artifactId>maven-javadoc-plugin</artifactId> |
| 455 | <version>2.10</version> |
| 456 | <configuration> |
| 457 | <excludePackageNames>org.opendaylight.*:org.openecomp.sdnc</excludePackageNames> |
| 458 | </configuration> |
| 459 | </plugin> |
| 460 | <!-- Define the source plugin --> |
| 461 | <plugin> |
| 462 | <artifactId>maven-source-plugin</artifactId> |
| 463 | <version>2.1.1</version> |
| 464 | </plugin> |
| 465 | <!-- Resources plugin --> |
| 466 | <plugin> |
| 467 | <groupId>org.apache.maven.plugins</groupId> |
| 468 | <artifactId>maven-resources-plugin</artifactId> |
| 469 | <version>2.6</version> |
| 470 | <executions> |
| 471 | <execution> |
| 472 | <id>filter</id> |
| 473 | <goals> |
| 474 | <goal>resources</goal> |
| 475 | </goals> |
| 476 | <phase>generate-resources</phase> |
| 477 | </execution> |
| 478 | </executions> |
| 479 | </plugin> |
| 480 | <plugin> |
| 481 | <artifactId>maven-release-plugin</artifactId> |
| 482 | <version>2.5.2</version> |
| 483 | <configuration> |
| 484 | <goals>-s ${mvn.settings} deploy</goals> |
| 485 | </configuration> |
| 486 | </plugin> |
| 487 | <plugin> |
| 488 | <artifactId>maven-assembly-plugin</artifactId> |
| 489 | <version>2.5.5</version> |
| 490 | </plugin> |
| 491 | <plugin> |
| 492 | <groupId>org.apache.maven.plugins</groupId> |
| 493 | <artifactId>maven-deploy-plugin</artifactId> |
| 494 | <version>2.8.1</version> |
| 495 | </plugin> |
| 496 | <plugin> |
| 497 | <groupId>org.apache.maven.plugins</groupId> |
| 498 | <artifactId>maven-dependency-plugin</artifactId> |
| 499 | <version>2.10</version> |
| 500 | </plugin> |
| 501 | <!-- Maven surefire plugin for testing --> |
| 502 | <plugin> |
| 503 | <artifactId>maven-surefire-plugin</artifactId> |
| 504 | <version>2.17</version> |
| 505 | </plugin> |
| 506 | <!-- Maven OSGi bundle plugin used to package OSGi bundles --> |
| 507 | <plugin> |
| 508 | <groupId>org.apache.felix</groupId> |
| 509 | <artifactId>maven-bundle-plugin</artifactId> |
| 510 | <version>${bundle.plugin.version}</version> |
| 511 | </plugin> |
| 512 | <plugin> |
| 513 | <groupId>org.codehaus.mojo</groupId> |
| 514 | <artifactId>build-helper-maven-plugin</artifactId> |
| 515 | <version>1.9.1</version> |
| 516 | </plugin> |
Marcus G K Williams | 962f03b | 2017-08-18 15:03:51 -0700 | [diff] [blame] | 517 | <plugin> |
| 518 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 519 | <artifactId>sonar-maven-plugin</artifactId> |
| 520 | <version>3.2</version> |
| 521 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 522 | </plugins> |
| 523 | </pluginManagement> |
| 524 | <plugins> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 525 | <!--maven staging plugin --> |
Patrick Brady | 245d6f2 | 2017-04-04 11:24:11 -0700 | [diff] [blame] | 526 | <plugin> |
| 527 | <groupId>org.sonatype.plugins</groupId> |
| 528 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 529 | <version>1.6.7</version> |
| 530 | <extensions>true</extensions> |
| 531 | <configuration> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 532 | <nexusUrl>${onap.nexus.url}</nexusUrl> |
Patrick Brady | 245d6f2 | 2017-04-04 11:24:11 -0700 | [diff] [blame] | 533 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 534 | <serverId>ecomp-staging</serverId> |
| 535 | </configuration> |
| 536 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 537 | <!-- Javadocs Plugin --> |
| 538 | <plugin> |
| 539 | <groupId>org.apache.maven.plugins</groupId> |
| 540 | <artifactId>maven-site-plugin</artifactId> |
| 541 | <version>3.6</version> |
| 542 | <dependencies> |
| 543 | <dependency> |
| 544 | <groupId>org.apache.maven.wagon</groupId> |
| 545 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 546 | <version>2.10</version> |
| 547 | </dependency> |
| 548 | </dependencies> |
| 549 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 550 | <plugin> |
| 551 | <groupId>org.codehaus.mojo</groupId> |
| 552 | <artifactId>properties-maven-plugin</artifactId> |
| 553 | <executions> |
| 554 | <execution> |
| 555 | <goals> |
| 556 | <goal>set-system-properties</goal> |
| 557 | </goals> |
| 558 | <configuration> |
| 559 | <properties> |
| 560 | <property> |
| 561 | <name>maven.wagon.http.ssl.allowall</name> |
| 562 | <value>${ssl.allowall}</value> |
| 563 | </property> |
| 564 | <property> |
| 565 | <name>maven.wagon.http.ssl.insecure</name> |
| 566 | <value>${ssl.insecure}</value> |
| 567 | </property> |
| 568 | </properties> |
| 569 | </configuration> |
| 570 | </execution> |
| 571 | </executions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 572 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 573 | </plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 574 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 575 | <!-- blackduck maven plugin --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 576 | <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> |
| 577 | <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> |
| 578 | <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> |
| 579 | </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> |
| 580 | <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> --> |
| 581 | |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 582 | <!-- force Eclipse to skip the additional-install step specified in the |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 583 | org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 584 | <plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 585 | <groupId>org.apache.maven.plugins</groupId> |
| 586 | <artifactId>maven-install-plugin</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 587 | <executions> |
| 588 | <execution> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 589 | <id>additional-install</id> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 590 | <goals> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 591 | <goal>install-file</goal> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 592 | </goals> |
| 593 | </execution> |
| 594 | </executions> |
| 595 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 596 | </plugins> |
| 597 | </build> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 598 | |
| 599 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 600 | <!-- ================================================================================== --> |
| 601 | <!-- The modules we build every time --> |
| 602 | <!-- ================================================================================== --> |
| 603 | <modules> |
| 604 | <module>appc-common</module> |
| 605 | </modules> |
| 606 | <!-- Adding profiles for testing --> |
| 607 | <profiles> |
| 608 | <profile> |
| 609 | <id>appc-core</id> |
| 610 | <properties> |
| 611 | <ssl.allowall>true</ssl.allowall> |
| 612 | <ssl.insecure>true</ssl.insecure> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 613 | <openecomp.git.port>7999</openecomp.git.port> |
| 614 | <openecomp.git.project>st_osecomp</openecomp.git.project> |
| 615 | <openecomp.git.protocol>http</openecomp.git.protocol> |
| 616 | </properties> |
| 617 | <!-- Core app-c from 1604 --> |
| 618 | <activation> |
| 619 | <activeByDefault>true</activeByDefault> |
| 620 | </activation> |
| 621 | <modules> |
| 622 | <module>appc-common</module> |
| 623 | <module>appc-adapters</module> |
| 624 | <module>appc-provider</module> |
| 625 | <module>appc-event-listener</module> |
mojahidi | 3df3182 | 2017-08-29 18:20:26 +0530 | [diff] [blame] | 626 | <module>appc-sdc-listener</module> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 627 | <module>appc-lifecycle-management</module> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 628 | <module>appc-oam</module> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 629 | <module>appc-config</module> |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 630 | <module>appc-directed-graph</module> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 631 | <module>appc-outbound</module> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 632 | <module>appc-inbound</module> |
Kalpesh Chaniyara | 5b75909 | 2017-08-15 23:40:34 +0530 | [diff] [blame] | 633 | <module>appc-sequence-generator</module> |
Skip Wonnell | abe9420 | 2017-08-29 22:39:17 -0500 | [diff] [blame] | 634 | <module>appc-client</module> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 635 | </modules> |
| 636 | </profile> |
| 637 | <profile> |
| 638 | <id>request-dispatcher</id> |
| 639 | <properties> |
| 640 | <ssl.allowall>true</ssl.allowall> |
| 641 | <ssl.insecure>true</ssl.insecure> |
| 642 | </properties> |
| 643 | <activation> |
| 644 | <activeByDefault>true</activeByDefault> |
| 645 | </activation> |
| 646 | <modules> |
| 647 | <module>appc-dispatcher</module> |
| 648 | <module>appc-metric</module> |
| 649 | <module>appc-dg</module> |
| 650 | <module>appc-dg-util</module> |
| 651 | </modules> |
| 652 | </profile> |
| 653 | </profiles> |
Patrick Brady | 9171e28 | 2017-02-21 13:20:34 -0800 | [diff] [blame] | 654 | </project> |