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