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