Release appc
[appc.git] / appc-adapters / appc-chef-adapter / appc-chef-adapter-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2019 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
13
14        http://www.apache.org/licenses/LICENSE-2.0
15
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.
21
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>
29         <groupId>org.onap.appc.parent</groupId>
30         <artifactId>binding-parent</artifactId>
31         <version>2.6.1</version>
32         <relativePath />
33     </parent>
34
35     <artifactId>appc-chef-adapter-bundle</artifactId>
36     <groupId>org.onap.appc</groupId>
37     <version>1.6.3</version>
38     <packaging>bundle</packaging>
39     <name>APPC Chef Adapter - Bundle</name>
40
41     <properties>
42         <licenseDir>${project.parent.parent.parent.basedir}</licenseDir>
43     </properties>
44
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>
63             <version>4.4.6</version>
64         </dependency>
65         <dependency>
66             <groupId>org.apache.httpcomponents</groupId>
67             <artifactId>httpclient</artifactId>
68             <version>4.5.3</version>
69         </dependency>
70
71
72         <dependency>
73             <groupId>org.bouncycastle</groupId>
74             <artifactId>bcpkix-jdk15on</artifactId>
75             <version>1.60</version>
76         </dependency>
77         <dependency>
78             <groupId>org.bouncycastle</groupId>
79             <artifactId>bcprov-jdk15on</artifactId>
80             <version>1.60</version>
81         </dependency>
82         <dependency>
83             <groupId>org.onap.appc</groupId>
84             <artifactId>appc-common-bundle</artifactId>
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>
92
93         <dependency>
94             <groupId>com.att.cdp</groupId>
95             <artifactId>cdp-pal-common</artifactId>
96             <version>${cdp.pal.version}</version>
97             <scope>compile</scope>
98             <exclusions>
99                 <exclusion>
100                   <groupId>ch.qos.logback</groupId>
101                   <artifactId>logback-classic</artifactId>
102                 </exclusion>
103             </exclusions>
104         </dependency>
105
106         <dependency>
107             <groupId>com.att.cdp</groupId>
108             <artifactId>cdp-pal-openstack</artifactId>
109             <scope>compile</scope>
110             <version>${cdp.pal.version}</version>
111             <exclusions>
112                   <exclusion>
113                        <groupId>com.att.cdp</groupId>
114                        <artifactId>cdp-pal-common</artifactId>
115                   </exclusion>
116             </exclusions>
117         </dependency>
118
119         <dependency>
120             <groupId>javax.ws.rs</groupId>
121             <artifactId>javax.ws.rs-api</artifactId>
122         </dependency>
123
124         <dependency>
125             <groupId>javax.xml.bind</groupId>
126             <artifactId>jaxb-api</artifactId>
127             <version>2.2.3</version>
128         </dependency>
129
130         <dependency>
131             <groupId>javax.xml</groupId>
132             <artifactId>jaxp-api</artifactId>
133             <version>1.4.2</version>
134         </dependency>
135
136         <!-- Needed to run test cases -->
137         <dependency>
138             <groupId>org.glassfish.jersey.core</groupId>
139             <artifactId>jersey-common</artifactId>
140             <version>2.9.1</version>
141         </dependency>
142
143         <dependency>
144             <groupId>org.codehaus.jackson</groupId>
145             <artifactId>jackson-jaxrs</artifactId>
146             <version>1.9.13</version>
147         </dependency>
148
149         <dependency>
150             <groupId>org.apache.httpcomponents</groupId>
151             <artifactId>httpclient</artifactId>
152             <version>4.5.3</version>
153         </dependency>
154
155         <dependency>
156             <groupId>junit</groupId>
157             <artifactId>junit</artifactId>
158             <scope>test</scope>
159         </dependency>
160         <dependency>
161             <groupId>org.mockito</groupId>
162             <artifactId>mockito-core</artifactId>
163         </dependency>
164         <dependency>
165             <groupId>org.assertj</groupId>
166             <artifactId>assertj-core</artifactId>
167             <version>${assertj.version}</version>
168         </dependency>
169
170         <dependency>
171             <groupId>org.onap.ccsdk.sli.core</groupId>
172             <artifactId>sli-common</artifactId>
173             <scope>compile</scope>
174             <!-- Added exclusion to prevent missing dependency issue on dblib -->
175             <exclusions>
176                 <exclusion>
177                     <groupId>org.onap.ccsdk.sli.core</groupId>
178                     <artifactId>dblib-provider</artifactId>
179                 </exclusion>
180             </exclusions>
181         </dependency>
182
183         <dependency>
184             <groupId>org.onap.ccsdk.sli.core</groupId>
185             <artifactId>sli-provider</artifactId>
186             <scope>compile</scope>
187             <!-- Added exclusion to prevent missing dependency issue on dblib -->
188             <exclusions>
189                 <exclusion>
190                     <groupId>org.onap.ccsdk.sli.core</groupId>
191                     <artifactId>dblib-provider</artifactId>
192                 </exclusion>
193             </exclusions>
194         </dependency>
195
196         <dependency>
197             <groupId>equinoxSDK381</groupId>
198             <artifactId>org.eclipse.osgi</artifactId>
199             <version>${equinox.osgi.version}</version>
200         </dependency>
201
202         <dependency>
203             <groupId>org.slf4j</groupId>
204             <artifactId>slf4j-api</artifactId>
205         </dependency>
206
207         <dependency>
208             <groupId>org.slf4j</groupId>
209             <artifactId>jcl-over-slf4j</artifactId>
210         </dependency>
211
212         <dependency>
213             <groupId>org.mariadb.jdbc</groupId>
214             <artifactId>mariadb-java-client</artifactId>
215             <version>${mariadb.client.version}</version>
216         </dependency>
217
218         <dependency>
219             <groupId>com.vmware</groupId>
220             <artifactId>vijava</artifactId>
221             <version>5.1</version>
222             <scope>compile</scope>
223         </dependency>
224
225         <dependency>
226             <groupId>xerces</groupId>
227             <artifactId>xerces</artifactId>
228             <version>2.4.0</version>
229             <scope>provided</scope>
230         </dependency>
231
232     </dependencies>
233
234     <build>
235         <plugins>
236             <plugin>
237                 <groupId>org.apache.felix</groupId>
238                 <artifactId>maven-bundle-plugin</artifactId>
239                 <extensions>true</extensions>
240                 <configuration>
241                     <instructions>
242                         <Bundle-SymbolicName>appc-chef-adapter</Bundle-SymbolicName>
243                         <Bundle-Activator>org.onap.appc.adapter.chef.ChefActivator</Bundle-Activator>
244                         <Export-Package>org.onap.appc.adapter.chef</Export-Package>
245                         <Import-Package>
246                             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.*
247                         </Import-Package>
248                         <Embed-Dependency>
249                             *;scope=compile|runtime;artifactId=!sli-common|!appc-common-bundle|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis
250                         </Embed-Dependency>
251                         <Embed-Transitive>true</Embed-Transitive>
252                     </instructions>
253
254                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
255                 </configuration>
256             </plugin>
257         </plugins>
258     </build>
259 </project>