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> |
| 28 | <version>1.4.0-SNAPSHOT</version> |
| 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 | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>com.att.cdp</groupId> |
| 53 | <artifactId>cdp-pal-openstack</artifactId> |
| 54 | <scope>compile</scope> |
Patrick Brady | 2108e88 | 2018-08-10 09:24:50 -0700 | [diff] [blame] | 55 | <version>${cdp.pal.version}</version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 56 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 57 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 58 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 59 | <groupId>org.glassfish.jersey.core</groupId> |
| 60 | <artifactId>jersey-common</artifactId> |
| 61 | <version>2.25.1</version> |
| 62 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 63 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 64 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 65 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 66 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 67 | <groupId>org.glassfish.jersey.core</groupId> |
| 68 | <artifactId>jersey-client</artifactId> |
| 69 | <version>2.25.1</version> |
| 70 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 71 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 72 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 73 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 74 | <groupId>org.glassfish.jersey.core</groupId> |
| 75 | <artifactId>jersey-server</artifactId> |
| 76 | <version>2.25.1</version> |
| 77 | <scope>compile</scope> |
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 | |
| 80 | <!-- <dependency> --> |
| 81 | <!-- <groupId>javax</groupId> --> |
| 82 | <!-- <artifactId>javaee-api</artifactId> --> |
| 83 | <!-- <version>7.0</version> --> |
| 84 | <!-- </dependency> --> |
| 85 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 86 | <dependency> |
| 87 | <groupId>javax.ws.rs</groupId> |
| 88 | <artifactId>javax.ws.rs-api</artifactId> |
| 89 | <version>2.0.1</version> |
| 90 | <scope>compile</scope> |
| 91 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 92 | |
| 93 | <!-- <dependency> --> |
| 94 | <!-- <groupId>org.glassfish.jersey.containers</groupId> --> |
| 95 | <!-- <artifactId>jersey-container-servlet</artifactId> --> |
| 96 | <!-- <version>2.25.1</version> --> |
| 97 | <!-- <scope>provided</scope> --> |
| 98 | <!-- </dependency> --> |
| 99 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 102 | <artifactId>jersey-grizzly-connector</artifactId> |
| 103 | <version>2.25.1</version> |
| 104 | <scope>compile</scope> |
| 105 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 106 | <!-- <dependency> --> |
| 107 | <!-- <groupId>org.glassfish.jersey.media</groupId> --> |
| 108 | <!-- <artifactId>jersey-media-json-jackson</artifactId> --> |
| 109 | <!-- <version>2.25.1</version> --> |
| 110 | <!-- </dependency> --> |
| 111 | |
| 112 | <!-- <dependency> --> |
| 113 | <!-- <groupId>com.fasterxml.jackson.jaxrs</groupId> --> |
| 114 | <!-- <artifactId>jackson-jaxrs-base</artifactId> --> |
| 115 | <!-- </dependency> --> |
| 116 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>javax.xml</groupId> |
| 119 | <artifactId>jaxp-api</artifactId> |
| 120 | <version>1.4.2</version> |
| 121 | <scope>compile</scope> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 122 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 123 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 124 | <dependency> |
| 125 | <groupId>javax.xml.bind</groupId> |
| 126 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 127 | <version>2.2.3</version> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 128 | <scope>compile</scope> |
| 129 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 130 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 131 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 132 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 133 | <artifactId>sli-common</artifactId> |
| 134 | <scope>provided</scope> |
| 135 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 136 | <exclusions> |
| 137 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 138 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 139 | <artifactId>dblib-provider</artifactId> |
| 140 | </exclusion> |
| 141 | </exclusions> |
| 142 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 143 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 144 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 145 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 146 | <artifactId>sli-provider</artifactId> |
| 147 | <scope>provided</scope> |
| 148 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 149 | <exclusions> |
| 150 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 151 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 152 | <artifactId>dblib-provider</artifactId> |
| 153 | </exclusion> |
| 154 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 155 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 156 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 157 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 158 | <!-- <dependency> --> |
| 159 | <!-- <groupId>org.codehaus.jackson</groupId> --> |
| 160 | <!-- <artifactId>jackson-jaxrs</artifactId> --> |
Taka Cho | 65d7a30 | 2018-03-01 20:57:52 -0500 | [diff] [blame] | 161 | <!-- <version>1.9.13</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 162 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 163 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 164 | <!-- <dependency> --> |
| 165 | <!-- <groupId>commons-codec</groupId> --> |
| 166 | <!-- <artifactId>commons-codec</artifactId> --> |
| 167 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 168 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 169 | <!-- <dependency> --> |
| 170 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 171 | <!-- <artifactId>httpclient</artifactId> --> |
Taka Cho | bda7652 | 2018-03-07 11:42:59 -0500 | [diff] [blame] | 172 | <!-- <version>4.5.3</version> --> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 173 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 174 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 175 | <dependency> |
| 176 | <groupId>junit</groupId> |
| 177 | <artifactId>junit</artifactId> |
| 178 | <scope>test</scope> |
| 179 | </dependency> |
Michal Kabaj | 3756637 | 2017-12-19 14:36:59 +0100 | [diff] [blame] | 180 | <dependency> |
| 181 | <groupId>org.mockito</groupId> |
| 182 | <artifactId>mockito-core</artifactId> |
| 183 | <scope>test</scope> |
| 184 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 185 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 186 | <!-- <dependency> --> |
| 187 | <!-- <groupId>equinoxSDK381</groupId> --> |
| 188 | <!-- <artifactId>org.eclipse.osgi</artifactId> --> |
| 189 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 190 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 191 | <!-- <dependency> --> |
| 192 | <!-- <groupId>org.slf4j</groupId> --> |
| 193 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 194 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 195 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 196 | <!-- <dependency> --> |
| 197 | <!-- <groupId>org.slf4j</groupId> --> |
| 198 | <!-- <artifactId>jcl-over-slf4j</artifactId> --> |
| 199 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 200 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 201 | <!-- <dependency> --> |
| 202 | <!-- <groupId>xerces</groupId> --> |
| 203 | <!-- <artifactId>xerces</artifactId> --> |
| 204 | <!-- <version>2.4.0</version> --> |
| 205 | <!-- <scope>provided</scope> --> |
| 206 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 207 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 208 | <!-- <dependency> --> |
| 209 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 210 | <!-- <artifactId>httpcore</artifactId> --> |
| 211 | <!-- <version>${apache.httpcomponents.version}</version> --> |
| 212 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 213 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 214 | <!-- <dependency> --> |
| 215 | <!-- <groupId>commons-logging</groupId> --> |
| 216 | <!-- <artifactId>commons-logging</artifactId> --> |
| 217 | <!-- <version>1.2</version> --> |
| 218 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 219 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 220 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 221 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 222 | <build> |
| 223 | <plugins> |
| 224 | <plugin> |
| 225 | <groupId>org.apache.felix</groupId> |
| 226 | <artifactId>maven-bundle-plugin</artifactId> |
| 227 | <extensions>true</extensions> |
| 228 | <configuration> |
| 229 | <instructions> |
| 230 | <Bundle-SymbolicName>appc-iaas-adapter</Bundle-SymbolicName> |
| 231 | <Bundle-Activator>org.onap.appc.adapter.iaas.AppcProviderAdapterActivator</Bundle-Activator> |
| 232 | <Export-Package>org.onap.appc.adapter.iaas,com.att.cdp.zones.model</Export-Package> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 233 | <Import-Package>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] | 234 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.ws.rs.*,javax.net.*,javax.xml.*,org.xml.*</Import-Package> --> |
| 235 | <!-- <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 | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 236 | <Embed-Dependency>*;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] | 237 | <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency> --> |
| 238 | <Embed-Transitive>true</Embed-Transitive> |
| 239 | </instructions> |
| 240 | </configuration> |
| 241 | </plugin> |
| 242 | </plugins> |
| 243 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 244 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 245 | <profiles> |
| 246 | <profile> |
| 247 | <id>NonSlowTests</id> |
| 248 | <activation> |
| 249 | <activeByDefault>true</activeByDefault> |
| 250 | </activation> |
| 251 | <build> |
| 252 | <plugins> |
| 253 | <plugin> |
| 254 | <groupId>org.apache.maven.plugins</groupId> |
| 255 | <artifactId>maven-surefire-plugin</artifactId> |
| 256 | <configuration> |
| 257 | <excludedGroups>org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl</excludedGroups> |
| 258 | </configuration> |
| 259 | </plugin> |
| 260 | </plugins> |
| 261 | </build> |
| 262 | </profile> |
| 263 | </profiles> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 264 | </project> |