Update license header on appc-adapter xml files
[appc.git] / appc-adapters / appc-rest-healthcheck-adapter / appc-rest-healthcheck-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   Copyright (C) 2017 Amdocs
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22 <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">
23     <modelVersion>4.0.0</modelVersion>
24     <parent>
25         <groupId>org.onap.appc</groupId>
26         <artifactId>appc-rest-healthcheck-adapter</artifactId>
27         <version>1.4.0-SNAPSHOT</version>
28     </parent>
29
30     <artifactId>appc-rest-healthcheck-adapter-bundle</artifactId>
31     <packaging>bundle</packaging>
32     <name>rest healthcheck Adapter - bundle</name>
33
34     <dependencies>
35         <dependency>
36             <groupId>commons-codec</groupId>
37             <artifactId>commons-codec</artifactId>
38         </dependency>
39         <!-- http://mvnrepository.com/artifact/commons-logging/commons-logging -->
40         <dependency>
41             <groupId>commons-logging</groupId>
42             <artifactId>commons-logging</artifactId>
43             <version>1.2</version>
44         </dependency>
45         <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
46         <dependency>
47             <groupId>org.apache.httpcomponents</groupId>
48             <artifactId>httpcore</artifactId>
49             <version>4.4.4</version>
50         </dependency>
51
52         <dependency>
53             <groupId>org.apache.httpcomponents</groupId>
54             <artifactId>httpclient</artifactId>
55             <version>4.5.3</version>
56         </dependency>
57         <dependency>
58             <groupId>org.bouncycastle</groupId>
59             <artifactId>bcpkix-jdk15on</artifactId>
60             <version>1.56</version>
61         </dependency>
62         <dependency>
63             <groupId>org.bouncycastle</groupId>
64             <artifactId>bcprov-jdk15on</artifactId>
65             <version>1.56</version>
66         </dependency>
67         <dependency>
68             <groupId>org.onap.appc</groupId>
69             <artifactId>appc-common</artifactId>
70             <version>${project.version}</version>
71             <scope>compile</scope>
72         </dependency>
73
74         <dependency>
75             <groupId>javax</groupId>
76             <artifactId>javaee-api</artifactId>
77             <version>7.0</version>
78         </dependency>
79
80
81         <dependency>
82             <groupId>com.att.cdp</groupId>
83             <artifactId>cdp-pal-common</artifactId>
84             <scope>compile</scope>
85         </dependency>
86
87         <dependency>
88             <groupId>com.att.cdp</groupId>
89             <artifactId>cdp-pal-openstack</artifactId>
90             <scope>compile</scope>
91         </dependency>
92
93         <dependency>
94             <groupId>javax.ws.rs</groupId>
95             <artifactId>javax.ws.rs-api</artifactId>
96         </dependency>
97
98         <!-- Jersey support needed for OpenStack connector and API version logic -->
99         <dependency>
100             <groupId>com.sun.jersey</groupId>
101             <artifactId>jersey-client</artifactId>
102         </dependency>
103
104         <dependency>
105             <groupId>com.sun.jersey</groupId>
106             <artifactId>jersey-json</artifactId>
107         </dependency>
108
109         <dependency>
110             <groupId>javax.xml.bind</groupId>
111             <artifactId>jaxb-api</artifactId>
112             <version>2.2.3</version>
113         </dependency>
114
115         <dependency>
116             <groupId>javax.xml</groupId>
117             <artifactId>jaxp-api</artifactId>
118             <version>1.4.2</version>
119         </dependency>
120
121         <!-- Needed to run test cases -->
122         <dependency>
123             <groupId>org.glassfish.jersey.core</groupId>
124             <artifactId>jersey-common</artifactId>
125             <version>2.9.1</version>
126             <scope>test</scope>
127         </dependency>
128
129         <dependency>
130             <groupId>org.codehaus.jackson</groupId>
131             <artifactId>jackson-jaxrs</artifactId>
132             <version>1.9.13</version>
133         </dependency>
134
135         <dependency>
136             <groupId>junit</groupId>
137             <artifactId>junit</artifactId>
138             <scope>test</scope>
139         </dependency>
140         <dependency>
141             <groupId>org.mockito</groupId>
142             <artifactId>mockito-core</artifactId>
143         </dependency>
144         <dependency>
145             <groupId>org.onap.ccsdk.sli.core</groupId>
146             <artifactId>sli-common</artifactId>
147             <scope>provided</scope>
148             <!-- Added exclusion to prevent missing dependency issue on dblib -->
149             <exclusions>
150                 <exclusion>
151                     <groupId>org.onap.ccsdk.sli.core</groupId>
152                     <artifactId>dblib-provider</artifactId>
153                 </exclusion>
154             </exclusions>
155         </dependency>
156         
157         <dependency>
158             <groupId>org.onap.ccsdk.sli.core</groupId>
159             <artifactId>sli-provider</artifactId>
160             <scope>provided</scope>
161             <!-- Added exclusion to prevent missing dependency issue on dblib -->
162             <exclusions>
163                 <exclusion>
164                     <groupId>org.onap.ccsdk.sli.core</groupId>
165                     <artifactId>dblib-provider</artifactId>
166                 </exclusion>
167             </exclusions>
168         </dependency>
169
170         <dependency>
171             <groupId>equinoxSDK381</groupId>
172             <artifactId>org.eclipse.osgi</artifactId>
173         </dependency>
174
175         <dependency>
176             <groupId>org.slf4j</groupId>
177             <artifactId>slf4j-api</artifactId>
178         </dependency>
179
180         <dependency>
181             <groupId>org.slf4j</groupId>
182             <artifactId>jcl-over-slf4j</artifactId>
183         </dependency>
184
185         <dependency>
186             <groupId>org.mariadb.jdbc</groupId>
187             <artifactId>mariadb-java-client</artifactId>
188         </dependency>
189
190         <dependency>
191             <groupId>com.vmware</groupId>
192             <artifactId>vijava</artifactId>
193             <version>5.1</version>
194             <scope>compile</scope>
195         </dependency>
196
197         <dependency>
198             <groupId>xerces</groupId>
199             <artifactId>xerces</artifactId>
200             <version>2.4.0</version>
201             <scope>provided</scope>
202         </dependency>
203
204     </dependencies>
205
206     <build>
207         <plugins>
208             <plugin>
209                 <groupId>org.apache.felix</groupId>
210                 <artifactId>maven-bundle-plugin</artifactId>
211                 <extensions>true</extensions>
212                 <configuration>
213                     <instructions>
214                         <Bundle-SymbolicName>appc-rest-healthcheck-adapter</Bundle-SymbolicName>
215                         <Bundle-Activator>org.onap.appc.adapter.restHealthcheck.RestHealthcheckActivator</Bundle-Activator>
216                         <Export-Package>org.onap.appc.adapter.restHealthcheck</Export-Package>
217                         <Import-Package>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.auth.*
218                         </Import-Package>
219                         <Embed-Dependency>
220                             *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|xml-apis
221                         </Embed-Dependency>
222                         <Embed-Transitive>true</Embed-Transitive>
223                     </instructions>
224
225                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
226                 </configuration>
227             </plugin>
228         </plugins>
229     </build>
230 </project>