blob: 0e0ce510495c6c69c8d342dcf2ccc15d1794ed6b [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 Brady84d0a252018-05-22 10:42:55 -070027 <version>1.4.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>
75 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070076
Taka37cbf4c2018-02-13 16:02:05 -050077 <dependency>
78 <groupId>com.att.cdp</groupId>
79 <artifactId>cdp-pal-openstack</artifactId>
80 <scope>compile</scope>
81 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070082
Taka37cbf4c2018-02-13 16:02:05 -050083 <dependency>
84 <groupId>javax.ws.rs</groupId>
85 <artifactId>javax.ws.rs-api</artifactId>
86 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070087
Taka37cbf4c2018-02-13 16:02:05 -050088 <!-- Jersey support needed for OpenStack connector and API version logic -->
89 <dependency>
90 <groupId>com.sun.jersey</groupId>
91 <artifactId>jersey-client</artifactId>
92 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070093
Taka37cbf4c2018-02-13 16:02:05 -050094 <dependency>
95 <groupId>com.sun.jersey</groupId>
96 <artifactId>jersey-json</artifactId>
97 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -070098
Taka37cbf4c2018-02-13 16:02:05 -050099 <dependency>
100 <groupId>javax.xml.bind</groupId>
101 <artifactId>jaxb-api</artifactId>
102 <version>2.2.3</version>
103 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700104
Taka37cbf4c2018-02-13 16:02:05 -0500105 <dependency>
106 <groupId>javax.xml</groupId>
107 <artifactId>jaxp-api</artifactId>
108 <version>1.4.2</version>
109 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700110
Taka37cbf4c2018-02-13 16:02:05 -0500111 <!-- Needed to run test cases -->
112 <dependency>
113 <groupId>org.glassfish.jersey.core</groupId>
114 <artifactId>jersey-common</artifactId>
115 <version>2.9.1</version>
Patrick Brady38713202017-07-28 11:29:23 -0700116 <scope>test</scope>
Taka37cbf4c2018-02-13 16:02:05 -0500117 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700118
Taka37cbf4c2018-02-13 16:02:05 -0500119 <dependency>
120 <groupId>org.codehaus.jackson</groupId>
121 <artifactId>jackson-jaxrs</artifactId>
Taka Cho65d7a302018-03-01 20:57:52 -0500122 <version>1.9.13</version>
Taka37cbf4c2018-02-13 16:02:05 -0500123 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700124
Taka37cbf4c2018-02-13 16:02:05 -0500125 <dependency>
126 <groupId>junit</groupId>
127 <artifactId>junit</artifactId>
128 <scope>test</scope>
129 </dependency>
130 <dependency>
131 <groupId>org.mockito</groupId>
132 <artifactId>mockito-core</artifactId>
133 </dependency>
134 <dependency>
135 <groupId>org.onap.ccsdk.sli.core</groupId>
136 <artifactId>sli-common</artifactId>
137 <scope>provided</scope>
138 <!-- Added exclusion to prevent missing dependency issue on dblib -->
139 <exclusions>
140 <exclusion>
141 <groupId>org.onap.ccsdk.sli.core</groupId>
142 <artifactId>dblib-provider</artifactId>
143 </exclusion>
144 </exclusions>
145 </dependency>
146
147 <dependency>
148 <groupId>org.onap.ccsdk.sli.core</groupId>
149 <artifactId>sli-provider</artifactId>
150 <scope>provided</scope>
151 <!-- Added exclusion to prevent missing dependency issue on dblib -->
152 <exclusions>
153 <exclusion>
154 <groupId>org.onap.ccsdk.sli.core</groupId>
155 <artifactId>dblib-provider</artifactId>
156 </exclusion>
157 </exclusions>
158 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700159
Taka37cbf4c2018-02-13 16:02:05 -0500160 <dependency>
161 <groupId>equinoxSDK381</groupId>
162 <artifactId>org.eclipse.osgi</artifactId>
163 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700164
Taka37cbf4c2018-02-13 16:02:05 -0500165 <dependency>
166 <groupId>org.slf4j</groupId>
167 <artifactId>slf4j-api</artifactId>
168 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700169
Taka37cbf4c2018-02-13 16:02:05 -0500170 <dependency>
171 <groupId>org.slf4j</groupId>
172 <artifactId>jcl-over-slf4j</artifactId>
173 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700174
Taka37cbf4c2018-02-13 16:02:05 -0500175 <dependency>
Patrick Bradyac62a4a2017-09-13 00:11:21 -0700176 <groupId>org.mariadb.jdbc</groupId>
Taka37cbf4c2018-02-13 16:02:05 -0500177 <artifactId>mariadb-java-client</artifactId>
178 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700179
Taka37cbf4c2018-02-13 16:02:05 -0500180 <dependency>
181 <groupId>com.vmware</groupId>
182 <artifactId>vijava</artifactId>
183 <version>5.1</version>
184 <scope>compile</scope>
185 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700186
Taka37cbf4c2018-02-13 16:02:05 -0500187 <dependency>
188 <groupId>xerces</groupId>
189 <artifactId>xerces</artifactId>
190 <version>2.4.0</version>
191 <scope>provided</scope>
192 </dependency>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700193
Taka37cbf4c2018-02-13 16:02:05 -0500194 </dependencies>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700195
Taka37cbf4c2018-02-13 16:02:05 -0500196 <build>
197 <plugins>
198 <plugin>
199 <groupId>org.apache.felix</groupId>
200 <artifactId>maven-bundle-plugin</artifactId>
201 <extensions>true</extensions>
202 <configuration>
203 <instructions>
204 <Bundle-SymbolicName>appc-rest-healthcheck-adapter</Bundle-SymbolicName>
205 <Bundle-Activator>org.onap.appc.adapter.restHealthcheck.RestHealthcheckActivator</Bundle-Activator>
206 <Export-Package>org.onap.appc.adapter.restHealthcheck</Export-Package>
207 <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.*
208 </Import-Package>
209 <Embed-Dependency>
Ryan Young7b632b42018-08-23 13:35:03 -0400210 *;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 -0500211 </Embed-Dependency>
212 <Embed-Transitive>true</Embed-Transitive>
213 </instructions>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700214
Taka37cbf4c2018-02-13 16:02:05 -0500215 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
216 </configuration>
217 </plugin>
218 </plugins>
219 </build>
Patrick Bradyc7d00752017-06-01 10:45:37 -0700220</project>