Update license header on appc-adapter xml files
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-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-adapter</artifactId>
27                 <version>1.4.0-SNAPSHOT</version>
28         </parent>
29
30         <artifactId>appc-rest-adapter-bundle</artifactId>
31         <packaging>bundle</packaging>
32         <name>rest Adapter - bundle</name>
33
34         <dependencies>
35                 <dependency>
36                         <groupId>commons-logging</groupId>
37                         <artifactId>commons-logging</artifactId>
38                         <version>1.2</version>
39                 </dependency>
40                 <dependency>
41                         <groupId>org.apache.httpcomponents</groupId>
42                         <artifactId>httpcore</artifactId>
43                         <version>4.4.4</version>
44                 </dependency>
45                 <dependency>
46                         <groupId>org.bouncycastle</groupId>
47                         <artifactId>bcpkix-jdk15on</artifactId>
48                         </dependency>
49                 <dependency>
50                         <groupId>org.bouncycastle</groupId>
51                         <artifactId>bcprov-jdk15on</artifactId>
52                 </dependency>
53                 <dependency>
54                         <groupId>org.onap.appc</groupId>
55                         <artifactId>appc-common</artifactId>
56                         <version>${project.version}</version>
57                 </dependency>
58                         <dependency>
59                         <groupId>org.onap.appc</groupId>
60                         <artifactId>appc-common</artifactId>
61                         <version>${project.version}</version>
62                         <classifier>jar-with-dependencies</classifier>
63                         <scope>test</scope>
64                 </dependency>
65                 <dependency>
66                         <groupId>javax</groupId>
67                         <artifactId>javaee-api</artifactId>
68                         <version>7.0</version>
69                 </dependency>
70 <!--            <dependency> -->
71 <!--                    <groupId>jce</groupId> -->
72 <!--                    <artifactId>jce</artifactId> -->
73 <!--                    <version>1_2-do</version> -->
74 <!--                    <scope>compile</scope> -->
75 <!--            </dependency> -->
76
77                 <dependency>
78                         <groupId>com.att.cdp</groupId>
79                         <artifactId>cdp-pal-common</artifactId>
80                         <scope>compile</scope>
81                 </dependency>
82
83                 <dependency>
84                         <groupId>com.att.cdp</groupId>
85                         <artifactId>cdp-pal-openstack</artifactId>
86                         <scope>compile</scope>
87                 </dependency>
88
89                 <dependency>
90                         <groupId>javax.ws.rs</groupId>
91                         <artifactId>javax.ws.rs-api</artifactId>
92                         </dependency>
93
94                 <!-- Jersey support needed for OpenStack connector and API version logic -->
95                 <dependency>
96                         <groupId>com.sun.jersey</groupId>
97                         <artifactId>jersey-client</artifactId>
98                         </dependency>
99
100                 <dependency>
101                 <groupId>org.json</groupId>
102                 <artifactId>json</artifactId>
103                 </dependency>
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>commons-codec</groupId>
137                         <artifactId>commons-codec</artifactId>
138                 </dependency>
139
140                 <dependency>
141                         <groupId>junit</groupId>
142                         <artifactId>junit</artifactId>
143                         <scope>test</scope>
144                 </dependency>
145
146                 <dependency>
147                         <groupId>org.onap.ccsdk.sli.core</groupId>
148                         <artifactId>sli-common</artifactId>
149                         <scope>compile</scope>
150                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
151                         <exclusions>
152                                 <exclusion>
153                                         <groupId>org.onap.ccsdk.sli.core</groupId>
154                                         <artifactId>dblib-provider</artifactId>
155                                 </exclusion>
156                         </exclusions>
157                 </dependency>
158
159                 <dependency>
160                         <groupId>org.onap.ccsdk.sli.core</groupId>
161                         <artifactId>sli-provider</artifactId>
162                         <scope>compile</scope>
163                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
164                         <exclusions>
165                                 <exclusion>
166                                         <groupId>org.onap.ccsdk.sli.core</groupId>
167                                         <artifactId>dblib-provider</artifactId>
168                                 </exclusion>
169                         </exclusions>
170                 </dependency>
171
172 <!--            <dependency> -->
173 <!--                    <groupId>equinoxSDK381</groupId> -->
174 <!--                    <artifactId>org.eclipse.osgi</artifactId> -->
175 <!--            </dependency> -->
176
177                 <dependency>
178                         <groupId>org.slf4j</groupId>
179                         <artifactId>slf4j-api</artifactId>
180                 </dependency>
181
182                 <dependency>
183                         <groupId>org.slf4j</groupId>
184                         <artifactId>jcl-over-slf4j</artifactId>
185                         </dependency>
186
187                         <dependency>
188                                 <groupId>org.mariadb.jdbc</groupId>
189                                 <artifactId>mariadb-java-client</artifactId>
190                         </dependency>
191
192                 <dependency>
193                         <groupId>com.vmware</groupId>
194                         <artifactId>vijava</artifactId>
195                         <version>5.1</version>
196                         <scope>compile</scope>
197                 </dependency>
198
199                 <dependency>
200                         <groupId>xerces</groupId>
201                         <artifactId>xerces</artifactId>
202                         <version>2.4.0</version>
203                         <scope>provided</scope>
204                 </dependency>
205
206         </dependencies>
207
208         <build>
209                 <plugins>
210                         <plugin>
211                                 <groupId>org.apache.felix</groupId>
212                                 <artifactId>maven-bundle-plugin</artifactId>
213                                 <extensions>true</extensions>
214                                 <configuration>
215                                         <instructions>
216                                                 <Bundle-SymbolicName>appc-rest-adapter</Bundle-SymbolicName>
217                                                 <Bundle-Activator>org.onap.appc.adapter.rest.RestActivator</Bundle-Activator>
218                                                 <Export-Package>org.onap.appc.adapter.rest</Export-Package>
219                                                 <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.*</Import-Package>
220                                                 <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis|jaxp-api</Embed-Dependency>
221                                                 <Embed-Transitive>true</Embed-Transitive>
222                                         </instructions>
223                                 </configuration>
224                         </plugin>
225                 </plugins>
226         </build>
227 </project>