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 | ================================================================================ |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
mojahidi | 3df3182 | 2017-08-29 18:20:26 +0530 | [diff] [blame] | 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. |
mojahidi | 3df3182 | 2017-08-29 18:20:26 +0530 | [diff] [blame] | 21 | ============LICENSE_END========================================================= |
| 22 | --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | 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] | 25 | <parent> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 26 | <groupId>org.onap.ccsdk.parent</groupId> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 27 | <artifactId>odlparent</artifactId> |
Patrick Brady | 8afc602 | 2018-05-24 13:01:47 -0700 | [diff] [blame] | 28 | <version>1.0.3</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 29 | </parent> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 30 | |
| 31 | |
| 32 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 33 | <packaging>pom</packaging> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 34 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 35 | <artifactId>appc</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 36 | <version>1.4.0-SNAPSHOT</version> |
Jessica Wagantall | 6900678 | 2017-09-08 14:32:54 -0700 | [diff] [blame] | 37 | <name>appc</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 38 | <description>Construct the Application Controller component for the ECOMP project.</description> |
| 39 | <inceptionYear>2015-07-20</inceptionYear> |
| 40 | <organization> |
| 41 | <name>OpenECOMP</name> |
| 42 | </organization> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 43 | |
| 44 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 45 | <!-- ================================================================================== --> |
| 46 | <!-- Configuration properties --> |
| 47 | <!-- ================================================================================== --> |
| 48 | <properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 49 | <!-- VERSIONS --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 50 | |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 51 | |
Modaboina, Kusumakumari (km583p) | ef6d9c7 | 2018-06-22 13:20:12 -0400 | [diff] [blame] | 52 | <cdp.pal.version>1.1.25.8-oss</cdp.pal.version> |
Ryan Young | 8a2a307 | 2018-04-10 17:25:48 -0400 | [diff] [blame] | 53 | <dmaap.client.version>1.1.5</dmaap.client.version> |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 54 | <eelf.version>1.0.0</eelf.version> |
| 55 | <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 56 | <cadi-version>1.3.0</cadi-version> |
| 57 | <inno-version>1.2.11</inno-version> |
| 58 | <dme2-version>3.1.200</dme2-version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 59 | <bundle.plugin.version>2.5.0</bundle.plugin.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 60 | <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version> |
| 61 | <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version> |
| 62 | <apache.httpcomponents.version>4.4</apache.httpcomponents.version> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 63 | <commons.lang3.version>3.4</commons.lang3.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 64 | <antlr.version>4.5.1</antlr.version> |
Ryan Young | df1c3a5 | 2018-04-27 14:12:56 -0400 | [diff] [blame] | 65 | <logback.version>1.2.0</logback.version> |
Masal, Sushil (sm588m) | 0500d5d | 2017-08-13 19:10:02 +0530 | [diff] [blame] | 66 | <toscalib.version>1.1.0</toscalib.version> |
Patrick Brady | ec8d834 | 2018-03-28 22:16:17 -0700 | [diff] [blame] | 67 | <sdc-client.version>1.3.0</sdc-client.version> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 68 | <jackson.yml.version>2.3.2</jackson.yml.version> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 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> |
Marcus G K Williams | 96f45e8 | 2017-08-16 10:05:43 -0700 | [diff] [blame] | 74 | <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] | 75 | <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> |
| 76 | <sonar.projectVersion>${project.version}</sonar.projectVersion> |
| 77 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 78 | <salGeneratorPath>target/generated-sources/yang-gen-sal</salGeneratorPath> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 79 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 80 | <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER GENERATION --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 81 | <yang.file.directory>src/main/yang</yang.file.directory> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 82 | <features.file>features.xml</features.file> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 83 | <jmxGeneratorPath>target/generated-sources/yang-gen-config</jmxGeneratorPath> |
| 84 | <!-- <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath> --> |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 85 | |
Patrick Brady | f0852a8 | 2017-09-12 10:29:40 -0700 | [diff] [blame] | 86 | <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 87 | |
Patrick Brady | 70f978a | 2018-05-02 10:30:48 -0700 | [diff] [blame] | 88 | <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version> |
| 89 | <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version> |
| 90 | <!-- <ccsdk.sli.adaptors.version>${ccsdk.sli.adaptors.version}</ccsdk.sli.adaptors.version> --> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 91 | <commons.collections.version>3.2.2</commons.collections.version> |
| 92 | <odl.sal.api.gen.plugin.version>0.11.1</odl.sal.api.gen.plugin.version> |
| 93 | <odl.yangtools.version>1.2.1</odl.yangtools.version> |
| 94 | <odl.mdsal.yang.binding.version>0.11.1</odl.mdsal.yang.binding.version> |
| 95 | <odl.mdsal.version>1.6.1</odl.mdsal.version> |
| 96 | <odl.mdsal.features.version>2.3.1</odl.mdsal.features.version> |
| 97 | <odl.yang.jmx.generator.version>0.7.1</odl.yang.jmx.generator.version> |
| 98 | <odl.ietf-yang-types.version>2010.09.24.11.1</odl.ietf-yang-types.version> |
| 99 | <odl.ietf-inet-types.version>2010.09.24.11.1</odl.ietf-inet-types.version> |
| 100 | <odl.controller.config.api.version>0.7.1</odl.controller.config.api.version> |
| 101 | <odl.commons.opendaylight.version>2.0.5</odl.commons.opendaylight.version> |
| 102 | <odl.karaf.empty.distro.version>1.8.3-Carbon</odl.karaf.empty.distro.version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 103 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 104 | </properties> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 105 | |
| 106 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 107 | <!-- ================================================================================== --> |
| 108 | <!-- Javadoc Generation Plugin --> |
| 109 | <!-- ================================================================================== --> |
| 110 | <reporting> |
| 111 | <plugins> |
| 112 | <plugin> |
| 113 | <groupId>org.apache.maven.plugins</groupId> |
| 114 | <artifactId>maven-javadoc-plugin</artifactId> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 115 | <version>2.10</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 116 | <configuration> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 117 | <excludePackageNames>org.onap.ccsdk.sli</excludePackageNames> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 118 | <failOnError>false</failOnError> |
| 119 | <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet> |
| 120 | <docletArtifact> |
| 121 | <groupId>org.umlgraph</groupId> |
| 122 | <artifactId>umlgraph</artifactId> |
| 123 | <version>5.6</version> |
| 124 | </docletArtifact> |
| 125 | <additionalparam>-views</additionalparam> |
| 126 | <useStandardDocletOptions>true</useStandardDocletOptions> |
| 127 | </configuration> |
| 128 | </plugin> |
| 129 | </plugins> |
| 130 | </reporting> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 131 | |
| 132 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 133 | <!-- ================================================================================== --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 134 | <!-- Distribution Management Sites --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 135 | <!-- ================================================================================== --> |
| 136 | <distributionManagement> |
| 137 | <!-- This site is used for Javadocs --> |
| 138 | <site> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 139 | <id>ecomp-site</id> |
Patrick Brady | 172e0a2 | 2017-10-25 23:57:50 -0700 | [diff] [blame] | 140 | <url>dav:${onap.nexus.url}/content/sites/site/org/onap/appc/${project.version}</url> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 141 | </site> |
Patrick Brady | f0852a8 | 2017-09-12 10:29:40 -0700 | [diff] [blame] | 142 | <repository> |
| 143 | <id>ecomp-releases</id> |
| 144 | <name>openecomp-repository-releases</name> |
| 145 | <url>${onap.nexus.url}/content/repositories/releases</url> |
| 146 | </repository> |
| 147 | <snapshotRepository> |
| 148 | <id>ecomp-snapshots</id> |
| 149 | <name>openecomp-repository-snapshots</name> |
| 150 | <url>${onap.nexus.url}/content/repositories/snapshots</url> |
| 151 | </snapshotRepository> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 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> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 201 | <dependency> |
| 202 | <groupId>com.google.guava</groupId> |
| 203 | <artifactId>guava</artifactId> |
| 204 | <version>22.0</version> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>com.google.guava</groupId> |
| 208 | <artifactId>guava-testlib</artifactId> |
| 209 | <version>22.0</version> |
| 210 | <scope>test</scope> |
| 211 | </dependency> |
Gary Wu | f657391 | 2017-06-21 16:51:59 -0700 | [diff] [blame] | 212 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 213 | <groupId>org.opendaylight.controller</groupId> |
| 214 | <artifactId>config-api</artifactId> |
| 215 | <version>${odl.controller.config.api.version}</version> |
| 216 | </dependency> |
| 217 | <dependency> |
| 218 | <groupId>org.opendaylight.controller</groupId> |
| 219 | <artifactId>sal-binding-config</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 220 | <version>${odl.mdsal.version}</version> |
| 221 | </dependency> |
| 222 | <dependency> |
| 223 | <groupId>org.opendaylight.controller</groupId> |
| 224 | <artifactId>sal-binding-api</artifactId> |
| 225 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 226 | </dependency> |
| 227 | <dependency> |
| 228 | <groupId>org.opendaylight.controller</groupId> |
| 229 | <artifactId>sal-test-model</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 230 | <version>${odl.mdsal.version}</version> |
| 231 | </dependency> |
| 232 | <dependency> |
| 233 | <groupId>org.opendaylight.netconf</groupId> |
| 234 | <artifactId>sal-rest-connector</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 235 | <version>${odl.mdsal.version}</version> |
| 236 | </dependency> |
| 237 | <dependency> |
| 238 | <groupId>org.opendaylight.controller</groupId> |
| 239 | <artifactId>sal-binding-broker-impl</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 240 | <version>${odl.mdsal.version}</version> |
| 241 | </dependency> |
| 242 | <dependency> |
| 243 | <groupId>org.opendaylight.controller</groupId> |
| 244 | <artifactId>sal-common-util</artifactId> |
| 245 | <version>${odl.mdsal.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 246 | </dependency> |
| 247 | <dependency> |
| 248 | <groupId>org.opendaylight.mdsal</groupId> |
| 249 | <artifactId>yang-binding</artifactId> |
Patrick Brady | a41533f | 2017-04-03 09:47:37 -0700 | [diff] [blame] | 250 | <version>${odl.mdsal.yang.binding.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 251 | </dependency> |
| 252 | <dependency> |
| 253 | <groupId>org.opendaylight.yangtools</groupId> |
| 254 | <artifactId>yang-common</artifactId> |
| 255 | <version>${odl.yangtools.version}</version> |
| 256 | </dependency> |
| 257 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 258 | <groupId>org.opendaylight.controller</groupId> |
| 259 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 260 | <version>${odl.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 261 | <classifier>features</classifier> |
| 262 | <type>xml</type> |
| 263 | </dependency> |
| 264 | <dependency> |
| 265 | <groupId>org.opendaylight.mdsal</groupId> |
| 266 | <artifactId>features-mdsal</artifactId> |
Patrick Brady | da976a9 | 2017-04-05 10:16:12 -0700 | [diff] [blame] | 267 | <version>${odl.mdsal.features.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 268 | <classifier>features</classifier> |
| 269 | <type>xml</type> |
| 270 | </dependency> |
| 271 | <dependency> |
| 272 | <groupId>org.opendaylight.controller</groupId> |
| 273 | <artifactId>opendaylight-karaf-empty</artifactId> |
| 274 | <version>${odl.karaf.empty.distro.version}</version> |
| 275 | <type>zip</type> |
| 276 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 277 | <dependency> |
| 278 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 279 | <artifactId>ietf-inet-types</artifactId> |
| 280 | <version>${odl.ietf-inet-types.version}</version> |
| 281 | </dependency> |
| 282 | <dependency> |
| 283 | <groupId>org.opendaylight.mdsal.model</groupId> |
| 284 | <artifactId>ietf-yang-types</artifactId> |
| 285 | <version>${odl.ietf-yang-types.version}</version> |
| 286 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 287 | <!-- CURRENTLY DOES NOT EXIST IN 3.0. Replacement? --> |
| 288 | <!-- Required for launching the feature tests --> |
| 289 | <!-- <dependency> --> |
| 290 | <!-- <groupId>org.opendaylight.yangtools</groupId> --> |
| 291 | <!-- <artifactId>features-test</artifactId> --> |
| 292 | <!-- <version>${odl.yangtools.version}</version> --> |
| 293 | <!-- <scope>test</scope> --> |
| 294 | <!-- </dependency> --> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 295 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 296 | <!-- YANG tools --> |
| 297 | <dependency> |
| 298 | <groupId>org.opendaylight.yangtools</groupId> |
| 299 | <artifactId>features-yangtools</artifactId> |
| 300 | <version>${odl.yangtools.version}</version> |
| 301 | <classifier>features</classifier> |
| 302 | <type>xml</type> |
| 303 | </dependency> |
| 304 | <!-- SDNC --> |
| 305 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 306 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 307 | <artifactId>sli-common</artifactId> |
| 308 | <version>${sdnctl.sli.version}</version> |
| 309 | </dependency> |
| 310 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 311 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 312 | <artifactId>sli-provider</artifactId> |
| 313 | <version>${sdnctl.sli.version}</version> |
| 314 | </dependency> |
| 315 | <!-- dblib --> |
| 316 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 317 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 318 | <artifactId>dblib-provider</artifactId> |
| 319 | <version>${sdnctl.dblib.version}</version> |
| 320 | </dependency> |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 321 | <!-- A&AI service provider dependency override in order to use a stable |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 322 | version --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 323 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 324 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 325 | <artifactId>aai-service-provider</artifactId> |
| 326 | <version>${sdnctl.aai.service.version}</version> |
| 327 | </dependency> |
| 328 | <!-- APPC --> |
| 329 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 330 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 331 | <artifactId>appc-controller-features</artifactId> |
| 332 | <classifier>features</classifier> |
| 333 | <type>xml</type> |
| 334 | <version>${project.version}</version> |
| 335 | </dependency> |
| 336 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 337 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 338 | <artifactId>appc-controller-model</artifactId> |
| 339 | <version>${project.version}</version> |
| 340 | </dependency> |
| 341 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 342 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 343 | <artifactId>appc-controller-bundle</artifactId> |
| 344 | <version>${project.version}</version> |
| 345 | <classifier>config</classifier> |
| 346 | <type>xml</type> |
| 347 | </dependency> |
| 348 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 349 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 350 | <artifactId>appc-controller-bundle</artifactId> |
| 351 | <version>${project.version}</version> |
| 352 | </dependency> |
| 353 | <!-- OTHER --> |
| 354 | <dependency> |
| 355 | <groupId>equinoxSDK381</groupId> |
| 356 | <artifactId>org.eclipse.osgi</artifactId> |
| 357 | <version>${equinox.osgi.version}</version> |
| 358 | </dependency> |
| 359 | <dependency> |
| 360 | <groupId>org.apache.commons</groupId> |
| 361 | <artifactId>commons-lang3</artifactId> |
| 362 | <version>${commons.lang3.version}</version> |
| 363 | </dependency> |
| 364 | <dependency> |
| 365 | <groupId>junit</groupId> |
| 366 | <artifactId>junit</artifactId> |
| 367 | <version>4.12</version> |
| 368 | <scope>test</scope> |
| 369 | </dependency> |
| 370 | <dependency> |
Michal Kabaj | 2239703 | 2018-02-26 10:28:25 +0100 | [diff] [blame] | 371 | <groupId>org.assertj</groupId> |
| 372 | <artifactId>assertj-core</artifactId> |
| 373 | <version>3.9.0</version> |
| 374 | <scope>test</scope> |
| 375 | </dependency> |
| 376 | <dependency> |
| 377 | <groupId>org.assertj</groupId> |
| 378 | <artifactId>assertj-guava</artifactId> |
| 379 | <version>3.1.0</version> |
| 380 | <scope>test</scope> |
| 381 | </dependency> |
| 382 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 383 | <groupId>ch.qos.logback</groupId> |
| 384 | <artifactId>logback-core</artifactId> |
Ryan Young | 4181ebe | 2018-04-04 18:26:52 -0400 | [diff] [blame] | 385 | <version>${logback.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 386 | <scope>compile</scope> |
| 387 | </dependency> |
| 388 | <dependency> |
| 389 | <groupId>ch.qos.logback</groupId> |
| 390 | <artifactId>logback-classic</artifactId> |
Ryan Young | 4181ebe | 2018-04-04 18:26:52 -0400 | [diff] [blame] | 391 | <version>${logback.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 392 | <scope>compile</scope> |
| 393 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 394 | <!-- <dependency> --> |
| 395 | <!-- <groupId>org.slf4j</groupId> --> |
| 396 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 397 | <!-- <version>1.7.12</version> --> |
| 398 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 399 | <dependency> |
| 400 | <groupId>commons-lang</groupId> |
| 401 | <artifactId>commons-lang</artifactId> |
| 402 | <version>2.6</version> |
| 403 | </dependency> |
| 404 | <dependency> |
| 405 | <groupId>org.apache.sshd</groupId> |
| 406 | <artifactId>sshd-core</artifactId> |
David Crosson | 9fa2ece | 2018-07-16 17:52:06 +0200 | [diff] [blame] | 407 | <version>2.0.0</version> |
| 408 | </dependency> |
| 409 | <dependency> |
| 410 | <groupId>org.apache.sshd</groupId> |
| 411 | <artifactId>sshd-sftp</artifactId> |
| 412 | <version>2.0.0</version> |
| 413 | </dependency> |
| 414 | <dependency> |
| 415 | <groupId>org.apache.sshd</groupId> |
| 416 | <artifactId>sshd-scp</artifactId> |
| 417 | <version>2.0.0</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 418 | </dependency> |
| 419 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 420 | <groupId>org.mockito</groupId> |
| 421 | <artifactId>mockito-core</artifactId> |
| 422 | <version>1.10.19</version> |
| 423 | <scope>test</scope> |
| 424 | </dependency> |
| 425 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 426 | <groupId>com.att.cdp</groupId> |
| 427 | <artifactId>cdp-pal-common</artifactId> |
| 428 | <version>${cdp.pal.version}</version> |
| 429 | </dependency> |
| 430 | <dependency> |
| 431 | <groupId>com.att.cdp</groupId> |
| 432 | <artifactId>cdp-pal-openstack</artifactId> |
| 433 | <version>${cdp.pal.version}</version> |
| 434 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 435 | <dependency> |
| 436 | <groupId>com.att.authz</groupId> |
| 437 | <artifactId>authz-client</artifactId> |
| 438 | <version>2.3</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 439 | </dependency> |
| 440 | <!-- EELF logging framework --> |
| 441 | <dependency> |
| 442 | <groupId>com.att.eelf</groupId> |
| 443 | <artifactId>eelf-core</artifactId> |
| 444 | <version>${eelf.version}</version> |
| 445 | </dependency> |
Patrick Brady | ac62a4a | 2017-09-13 00:11:21 -0700 | [diff] [blame] | 446 | <!-- Maria DB --> |
| 447 | <dependency> |
| 448 | <groupId>org.mariadb.jdbc</groupId> |
| 449 | <artifactId>mariadb-java-client</artifactId> |
Patrick Brady | 3099e80 | 2018-05-03 11:01:39 -0700 | [diff] [blame] | 450 | <version>2.1.1</version> |
Patrick Brady | ac62a4a | 2017-09-13 00:11:21 -0700 | [diff] [blame] | 451 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 452 | </dependencies> |
| 453 | </dependencyManagement> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 454 | <dependencies> |
| 455 | <dependency> |
| 456 | <groupId>org.apache.commons</groupId> |
| 457 | <artifactId>commons-lang3</artifactId> |
| 458 | </dependency> |
| 459 | </dependencies> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 460 | |
| 461 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 462 | <!-- ================================================================================== --> |
| 463 | <!-- Define common plugins and make them available for all modules --> |
| 464 | <!-- ================================================================================== --> |
| 465 | <build> |
| 466 | <pluginManagement> |
| 467 | <plugins> |
| 468 | <!-- Define the site plugin to generate documentation --> |
| 469 | <plugin> |
| 470 | <groupId>org.apache.maven.plugins</groupId> |
| 471 | <artifactId>maven-site-plugin</artifactId> |
| 472 | <version>3.4</version> |
| 473 | <dependencies> |
| 474 | <!-- add support for ssh/scp --> |
| 475 | <dependency> |
| 476 | <groupId>org.apache.maven.wagon</groupId> |
| 477 | <artifactId>wagon-ssh</artifactId> |
| 478 | <version>1.0</version> |
| 479 | </dependency> |
| 480 | </dependencies> |
| 481 | </plugin> |
| 482 | <!-- Define the compiler plugin --> |
| 483 | <plugin> |
| 484 | <groupId>org.apache.maven.plugins</groupId> |
| 485 | <artifactId>maven-compiler-plugin</artifactId> |
| 486 | <version>${maven.compile.plugin.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 487 | </plugin> |
| 488 | <!-- Define the javadoc plugin --> |
| 489 | <plugin> |
| 490 | <groupId>org.apache.maven.plugins</groupId> |
| 491 | <artifactId>maven-javadoc-plugin</artifactId> |
| 492 | <version>2.10</version> |
| 493 | <configuration> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 494 | <excludePackageNames>org.opendaylight.*:org.onap.ccsdk.sli</excludePackageNames> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 495 | </configuration> |
| 496 | </plugin> |
| 497 | <!-- Define the source plugin --> |
| 498 | <plugin> |
| 499 | <artifactId>maven-source-plugin</artifactId> |
| 500 | <version>2.1.1</version> |
| 501 | </plugin> |
| 502 | <!-- Resources plugin --> |
| 503 | <plugin> |
| 504 | <groupId>org.apache.maven.plugins</groupId> |
| 505 | <artifactId>maven-resources-plugin</artifactId> |
| 506 | <version>2.6</version> |
| 507 | <executions> |
| 508 | <execution> |
| 509 | <id>filter</id> |
| 510 | <goals> |
| 511 | <goal>resources</goal> |
| 512 | </goals> |
| 513 | <phase>generate-resources</phase> |
| 514 | </execution> |
| 515 | </executions> |
| 516 | </plugin> |
| 517 | <plugin> |
| 518 | <artifactId>maven-release-plugin</artifactId> |
| 519 | <version>2.5.2</version> |
| 520 | <configuration> |
| 521 | <goals>-s ${mvn.settings} deploy</goals> |
| 522 | </configuration> |
| 523 | </plugin> |
| 524 | <plugin> |
| 525 | <artifactId>maven-assembly-plugin</artifactId> |
| 526 | <version>2.5.5</version> |
| 527 | </plugin> |
| 528 | <plugin> |
| 529 | <groupId>org.apache.maven.plugins</groupId> |
| 530 | <artifactId>maven-deploy-plugin</artifactId> |
| 531 | <version>2.8.1</version> |
| 532 | </plugin> |
| 533 | <plugin> |
| 534 | <groupId>org.apache.maven.plugins</groupId> |
| 535 | <artifactId>maven-dependency-plugin</artifactId> |
| 536 | <version>2.10</version> |
| 537 | </plugin> |
| 538 | <!-- Maven surefire plugin for testing --> |
| 539 | <plugin> |
| 540 | <artifactId>maven-surefire-plugin</artifactId> |
| 541 | <version>2.17</version> |
| 542 | </plugin> |
| 543 | <!-- Maven OSGi bundle plugin used to package OSGi bundles --> |
| 544 | <plugin> |
| 545 | <groupId>org.apache.felix</groupId> |
| 546 | <artifactId>maven-bundle-plugin</artifactId> |
| 547 | <version>${bundle.plugin.version}</version> |
| 548 | </plugin> |
| 549 | <plugin> |
| 550 | <groupId>org.codehaus.mojo</groupId> |
| 551 | <artifactId>build-helper-maven-plugin</artifactId> |
| 552 | <version>1.9.1</version> |
| 553 | </plugin> |
Marcus G K Williams | 962f03b | 2017-08-18 15:03:51 -0700 | [diff] [blame] | 554 | <plugin> |
| 555 | <groupId>org.sonarsource.scanner.maven</groupId> |
| 556 | <artifactId>sonar-maven-plugin</artifactId> |
| 557 | <version>3.2</version> |
| 558 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 559 | </plugins> |
| 560 | </pluginManagement> |
| 561 | <plugins> |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 562 | <!--maven staging plugin --> |
| 563 | <plugin> |
| 564 | <groupId>org.sonatype.plugins</groupId> |
| 565 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 566 | <version>1.6.7</version> |
| 567 | <extensions>true</extensions> |
| 568 | <configuration> |
| 569 | <nexusUrl>${onap.nexus.url}</nexusUrl> |
| 570 | <stagingProfileId>176c31dfe190a</stagingProfileId> |
| 571 | <serverId>ecomp-staging</serverId> |
| 572 | </configuration> |
| 573 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 574 | <!-- Javadocs Plugin --> |
| 575 | <plugin> |
| 576 | <groupId>org.apache.maven.plugins</groupId> |
| 577 | <artifactId>maven-site-plugin</artifactId> |
| 578 | <version>3.6</version> |
| 579 | <dependencies> |
| 580 | <dependency> |
| 581 | <groupId>org.apache.maven.wagon</groupId> |
| 582 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 583 | <version>2.10</version> |
| 584 | </dependency> |
| 585 | </dependencies> |
| 586 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 587 | <plugin> |
| 588 | <groupId>org.codehaus.mojo</groupId> |
| 589 | <artifactId>properties-maven-plugin</artifactId> |
| 590 | <executions> |
| 591 | <execution> |
| 592 | <goals> |
| 593 | <goal>set-system-properties</goal> |
| 594 | </goals> |
| 595 | <configuration> |
| 596 | <properties> |
| 597 | <property> |
| 598 | <name>maven.wagon.http.ssl.allowall</name> |
| 599 | <value>${ssl.allowall}</value> |
| 600 | </property> |
| 601 | <property> |
| 602 | <name>maven.wagon.http.ssl.insecure</name> |
| 603 | <value>${ssl.insecure}</value> |
| 604 | </property> |
| 605 | </properties> |
| 606 | </configuration> |
| 607 | </execution> |
| 608 | </executions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 609 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 610 | </plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 611 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 612 | <!-- blackduck maven plugin --> |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame] | 613 | <!-- <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> |
| 614 | <version>2.0.0</version> <inherited>false</inherited> <configuration> <hubProjectName>${project.name}</hubProjectName> |
| 615 | <outputDirectory>${project.basedir}</outputDirectory> <deployHubBdio>false</deployHubBdio> |
| 616 | </configuration> <executions> <execution> <id>create-bdio-file</id> <phase>package</phase> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 617 | <goals> <goal>build-bom</goal> </goals> </execution> </executions> </plugin> --> |
| 618 | |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 619 | <!-- force Eclipse to skip the additional-install step specified in the |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 620 | org.opendaylight.odlparent:odlparent-lite:1.7.1-Boron-SR1.pom profile --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 621 | <plugin> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 622 | <groupId>org.apache.maven.plugins</groupId> |
| 623 | <artifactId>maven-install-plugin</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 624 | <executions> |
| 625 | <execution> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 626 | <id>additional-install</id> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 627 | <goals> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 628 | <goal>install-file</goal> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 629 | </goals> |
| 630 | </execution> |
| 631 | </executions> |
| 632 | </plugin> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 633 | </plugins> |
| 634 | </build> |
Patrick Brady | 7a638b6 | 2017-03-30 11:04:22 -0700 | [diff] [blame] | 635 | |
| 636 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 637 | <!-- ================================================================================== --> |
| 638 | <!-- The modules we build every time --> |
| 639 | <!-- ================================================================================== --> |
| 640 | <modules> |
Patrick Brady | 1ed2c49 | 2018-06-13 15:02:35 -0700 | [diff] [blame] | 641 | <module>appc-parent</module> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 642 | <module>appc-common</module> |
| 643 | </modules> |
| 644 | <!-- Adding profiles for testing --> |
| 645 | <profiles> |
| 646 | <profile> |
| 647 | <id>appc-core</id> |
| 648 | <properties> |
| 649 | <ssl.allowall>true</ssl.allowall> |
| 650 | <ssl.insecure>true</ssl.insecure> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 651 | <openecomp.git.port>7999</openecomp.git.port> |
| 652 | <openecomp.git.project>st_osecomp</openecomp.git.project> |
| 653 | <openecomp.git.protocol>http</openecomp.git.protocol> |
| 654 | </properties> |
| 655 | <!-- Core app-c from 1604 --> |
| 656 | <activation> |
| 657 | <activeByDefault>true</activeByDefault> |
| 658 | </activation> |
| 659 | <modules> |
| 660 | <module>appc-common</module> |
| 661 | <module>appc-adapters</module> |
| 662 | <module>appc-provider</module> |
| 663 | <module>appc-event-listener</module> |
mojahidi | 3df3182 | 2017-08-29 18:20:26 +0530 | [diff] [blame] | 664 | <module>appc-sdc-listener</module> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 665 | <module>appc-lifecycle-management</module> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 666 | <module>appc-oam</module> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 667 | <module>appc-config</module> |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 668 | <module>appc-directed-graph</module> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 669 | <module>appc-outbound</module> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 670 | <module>appc-inbound</module> |
Kalpesh Chaniyara | 5b75909 | 2017-08-15 23:40:34 +0530 | [diff] [blame] | 671 | <module>appc-sequence-generator</module> |
Skip Wonnell | abe9420 | 2017-08-29 22:39:17 -0500 | [diff] [blame] | 672 | <module>appc-client</module> |
Anand | 36bcd56 | 2018-01-04 19:35:51 -0500 | [diff] [blame] | 673 | <module>appc-test-dependencies</module> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 674 | </modules> |
| 675 | </profile> |
| 676 | <profile> |
| 677 | <id>request-dispatcher</id> |
| 678 | <properties> |
| 679 | <ssl.allowall>true</ssl.allowall> |
| 680 | <ssl.insecure>true</ssl.insecure> |
| 681 | </properties> |
| 682 | <activation> |
| 683 | <activeByDefault>true</activeByDefault> |
| 684 | </activation> |
| 685 | <modules> |
| 686 | <module>appc-dispatcher</module> |
| 687 | <module>appc-metric</module> |
| 688 | <module>appc-dg</module> |
| 689 | <module>appc-dg-util</module> |
| 690 | </modules> |
| 691 | </profile> |
| 692 | </profiles> |
Patrick Brady | 9171e28 | 2017-02-21 13:20:34 -0800 | [diff] [blame] | 693 | </project> |