Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | f6332bd | 2018-06-13 13:07:38 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.onap.appc.parent</groupId> |
| 27 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 9d38008 | 2018-10-09 11:32:38 -0700 | [diff] [blame] | 28 | <version>1.4.0</version> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 29 | <relativePath /> |
| 30 | </parent> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 31 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 32 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 33 | <artifactId>appc-iaas-adapter-bundle</artifactId> |
| 34 | <packaging>bundle</packaging> |
| 35 | <name>IaaS Adapter - bundle</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 36 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 40 | <artifactId>appc-common-bundle</artifactId> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 41 | <version>${project.version}</version> |
| 42 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 43 | <exclusions> |
| 44 | <exclusion> |
| 45 | <groupId>javax</groupId> |
| 46 | <artifactId>javaee-api</artifactId> |
| 47 | </exclusion> |
| 48 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 49 | </dependency> |
| 50 | |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 51 | |
| 52 | <dependency> |
| 53 | <groupId>com.att.cdp</groupId> |
| 54 | <artifactId>cdp-pal-common</artifactId> |
| 55 | <scope>compile</scope> |
| 56 | <version>${cdp.pal.version}</version> |
| 57 | <exclusions> |
| 58 | <exclusion> |
| 59 | <groupId>ch.qos.logback</groupId> |
| 60 | <artifactId>logback-classic</artifactId> |
| 61 | </exclusion> |
| 62 | </exclusions> |
| 63 | </dependency> |
| 64 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>com.att.cdp</groupId> |
| 67 | <artifactId>cdp-pal-openstack</artifactId> |
| 68 | <scope>compile</scope> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 69 | <version>${cdp.pal.version}</version> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 70 | <exclusions> |
| 71 | <exclusion> |
| 72 | <groupId>com.att.cdp</groupId> |
| 73 | <artifactId>cdp-pal-common</artifactId> |
| 74 | </exclusion> |
| 75 | </exclusions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 76 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 77 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 78 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 79 | <groupId>org.glassfish.jersey.core</groupId> |
| 80 | <artifactId>jersey-common</artifactId> |
| 81 | <version>2.25.1</version> |
| 82 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 83 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 84 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 85 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 86 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 87 | <groupId>org.glassfish.jersey.core</groupId> |
| 88 | <artifactId>jersey-client</artifactId> |
| 89 | <version>2.25.1</version> |
| 90 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 91 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 92 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 93 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 94 | <groupId>org.glassfish.jersey.core</groupId> |
| 95 | <artifactId>jersey-server</artifactId> |
| 96 | <version>2.25.1</version> |
| 97 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 98 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 99 | |
| 100 | <!-- <dependency> --> |
| 101 | <!-- <groupId>javax</groupId> --> |
| 102 | <!-- <artifactId>javaee-api</artifactId> --> |
| 103 | <!-- <version>7.0</version> --> |
| 104 | <!-- </dependency> --> |
| 105 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 106 | <dependency> |
| 107 | <groupId>javax.ws.rs</groupId> |
| 108 | <artifactId>javax.ws.rs-api</artifactId> |
| 109 | <version>2.0.1</version> |
| 110 | <scope>compile</scope> |
| 111 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 112 | |
| 113 | <!-- <dependency> --> |
| 114 | <!-- <groupId>org.glassfish.jersey.containers</groupId> --> |
| 115 | <!-- <artifactId>jersey-container-servlet</artifactId> --> |
| 116 | <!-- <version>2.25.1</version> --> |
| 117 | <!-- <scope>provided</scope> --> |
| 118 | <!-- </dependency> --> |
| 119 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 120 | <dependency> |
| 121 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 122 | <artifactId>jersey-grizzly-connector</artifactId> |
| 123 | <version>2.25.1</version> |
| 124 | <scope>compile</scope> |
| 125 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 126 | <!-- <dependency> --> |
| 127 | <!-- <groupId>org.glassfish.jersey.media</groupId> --> |
| 128 | <!-- <artifactId>jersey-media-json-jackson</artifactId> --> |
| 129 | <!-- <version>2.25.1</version> --> |
| 130 | <!-- </dependency> --> |
| 131 | |
| 132 | <!-- <dependency> --> |
| 133 | <!-- <groupId>com.fasterxml.jackson.jaxrs</groupId> --> |
| 134 | <!-- <artifactId>jackson-jaxrs-base</artifactId> --> |
| 135 | <!-- </dependency> --> |
| 136 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 137 | <dependency> |
| 138 | <groupId>javax.xml</groupId> |
| 139 | <artifactId>jaxp-api</artifactId> |
| 140 | <version>1.4.2</version> |
| 141 | <scope>compile</scope> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 142 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 143 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 144 | <dependency> |
| 145 | <groupId>javax.xml.bind</groupId> |
| 146 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 147 | <version>2.2.3</version> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 148 | <scope>compile</scope> |
| 149 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 150 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 151 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 152 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 153 | <artifactId>sli-common</artifactId> |
| 154 | <scope>provided</scope> |
| 155 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 156 | <exclusions> |
| 157 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 158 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 159 | <artifactId>dblib-provider</artifactId> |
| 160 | </exclusion> |
| 161 | </exclusions> |
| 162 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 163 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 164 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 165 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 166 | <artifactId>sli-provider</artifactId> |
| 167 | <scope>provided</scope> |
| 168 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 169 | <exclusions> |
| 170 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 171 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 172 | <artifactId>dblib-provider</artifactId> |
| 173 | </exclusion> |
| 174 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 175 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 176 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 177 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 178 | <!-- <dependency> --> |
| 179 | <!-- <groupId>org.codehaus.jackson</groupId> --> |
| 180 | <!-- <artifactId>jackson-jaxrs</artifactId> --> |
Taka Cho | 65d7a30 | 2018-03-01 20:57:52 -0500 | [diff] [blame] | 181 | <!-- <version>1.9.13</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 182 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 183 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 184 | <!-- <dependency> --> |
| 185 | <!-- <groupId>commons-codec</groupId> --> |
| 186 | <!-- <artifactId>commons-codec</artifactId> --> |
| 187 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 188 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 189 | <!-- <dependency> --> |
| 190 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 191 | <!-- <artifactId>httpclient</artifactId> --> |
Taka Cho | bda7652 | 2018-03-07 11:42:59 -0500 | [diff] [blame] | 192 | <!-- <version>4.5.3</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 193 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 194 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 195 | <dependency> |
| 196 | <groupId>junit</groupId> |
| 197 | <artifactId>junit</artifactId> |
| 198 | <scope>test</scope> |
| 199 | </dependency> |
Michal Kabaj | 3756637 | 2017-12-19 14:36:59 +0100 | [diff] [blame] | 200 | <dependency> |
| 201 | <groupId>org.mockito</groupId> |
| 202 | <artifactId>mockito-core</artifactId> |
| 203 | <scope>test</scope> |
| 204 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 205 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 206 | <!-- <dependency> --> |
| 207 | <!-- <groupId>equinoxSDK381</groupId> --> |
| 208 | <!-- <artifactId>org.eclipse.osgi</artifactId> --> |
| 209 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 210 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 211 | <!-- <dependency> --> |
| 212 | <!-- <groupId>org.slf4j</groupId> --> |
| 213 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 214 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 215 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 216 | <!-- <dependency> --> |
| 217 | <!-- <groupId>org.slf4j</groupId> --> |
| 218 | <!-- <artifactId>jcl-over-slf4j</artifactId> --> |
| 219 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 220 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 221 | <!-- <dependency> --> |
| 222 | <!-- <groupId>xerces</groupId> --> |
| 223 | <!-- <artifactId>xerces</artifactId> --> |
| 224 | <!-- <version>2.4.0</version> --> |
| 225 | <!-- <scope>provided</scope> --> |
| 226 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 227 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 228 | <!-- <dependency> --> |
| 229 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 230 | <!-- <artifactId>httpcore</artifactId> --> |
| 231 | <!-- <version>${apache.httpcomponents.version}</version> --> |
| 232 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 233 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 234 | <!-- <dependency> --> |
| 235 | <!-- <groupId>commons-logging</groupId> --> |
| 236 | <!-- <artifactId>commons-logging</artifactId> --> |
| 237 | <!-- <version>1.2</version> --> |
| 238 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 239 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 240 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 241 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 242 | <build> |
| 243 | <plugins> |
| 244 | <plugin> |
| 245 | <groupId>org.apache.felix</groupId> |
| 246 | <artifactId>maven-bundle-plugin</artifactId> |
| 247 | <extensions>true</extensions> |
| 248 | <configuration> |
| 249 | <instructions> |
| 250 | <Bundle-SymbolicName>appc-iaas-adapter</Bundle-SymbolicName> |
| 251 | <Bundle-Activator>org.onap.appc.adapter.iaas.AppcProviderAdapterActivator</Bundle-Activator> |
| 252 | <Export-Package>org.onap.appc.adapter.iaas,com.att.cdp.zones.model</Export-Package> |
Patrick Brady | 9e0ae45 | 2018-10-24 15:53:36 -0700 | [diff] [blame^] | 253 | <Import-Package>javax.ws.rs.*,org.glassfish.jersey.*,org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.net.ssl,org.xml.sax</Import-Package> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 254 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.ws.rs.*,javax.net.*,javax.xml.*,org.xml.*</Import-Package> --> |
| 255 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*,javax.xml.*</Import-Package> --> |
Patrick Brady | 9e0ae45 | 2018-10-24 15:53:36 -0700 | [diff] [blame^] | 256 | <Embed-Dependency>!javax.ws.rs-api,!jersey-client,!jersey-server,!jersey-common,*;scope=compile|runtime;artifactId=!org.eclipse.osgi|slf4j-api|jcl-over-slf4j|</Embed-Dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 257 | <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency> --> |
| 258 | <Embed-Transitive>true</Embed-Transitive> |
| 259 | </instructions> |
| 260 | </configuration> |
| 261 | </plugin> |
| 262 | </plugins> |
| 263 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 264 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 265 | <profiles> |
| 266 | <profile> |
| 267 | <id>NonSlowTests</id> |
| 268 | <activation> |
| 269 | <activeByDefault>true</activeByDefault> |
| 270 | </activation> |
| 271 | <build> |
| 272 | <plugins> |
| 273 | <plugin> |
| 274 | <groupId>org.apache.maven.plugins</groupId> |
| 275 | <artifactId>maven-surefire-plugin</artifactId> |
| 276 | <configuration> |
| 277 | <excludedGroups>org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl</excludedGroups> |
| 278 | </configuration> |
| 279 | </plugin> |
| 280 | </plugins> |
| 281 | </build> |
| 282 | </profile> |
| 283 | </profiles> |
Patrick Brady | 7ee4094 | 2018-10-11 11:09:56 -0700 | [diff] [blame] | 284 | <version>1.4.1-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 285 | </project> |