Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [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 |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 13 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 15 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 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. |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 21 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 23 | ============LICENSE_END========================================================= |
| 24 | --> |
| 25 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 27 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 28 | <modelVersion>4.0.0</modelVersion> |
| 29 | <parent> |
| 30 | <groupId>org.openecomp.appc</groupId> |
| 31 | <artifactId>appc-chef-adapter</artifactId> |
| 32 | <version>1.1.0-SNAPSHOT</version> |
| 33 | </parent> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 34 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 35 | <artifactId>appc-chef-adapter-bundle</artifactId> |
| 36 | <packaging>bundle</packaging> |
| 37 | <name>APPC Chef Adapter - Bundle</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 38 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 39 | <properties> |
| 40 | <licenseDir>${project.parent.parent.parent.basedir}</licenseDir> |
| 41 | </properties> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 42 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 43 | <dependencies> |
| 44 | <dependency> |
| 45 | <groupId>org.json</groupId> |
| 46 | <artifactId>json</artifactId> |
| 47 | <version>20160810</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>commons-codec</groupId> |
| 51 | <artifactId>commons-codec</artifactId> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>commons-logging</groupId> |
| 55 | <artifactId>commons-logging</artifactId> |
| 56 | <version>1.2</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.apache.httpcomponents</groupId> |
| 60 | <artifactId>httpcore</artifactId> |
| 61 | <version>4.4.4</version> |
| 62 | </dependency> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 63 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>org.bouncycastle</groupId> |
| 66 | <artifactId>bcpkix-jdk15on</artifactId> |
| 67 | <version>1.55</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.bouncycastle</groupId> |
| 71 | <artifactId>bcprov-jdk15on</artifactId> |
| 72 | <version>1.55</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.openecomp.appc</groupId> |
| 76 | <artifactId>appc-common</artifactId> |
| 77 | <version>${project.version}</version> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>javax</groupId> |
| 81 | <artifactId>javaee-api</artifactId> |
| 82 | <version>7.0</version> |
| 83 | </dependency> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 84 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>com.att.cdp</groupId> |
| 87 | <artifactId>cdp-pal-common</artifactId> |
| 88 | <scope>compile</scope> |
| 89 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 90 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>com.att.cdp</groupId> |
| 93 | <artifactId>cdp-pal-openstack</artifactId> |
| 94 | <scope>compile</scope> |
| 95 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 96 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 97 | <dependency> |
| 98 | <groupId>javax.ws.rs</groupId> |
| 99 | <artifactId>javax.ws.rs-api</artifactId> |
| 100 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 101 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 102 | <!-- Jersey support needed for OpenStack connector and API version logic --> |
| 103 | <dependency> |
| 104 | <groupId>com.sun.jersey</groupId> |
| 105 | <artifactId>jersey-client</artifactId> |
| 106 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 107 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 108 | <dependency> |
| 109 | <groupId>com.sun.jersey</groupId> |
| 110 | <artifactId>jersey-json</artifactId> |
| 111 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 112 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 113 | <dependency> |
| 114 | <groupId>javax.xml.bind</groupId> |
| 115 | <artifactId>jaxb-api</artifactId> |
| 116 | <version>2.1</version> |
| 117 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 118 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 119 | <dependency> |
| 120 | <groupId>javax.xml</groupId> |
| 121 | <artifactId>jaxp-api</artifactId> |
| 122 | <version>1.4.2</version> |
| 123 | </dependency> |
root | 99d63bf | 2017-07-13 09:43:35 -0400 | [diff] [blame] | 124 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 125 | <!-- Needed to run test cases --> |
| 126 | <dependency> |
| 127 | <groupId>org.glassfish.jersey.core</groupId> |
| 128 | <artifactId>jersey-common</artifactId> |
| 129 | <version>2.9.1</version> |
| 130 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 131 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 132 | <dependency> |
| 133 | <groupId>org.codehaus.jackson</groupId> |
| 134 | <artifactId>jackson-jaxrs</artifactId> |
| 135 | <version>1.9.12</version> |
| 136 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 137 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 138 | <dependency> |
| 139 | <groupId>org.apache.httpcomponents</groupId> |
| 140 | <artifactId>httpclient</artifactId> |
| 141 | <version>4.5.1</version> |
| 142 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 143 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 144 | <dependency> |
| 145 | <groupId>junit</groupId> |
| 146 | <artifactId>junit</artifactId> |
| 147 | <scope>test</scope> |
| 148 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 149 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 150 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 151 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 152 | <artifactId>sli-common</artifactId> |
| 153 | <scope>compile</scope> |
| 154 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 155 | <exclusions> |
| 156 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 157 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 158 | <artifactId>dblib-provider</artifactId> |
| 159 | </exclusion> |
| 160 | </exclusions> |
| 161 | </dependency> |
| 162 | |
| 163 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 164 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 165 | <artifactId>sli-provider</artifactId> |
| 166 | <scope>compile</scope> |
| 167 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 168 | <exclusions> |
| 169 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 170 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 171 | <artifactId>dblib-provider</artifactId> |
| 172 | </exclusion> |
| 173 | </exclusions> |
| 174 | </dependency> |
| 175 | |
| 176 | <dependency> |
| 177 | <groupId>equinoxSDK381</groupId> |
| 178 | <artifactId>org.eclipse.osgi</artifactId> |
| 179 | </dependency> |
| 180 | |
| 181 | <dependency> |
| 182 | <groupId>org.slf4j</groupId> |
| 183 | <artifactId>slf4j-api</artifactId> |
| 184 | </dependency> |
| 185 | |
| 186 | <dependency> |
| 187 | <groupId>org.slf4j</groupId> |
| 188 | <artifactId>jcl-over-slf4j</artifactId> |
| 189 | </dependency> |
| 190 | |
| 191 | <dependency> |
| 192 | <groupId>mysql</groupId> |
| 193 | <artifactId>mysql-connector-java</artifactId> |
| 194 | <version>5.1.31</version> |
| 195 | <type>jar</type> |
| 196 | <scope>compile</scope> |
| 197 | </dependency> |
| 198 | |
| 199 | <dependency> |
| 200 | <groupId>com.vmware</groupId> |
| 201 | <artifactId>vijava</artifactId> |
| 202 | <version>5.1</version> |
| 203 | <scope>compile</scope> |
| 204 | </dependency> |
| 205 | |
| 206 | <dependency> |
| 207 | <groupId>xerces</groupId> |
| 208 | <artifactId>xerces</artifactId> |
| 209 | <version>2.4.0</version> |
| 210 | <scope>provided</scope> |
| 211 | </dependency> |
| 212 | |
| 213 | </dependencies> |
| 214 | |
| 215 | <build> |
| 216 | <plugins> |
| 217 | <plugin> |
| 218 | <groupId>org.apache.felix</groupId> |
| 219 | <artifactId>maven-bundle-plugin</artifactId> |
| 220 | <extensions>true</extensions> |
| 221 | <configuration> |
| 222 | <instructions> |
| 223 | <Bundle-SymbolicName>appc-chef-adapter</Bundle-SymbolicName> |
| 224 | <Bundle-Activator>org.openecomp.appc.adapter.chef.ChefActivator</Bundle-Activator> |
| 225 | <Export-Package>org.openecomp.appc.adapter.chef</Export-Package> |
| 226 | <Import-Package> |
Patrick Brady | 66384fa | 2017-09-10 20:12:40 -0700 | [diff] [blame] | 227 | 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.* |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 228 | </Import-Package> |
| 229 | <Embed-Dependency> |
| 230 | *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mysql-connector-java|xml-apis |
| 231 | </Embed-Dependency> |
| 232 | <Embed-Transitive>true</Embed-Transitive> |
| 233 | </instructions> |
| 234 | |
| 235 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> |
| 236 | </configuration> |
| 237 | </plugin> |
| 238 | </plugins> |
| 239 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 240 | </project> |