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 | ================================================================================ |
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 | 8c9631e | 2017-08-29 14:16:20 -0500 | [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 |
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 | ============LICENSE_END========================================================= |
| 23 | --> |
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 27 | <modelVersion>4.0.0</modelVersion> |
| 28 | <parent> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 29 | <groupId>org.onap.appc.parent</groupId> |
| 30 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 31 | <version>1.4.0-SNAPSHOT</version> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 32 | <relativePath /> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 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> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 36 | <groupId>org.onap.appc</groupId> |
| 37 | <version>1.4.0-SNAPSHOT</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 38 | <packaging>bundle</packaging> |
| 39 | <name>APPC Chef Adapter - Bundle</name> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 40 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 41 | <properties> |
| 42 | <licenseDir>${project.parent.parent.parent.basedir}</licenseDir> |
| 43 | </properties> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 44 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 45 | <dependencies> |
| 46 | <dependency> |
| 47 | <groupId>org.json</groupId> |
| 48 | <artifactId>json</artifactId> |
| 49 | <version>20160810</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>commons-codec</groupId> |
| 53 | <artifactId>commons-codec</artifactId> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>commons-logging</groupId> |
| 57 | <artifactId>commons-logging</artifactId> |
| 58 | <version>1.2</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.apache.httpcomponents</groupId> |
| 62 | <artifactId>httpcore</artifactId> |
Marcus G K Williams | c2f55b2 | 2017-09-07 17:16:09 -0700 | [diff] [blame] | 63 | <version>4.4.6</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 64 | </dependency> |
Marcus G K Williams | c2f55b2 | 2017-09-07 17:16:09 -0700 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>org.apache.httpcomponents</groupId> |
| 67 | <artifactId>httpclient</artifactId> |
| 68 | <version>4.5.3</version> |
| 69 | </dependency> |
| 70 | |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 71 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>org.bouncycastle</groupId> |
| 74 | <artifactId>bcpkix-jdk15on</artifactId> |
Taka Cho | 261bd4b | 2018-08-16 21:42:10 -0400 | [diff] [blame] | 75 | <version>1.60</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.bouncycastle</groupId> |
| 79 | <artifactId>bcprov-jdk15on</artifactId> |
Taka Cho | 261bd4b | 2018-08-16 21:42:10 -0400 | [diff] [blame] | 80 | <version>1.60</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 81 | </dependency> |
| 82 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 83 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 84 | <artifactId>appc-common-bundle</artifactId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 85 | <version>${project.version}</version> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>javax</groupId> |
| 89 | <artifactId>javaee-api</artifactId> |
| 90 | <version>7.0</version> |
| 91 | </dependency> |
Patrick Brady | 3871320 | 2017-07-28 11:29:23 -0700 | [diff] [blame] | 92 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 93 | <dependency> |
| 94 | <groupId>com.att.cdp</groupId> |
| 95 | <artifactId>cdp-pal-common</artifactId> |
Taka Cho | 76b6ff1 | 2018-08-18 15:56:57 -0400 | [diff] [blame] | 96 | <scope>compile</scope> |
Patrick Brady | 57e9272 | 2018-08-21 23:23:03 -0700 | [diff] [blame^] | 97 | <version>${cdp.pal.version}</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 98 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 99 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>com.att.cdp</groupId> |
| 102 | <artifactId>cdp-pal-openstack</artifactId> |
| 103 | <scope>compile</scope> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 104 | <version>${cdp.pal.version}</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 105 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 106 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 107 | <dependency> |
| 108 | <groupId>javax.ws.rs</groupId> |
| 109 | <artifactId>javax.ws.rs-api</artifactId> |
| 110 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 111 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 112 | <!-- Jersey support needed for OpenStack connector and API version logic --> |
| 113 | <dependency> |
| 114 | <groupId>com.sun.jersey</groupId> |
| 115 | <artifactId>jersey-client</artifactId> |
| 116 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 117 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 118 | <dependency> |
| 119 | <groupId>com.sun.jersey</groupId> |
| 120 | <artifactId>jersey-json</artifactId> |
| 121 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 122 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 123 | <dependency> |
| 124 | <groupId>javax.xml.bind</groupId> |
| 125 | <artifactId>jaxb-api</artifactId> |
Taka | 0f18e35 | 2017-12-19 16:25:07 -0500 | [diff] [blame] | 126 | <version>2.2.3</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 127 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 128 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 129 | <dependency> |
| 130 | <groupId>javax.xml</groupId> |
| 131 | <artifactId>jaxp-api</artifactId> |
| 132 | <version>1.4.2</version> |
| 133 | </dependency> |
root | 99d63bf | 2017-07-13 09:43:35 -0400 | [diff] [blame] | 134 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 135 | <!-- Needed to run test cases --> |
| 136 | <dependency> |
| 137 | <groupId>org.glassfish.jersey.core</groupId> |
| 138 | <artifactId>jersey-common</artifactId> |
| 139 | <version>2.9.1</version> |
| 140 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 141 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 142 | <dependency> |
| 143 | <groupId>org.codehaus.jackson</groupId> |
| 144 | <artifactId>jackson-jaxrs</artifactId> |
Taka Cho | 65d7a30 | 2018-03-01 20:57:52 -0500 | [diff] [blame] | 145 | <version>1.9.13</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 146 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 147 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 148 | <dependency> |
| 149 | <groupId>org.apache.httpcomponents</groupId> |
| 150 | <artifactId>httpclient</artifactId> |
Taka Cho | bda7652 | 2018-03-07 11:42:59 -0500 | [diff] [blame] | 151 | <version>4.5.3</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 152 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 153 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 154 | <dependency> |
| 155 | <groupId>junit</groupId> |
| 156 | <artifactId>junit</artifactId> |
| 157 | <scope>test</scope> |
| 158 | </dependency> |
Michal Kabaj | 8408830 | 2018-02-06 13:54:02 +0100 | [diff] [blame] | 159 | <dependency> |
| 160 | <groupId>org.mockito</groupId> |
| 161 | <artifactId>mockito-core</artifactId> |
| 162 | </dependency> |
Michal Kabaj | 4e26089 | 2018-02-27 11:27:48 +0100 | [diff] [blame] | 163 | <dependency> |
| 164 | <groupId>org.assertj</groupId> |
| 165 | <artifactId>assertj-core</artifactId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 166 | <version>${assertj.version}</version> |
Michal Kabaj | 4e26089 | 2018-02-27 11:27:48 +0100 | [diff] [blame] | 167 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 168 | |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 169 | <dependency> |
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>sli-common</artifactId> |
| 172 | <scope>compile</scope> |
| 173 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 174 | <exclusions> |
| 175 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 176 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 177 | <artifactId>dblib-provider</artifactId> |
| 178 | </exclusion> |
| 179 | </exclusions> |
| 180 | </dependency> |
| 181 | |
| 182 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 183 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 184 | <artifactId>sli-provider</artifactId> |
| 185 | <scope>compile</scope> |
| 186 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 187 | <exclusions> |
| 188 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 189 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 190 | <artifactId>dblib-provider</artifactId> |
| 191 | </exclusion> |
| 192 | </exclusions> |
| 193 | </dependency> |
| 194 | |
| 195 | <dependency> |
| 196 | <groupId>equinoxSDK381</groupId> |
| 197 | <artifactId>org.eclipse.osgi</artifactId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 198 | <version>${equinox.osgi.version}</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 199 | </dependency> |
| 200 | |
| 201 | <dependency> |
| 202 | <groupId>org.slf4j</groupId> |
| 203 | <artifactId>slf4j-api</artifactId> |
| 204 | </dependency> |
| 205 | |
| 206 | <dependency> |
| 207 | <groupId>org.slf4j</groupId> |
| 208 | <artifactId>jcl-over-slf4j</artifactId> |
| 209 | </dependency> |
| 210 | |
| 211 | <dependency> |
Patrick Brady | ac62a4a | 2017-09-13 00:11:21 -0700 | [diff] [blame] | 212 | <groupId>org.mariadb.jdbc</groupId> |
| 213 | <artifactId>mariadb-java-client</artifactId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 214 | <version>${mariadb.client.version}</version> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 215 | </dependency> |
| 216 | |
| 217 | <dependency> |
| 218 | <groupId>com.vmware</groupId> |
| 219 | <artifactId>vijava</artifactId> |
| 220 | <version>5.1</version> |
| 221 | <scope>compile</scope> |
| 222 | </dependency> |
| 223 | |
| 224 | <dependency> |
| 225 | <groupId>xerces</groupId> |
| 226 | <artifactId>xerces</artifactId> |
| 227 | <version>2.4.0</version> |
| 228 | <scope>provided</scope> |
| 229 | </dependency> |
| 230 | |
| 231 | </dependencies> |
| 232 | |
| 233 | <build> |
| 234 | <plugins> |
| 235 | <plugin> |
| 236 | <groupId>org.apache.felix</groupId> |
| 237 | <artifactId>maven-bundle-plugin</artifactId> |
| 238 | <extensions>true</extensions> |
| 239 | <configuration> |
| 240 | <instructions> |
| 241 | <Bundle-SymbolicName>appc-chef-adapter</Bundle-SymbolicName> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 242 | <Bundle-Activator>org.onap.appc.adapter.chef.ChefActivator</Bundle-Activator> |
| 243 | <Export-Package>org.onap.appc.adapter.chef</Export-Package> |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 244 | <Import-Package> |
Modaboina, Kusumakumari (km583p) | 4967bfa | 2018-06-19 16:05:35 -0400 | [diff] [blame] | 245 | 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.security.* |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 246 | </Import-Package> |
| 247 | <Embed-Dependency> |
Patrick Brady | ac62a4a | 2017-09-13 00:11:21 -0700 | [diff] [blame] | 248 | *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis |
Skip Wonnell | 8c9631e | 2017-08-29 14:16:20 -0500 | [diff] [blame] | 249 | </Embed-Dependency> |
| 250 | <Embed-Transitive>true</Embed-Transitive> |
| 251 | </instructions> |
| 252 | |
| 253 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> |
| 254 | </configuration> |
| 255 | </plugin> |
| 256 | </plugins> |
| 257 | </build> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 258 | </project> |