Revert "resolving logback-classic 1.13"
[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-2018 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>1.4.0-SNAPSHOT</version>
32         <relativePath />
33     </parent>
34
35     <artifactId>appc-chef-adapter-bundle</artifactId>
36     <groupId>org.onap.appc</groupId>
37     <version>1.4.0-SNAPSHOT</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             <scope>compile</scope>
97             <version>${cdp.pal.version}</version>
98         </dependency>
99
100         <dependency>
101             <groupId>com.att.cdp</groupId>
102             <artifactId>cdp-pal-openstack</artifactId>
103             <scope>compile</scope>
104             <version>${cdp.pal.version}</version>
105         </dependency>
106
107         <dependency>
108             <groupId>javax.ws.rs</groupId>
109             <artifactId>javax.ws.rs-api</artifactId>
110         </dependency>
111
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>
117
118         <dependency>
119             <groupId>com.sun.jersey</groupId>
120             <artifactId>jersey-json</artifactId>
121         </dependency>
122
123         <dependency>
124             <groupId>javax.xml.bind</groupId>
125             <artifactId>jaxb-api</artifactId>
126             <version>2.2.3</version>
127         </dependency>
128
129         <dependency>
130             <groupId>javax.xml</groupId>
131             <artifactId>jaxp-api</artifactId>
132             <version>1.4.2</version>
133         </dependency>
134
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>
141
142         <dependency>
143             <groupId>org.codehaus.jackson</groupId>
144             <artifactId>jackson-jaxrs</artifactId>
145             <version>1.9.13</version>
146         </dependency>
147
148         <dependency>
149             <groupId>org.apache.httpcomponents</groupId>
150             <artifactId>httpclient</artifactId>
151             <version>4.5.3</version>
152         </dependency>
153
154         <dependency>
155             <groupId>junit</groupId>
156             <artifactId>junit</artifactId>
157             <scope>test</scope>
158         </dependency>
159         <dependency>
160             <groupId>org.mockito</groupId>
161             <artifactId>mockito-core</artifactId>
162         </dependency>
163         <dependency>
164             <groupId>org.assertj</groupId>
165             <artifactId>assertj-core</artifactId>
166             <version>${assertj.version}</version>
167         </dependency>
168
169         <dependency>
170             <groupId>org.onap.ccsdk.sli.core</groupId>
171             <artifactId>sli-common</artifactId>
172             <scope>compile</scope>
173             <!-- Added exclusion to prevent missing dependency issue on dblib -->
174             <exclusions>
175                 <exclusion>
176                     <groupId>org.onap.ccsdk.sli.core</groupId>
177                     <artifactId>dblib-provider</artifactId>
178                 </exclusion>
179             </exclusions>
180         </dependency>
181
182         <dependency>
183             <groupId>org.onap.ccsdk.sli.core</groupId>
184             <artifactId>sli-provider</artifactId>
185             <scope>compile</scope>
186             <!-- Added exclusion to prevent missing dependency issue on dblib -->
187             <exclusions>
188                 <exclusion>
189                     <groupId>org.onap.ccsdk.sli.core</groupId>
190                     <artifactId>dblib-provider</artifactId>
191                 </exclusion>
192             </exclusions>
193         </dependency>
194
195         <dependency>
196             <groupId>equinoxSDK381</groupId>
197             <artifactId>org.eclipse.osgi</artifactId>
198             <version>${equinox.osgi.version}</version>
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>
212             <groupId>org.mariadb.jdbc</groupId>
213             <artifactId>mariadb-java-client</artifactId>
214             <version>${mariadb.client.version}</version>
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>
242                         <Bundle-Activator>org.onap.appc.adapter.chef.ChefActivator</Bundle-Activator>
243                         <Export-Package>org.onap.appc.adapter.chef</Export-Package>
244                         <Import-Package>
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.*
246                         </Import-Package>
247                         <Embed-Dependency>
248                             *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis
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>
258 </project>