Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.onap.appc</groupId> |
| 7 | <artifactId>appc-iaas-adapter</artifactId> |
| 8 | <version>1.3.0-SNAPSHOT</version> |
| 9 | </parent> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 10 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 11 | <artifactId>appc-iaas-adapter-bundle</artifactId> |
| 12 | <packaging>bundle</packaging> |
| 13 | <name>IaaS Adapter - bundle</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 14 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>org.onap.appc</groupId> |
| 18 | <artifactId>appc-common</artifactId> |
| 19 | <version>${project.version}</version> |
| 20 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 21 | <exclusions> |
| 22 | <exclusion> |
| 23 | <groupId>javax</groupId> |
| 24 | <artifactId>javaee-api</artifactId> |
| 25 | </exclusion> |
| 26 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 27 | </dependency> |
| 28 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 29 | <dependency> |
| 30 | <groupId>com.att.cdp</groupId> |
| 31 | <artifactId>cdp-pal-openstack</artifactId> |
| 32 | <scope>compile</scope> |
| 33 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 34 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 35 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 36 | <groupId>org.glassfish.jersey.core</groupId> |
| 37 | <artifactId>jersey-common</artifactId> |
| 38 | <version>2.25.1</version> |
| 39 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 40 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 41 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 42 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 43 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 44 | <groupId>org.glassfish.jersey.core</groupId> |
| 45 | <artifactId>jersey-client</artifactId> |
| 46 | <version>2.25.1</version> |
| 47 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 48 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 49 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 50 | <dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 51 | <groupId>org.glassfish.jersey.core</groupId> |
| 52 | <artifactId>jersey-server</artifactId> |
| 53 | <version>2.25.1</version> |
| 54 | <scope>compile</scope> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 55 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 56 | |
| 57 | <!-- <dependency> --> |
| 58 | <!-- <groupId>javax</groupId> --> |
| 59 | <!-- <artifactId>javaee-api</artifactId> --> |
| 60 | <!-- <version>7.0</version> --> |
| 61 | <!-- </dependency> --> |
| 62 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 63 | <dependency> |
| 64 | <groupId>javax.ws.rs</groupId> |
| 65 | <artifactId>javax.ws.rs-api</artifactId> |
| 66 | <version>2.0.1</version> |
| 67 | <scope>compile</scope> |
| 68 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 69 | |
| 70 | <!-- <dependency> --> |
| 71 | <!-- <groupId>org.glassfish.jersey.containers</groupId> --> |
| 72 | <!-- <artifactId>jersey-container-servlet</artifactId> --> |
| 73 | <!-- <version>2.25.1</version> --> |
| 74 | <!-- <scope>provided</scope> --> |
| 75 | <!-- </dependency> --> |
| 76 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 77 | <dependency> |
| 78 | <groupId>org.glassfish.jersey.connectors</groupId> |
| 79 | <artifactId>jersey-grizzly-connector</artifactId> |
| 80 | <version>2.25.1</version> |
| 81 | <scope>compile</scope> |
| 82 | </dependency> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 83 | <!-- <dependency> --> |
| 84 | <!-- <groupId>org.glassfish.jersey.media</groupId> --> |
| 85 | <!-- <artifactId>jersey-media-json-jackson</artifactId> --> |
| 86 | <!-- <version>2.25.1</version> --> |
| 87 | <!-- </dependency> --> |
| 88 | |
| 89 | <!-- <dependency> --> |
| 90 | <!-- <groupId>com.fasterxml.jackson.jaxrs</groupId> --> |
| 91 | <!-- <artifactId>jackson-jaxrs-base</artifactId> --> |
| 92 | <!-- </dependency> --> |
| 93 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 94 | <dependency> |
| 95 | <groupId>javax.xml</groupId> |
| 96 | <artifactId>jaxp-api</artifactId> |
| 97 | <version>1.4.2</version> |
| 98 | <scope>compile</scope> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 99 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 100 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>javax.xml.bind</groupId> |
| 103 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 104 | <version>2.2.3</version> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 105 | <scope>compile</scope> |
| 106 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 107 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 108 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 109 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 110 | <artifactId>sli-common</artifactId> |
| 111 | <scope>provided</scope> |
| 112 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 113 | <exclusions> |
| 114 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 115 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 116 | <artifactId>dblib-provider</artifactId> |
| 117 | </exclusion> |
| 118 | </exclusions> |
| 119 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 120 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 121 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 122 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 123 | <artifactId>sli-provider</artifactId> |
| 124 | <scope>provided</scope> |
| 125 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 126 | <exclusions> |
| 127 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 128 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 129 | <artifactId>dblib-provider</artifactId> |
| 130 | </exclusion> |
| 131 | </exclusions> |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 132 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 133 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 134 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 135 | <!-- <dependency> --> |
| 136 | <!-- <groupId>org.codehaus.jackson</groupId> --> |
| 137 | <!-- <artifactId>jackson-jaxrs</artifactId> --> |
| 138 | <!-- <version>1.9.12</version> --> |
| 139 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 140 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 141 | <!-- <dependency> --> |
| 142 | <!-- <groupId>commons-codec</groupId> --> |
| 143 | <!-- <artifactId>commons-codec</artifactId> --> |
| 144 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 145 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 146 | <!-- <dependency> --> |
| 147 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 148 | <!-- <artifactId>httpclient</artifactId> --> |
| 149 | <!-- <version>4.5.1</version> --> |
| 150 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 151 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 152 | <dependency> |
| 153 | <groupId>junit</groupId> |
| 154 | <artifactId>junit</artifactId> |
| 155 | <scope>test</scope> |
| 156 | </dependency> |
Michal Kabaj | 3756637 | 2017-12-19 14:36:59 +0100 | [diff] [blame] | 157 | <dependency> |
| 158 | <groupId>org.mockito</groupId> |
| 159 | <artifactId>mockito-core</artifactId> |
| 160 | <scope>test</scope> |
| 161 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 162 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 163 | <!-- <dependency> --> |
| 164 | <!-- <groupId>equinoxSDK381</groupId> --> |
| 165 | <!-- <artifactId>org.eclipse.osgi</artifactId> --> |
| 166 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 167 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 168 | <!-- <dependency> --> |
| 169 | <!-- <groupId>org.slf4j</groupId> --> |
| 170 | <!-- <artifactId>slf4j-api</artifactId> --> |
| 171 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 172 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 173 | <!-- <dependency> --> |
| 174 | <!-- <groupId>org.slf4j</groupId> --> |
| 175 | <!-- <artifactId>jcl-over-slf4j</artifactId> --> |
| 176 | <!-- </dependency> --> |
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>xerces</groupId> --> |
| 180 | <!-- <artifactId>xerces</artifactId> --> |
| 181 | <!-- <version>2.4.0</version> --> |
| 182 | <!-- <scope>provided</scope> --> |
| 183 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 184 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 185 | <!-- <dependency> --> |
| 186 | <!-- <groupId>org.apache.httpcomponents</groupId> --> |
| 187 | <!-- <artifactId>httpcore</artifactId> --> |
| 188 | <!-- <version>${apache.httpcomponents.version}</version> --> |
| 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>commons-logging</groupId> --> |
| 193 | <!-- <artifactId>commons-logging</artifactId> --> |
| 194 | <!-- <version>1.2</version> --> |
| 195 | <!-- </dependency> --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 196 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 197 | </dependencies> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 198 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 199 | <build> |
| 200 | <plugins> |
| 201 | <plugin> |
| 202 | <groupId>org.apache.felix</groupId> |
| 203 | <artifactId>maven-bundle-plugin</artifactId> |
| 204 | <extensions>true</extensions> |
| 205 | <configuration> |
| 206 | <instructions> |
| 207 | <Bundle-SymbolicName>appc-iaas-adapter</Bundle-SymbolicName> |
| 208 | <Bundle-Activator>org.onap.appc.adapter.iaas.AppcProviderAdapterActivator</Bundle-Activator> |
| 209 | <Export-Package>org.onap.appc.adapter.iaas,com.att.cdp.zones.model</Export-Package> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 210 | <DynamicImport-Package>javax.*</DynamicImport-Package> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 211 | <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] | 212 | <!-- <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.ws.rs.*,javax.net.*,javax.xml.*,org.xml.*</Import-Package> --> |
| 213 | <!-- <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] | 214 | <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] | 215 | <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency> --> |
| 216 | <Embed-Transitive>true</Embed-Transitive> |
| 217 | </instructions> |
| 218 | </configuration> |
| 219 | </plugin> |
| 220 | </plugins> |
| 221 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 222 | |
Skip Wonnell | 17c2c59 | 2017-12-16 18:48:27 -0600 | [diff] [blame] | 223 | <profiles> |
| 224 | <profile> |
| 225 | <id>NonSlowTests</id> |
| 226 | <activation> |
| 227 | <activeByDefault>true</activeByDefault> |
| 228 | </activation> |
| 229 | <build> |
| 230 | <plugins> |
| 231 | <plugin> |
| 232 | <groupId>org.apache.maven.plugins</groupId> |
| 233 | <artifactId>maven-surefire-plugin</artifactId> |
| 234 | <configuration> |
| 235 | <excludedGroups>org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl</excludedGroups> |
| 236 | </configuration> |
| 237 | </plugin> |
| 238 | </plugins> |
| 239 | </build> |
| 240 | </profile> |
| 241 | </profiles> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 242 | </project> |