blob: 4b5a00a2f92ff9bdb2999f98de00fe765b6681ec [file] [log] [blame]
Patrick Bradyc7d00752017-06-01 10:45:37 -07001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClungf6332bd2018-06-13 13:07:38 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06007 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=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060021 -->
Patrick Bradyc7d00752017-06-01 10:45:37 -070022<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">
Taka37cbf4c2018-02-13 16:02:05 -050023 <modelVersion>4.0.0</modelVersion>
24 <parent>
25 <groupId>org.onap.appc</groupId>
26 <artifactId>appc-rest-healthcheck-adapter</artifactId>
Patrick Bradyccd67e92018-11-12 12:14:11 -080027 <version>1.5.0-SNAPSHOT</version>
Taka37cbf4c2018-02-13 16:02:05 -050028 </parent>
Patrick Bradyc7d00752017-06-01 10:45:37 -070029
Taka37cbf4c2018-02-13 16:02:05 -050030 <artifactId>appc-rest-healthcheck-adapter-bundle</artifactId>
31 <packaging>bundle</packaging>
32 <name>rest healthcheck Adapter - bundle</name>
Patrick Bradyc7d00752017-06-01 10:45:37 -070033
Taka37cbf4c2018-02-13 16:02:05 -050034 <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>
Patrick Bradyc7d00752017-06-01 10:45:37 -070051
Taka37cbf4c2018-02-13 16:02:05 -050052 <dependency>
53 <groupId>org.apache.httpcomponents</groupId>
54 <artifactId>httpclient</artifactId>
Taka Chobda76522018-03-07 11:42:59 -050055 <version>4.5.3</version>
Taka37cbf4c2018-02-13 16:02:05 -050056 </dependency>
57 <dependency>
Taka37cbf4c2018-02-13 16:02:05 -050058 <groupId>org.onap.appc</groupId>
Ryan Young7b632b42018-08-23 13:35:03 -040059 <artifactId>appc-common-bundle</artifactId>
Taka37cbf4c2018-02-13 16:02:05 -050060 <version>${project.version}</version>
61 <scope>compile</scope>
62 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070063
Taka37cbf4c2018-02-13 16:02:05 -050064 <dependency>
65 <groupId>javax</groupId>
66 <artifactId>javaee-api</artifactId>
67 <version>7.0</version>
68 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070069
70
Taka37cbf4c2018-02-13 16:02:05 -050071 <dependency>
72 <groupId>com.att.cdp</groupId>
73 <artifactId>cdp-pal-common</artifactId>
74 <scope>compile</scope>
Patrick Brady28da5022018-09-17 12:52:55 -070075 <exclusions>
76 <exclusion>
77 <groupId>ch.qos.logback</groupId>
78 <artifactId>logback-classic</artifactId>
79 </exclusion>
80 </exclusions>
Taka37cbf4c2018-02-13 16:02:05 -050081 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070082
Taka37cbf4c2018-02-13 16:02:05 -050083 <dependency>
84 <groupId>com.att.cdp</groupId>
85 <artifactId>cdp-pal-openstack</artifactId>
86 <scope>compile</scope>
Patrick Brady28da5022018-09-17 12:52:55 -070087 <exclusions>
88 <exclusion>
89 <groupId>com.att.cdp</groupId>
90 <artifactId>cdp-pal-common</artifactId>
91 </exclusion>
92 </exclusions>
Taka37cbf4c2018-02-13 16:02:05 -050093 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070094
Taka37cbf4c2018-02-13 16:02:05 -050095 <dependency>
96 <groupId>javax.ws.rs</groupId>
97 <artifactId>javax.ws.rs-api</artifactId>
98 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070099
Taka37cbf4c2018-02-13 16:02:05 -0500100 <!-- Jersey support needed for OpenStack connector and API version logic -->
101 <dependency>
102 <groupId>com.sun.jersey</groupId>
103 <artifactId>jersey-client</artifactId>
104 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700105
Taka37cbf4c2018-02-13 16:02:05 -0500106 <dependency>
107 <groupId>com.sun.jersey</groupId>
108 <artifactId>jersey-json</artifactId>
Taka Cho65143042019-03-11 16:22:03 -0400109 <exclusions>
110 <exclusion>
111 <groupId>org.codehaus.jackson</groupId>
112 <artifactId>jackson-mapper-asl</artifactId>
113 </exclusion>
114 </exclusions>
115 </dependency>
116 <dependency>
117 <groupId>org.codehaus.jackson</groupId>
118 <artifactId>jackson-mapper-asl</artifactId>
119 <version>1.9.3</version>
Taka37cbf4c2018-02-13 16:02:05 -0500120 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700121
Taka37cbf4c2018-02-13 16:02:05 -0500122 <dependency>
123 <groupId>javax.xml.bind</groupId>
124 <artifactId>jaxb-api</artifactId>
125 <version>2.2.3</version>
126 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700127
Taka37cbf4c2018-02-13 16:02:05 -0500128 <dependency>
129 <groupId>javax.xml</groupId>
130 <artifactId>jaxp-api</artifactId>
131 <version>1.4.2</version>
132 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700133
Taka37cbf4c2018-02-13 16:02:05 -0500134 <!-- 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>
Patrick Brady38713202017-07-28 11:29:23 -0700139 <scope>test</scope>
Taka37cbf4c2018-02-13 16:02:05 -0500140 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700141
Taka37cbf4c2018-02-13 16:02:05 -0500142 <dependency>
143 <groupId>org.codehaus.jackson</groupId>
144 <artifactId>jackson-jaxrs</artifactId>
Taka Cho65d7a302018-03-01 20:57:52 -0500145 <version>1.9.13</version>
Taka37cbf4c2018-02-13 16:02:05 -0500146 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700147
Taka37cbf4c2018-02-13 16:02:05 -0500148 <dependency>
149 <groupId>junit</groupId>
150 <artifactId>junit</artifactId>
151 <scope>test</scope>
152 </dependency>
153 <dependency>
154 <groupId>org.mockito</groupId>
155 <artifactId>mockito-core</artifactId>
156 </dependency>
157 <dependency>
158 <groupId>org.onap.ccsdk.sli.core</groupId>
159 <artifactId>sli-common</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>org.onap.ccsdk.sli.core</groupId>
172 <artifactId>sli-provider</artifactId>
173 <scope>provided</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>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700182
Taka37cbf4c2018-02-13 16:02:05 -0500183 <dependency>
184 <groupId>equinoxSDK381</groupId>
185 <artifactId>org.eclipse.osgi</artifactId>
186 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700187
Taka37cbf4c2018-02-13 16:02:05 -0500188 <dependency>
189 <groupId>org.slf4j</groupId>
190 <artifactId>slf4j-api</artifactId>
191 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700192
Taka37cbf4c2018-02-13 16:02:05 -0500193 <dependency>
194 <groupId>org.slf4j</groupId>
195 <artifactId>jcl-over-slf4j</artifactId>
196 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700197
Taka37cbf4c2018-02-13 16:02:05 -0500198 <dependency>
Patrick Bradyac62a4a2017-09-13 00:11:21 -0700199 <groupId>org.mariadb.jdbc</groupId>
Taka37cbf4c2018-02-13 16:02:05 -0500200 <artifactId>mariadb-java-client</artifactId>
201 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700202
Taka37cbf4c2018-02-13 16:02:05 -0500203 <dependency>
204 <groupId>com.vmware</groupId>
205 <artifactId>vijava</artifactId>
206 <version>5.1</version>
207 <scope>compile</scope>
208 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700209
Taka37cbf4c2018-02-13 16:02:05 -0500210 <dependency>
211 <groupId>xerces</groupId>
212 <artifactId>xerces</artifactId>
213 <version>2.4.0</version>
214 <scope>provided</scope>
215 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700216
Taka37cbf4c2018-02-13 16:02:05 -0500217 </dependencies>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700218
Taka37cbf4c2018-02-13 16:02:05 -0500219 <build>
220 <plugins>
221 <plugin>
222 <groupId>org.apache.felix</groupId>
223 <artifactId>maven-bundle-plugin</artifactId>
224 <extensions>true</extensions>
225 <configuration>
226 <instructions>
227 <Bundle-SymbolicName>appc-rest-healthcheck-adapter</Bundle-SymbolicName>
228 <Bundle-Activator>org.onap.appc.adapter.restHealthcheck.RestHealthcheckActivator</Bundle-Activator>
229 <Export-Package>org.onap.appc.adapter.restHealthcheck</Export-Package>
230 <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.*
231 </Import-Package>
232 <Embed-Dependency>
Ryan Young7b632b42018-08-23 13:35:03 -0400233 *;scope=compile|runtime;artifactId=!sli-common|!appc-common-bundle|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|xml-apis
Taka37cbf4c2018-02-13 16:02:05 -0500234 </Embed-Dependency>
235 <Embed-Transitive>true</Embed-Transitive>
236 </instructions>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700237
Taka37cbf4c2018-02-13 16:02:05 -0500238 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
239 </configuration>
240 </plugin>
241 </plugins>
242 </build>
Patrick Bradyccd67e92018-11-12 12:14:11 -0800243 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700244</project>