Remove all powermock(ito) usages in appc-dg-util
[appc.git] / appc-dg-util / appc-dg-util-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   Modifications Copyright (C) 2018 Nokia
10   ================================================================================
11   Licensed under the Apache License, Version 2.0 (the "License");
12   you may not use this file except in compliance with the License.
13   You may obtain a copy of the License at
14   
15        http://www.apache.org/licenses/LICENSE-2.0
16   
17   Unless required by applicable law or agreed to in writing, software
18   distributed under the License is distributed on an "AS IS" BASIS,
19   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20   See the License for the specific language governing permissions and
21   limitations under the License.
22   ============LICENSE_END=========================================================
23   -->
24 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26     <modelVersion>4.0.0</modelVersion>
27     <parent>
28         <groupId>org.onap.appc</groupId>
29         <artifactId>appc-dg-util</artifactId>
30         <version>1.4.0-SNAPSHOT</version>
31     </parent>
32
33     <artifactId>appc-dg-util-bundle</artifactId>
34     <packaging>bundle</packaging>
35     <name>appc-dg-util - bundle</name>
36     <properties>
37         <exam.version>4.9.1</exam.version>
38         <url.version>1.6.0</url.version>
39         <sal-netconf-connector.version>1.3.1-Beryllium-SR1</sal-netconf-connector.version>
40     </properties>
41
42     <dependencies>
43         <dependency>
44             <groupId>org.onap.appc</groupId>
45             <artifactId>appc-common</artifactId>
46             <version>${project.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>javax</groupId>
50             <artifactId>javaee-api</artifactId>
51             <version>7.0</version>
52         </dependency>
53         <dependency>
54             <groupId>org.onap.ccsdk.sli.adaptors</groupId>
55             <artifactId>aai-service-provider</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>javax.ws.rs</groupId>
59             <artifactId>javax.ws.rs-api</artifactId>
60         </dependency>
61         <!-- Jersey support needed for OpenStack connector and API version logic -->
62         <dependency>
63             <groupId>com.sun.jersey</groupId>
64             <artifactId>jersey-client</artifactId>
65         </dependency>
66         <dependency>
67             <groupId>com.sun.jersey</groupId>
68             <artifactId>jersey-json</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>javax.xml.bind</groupId>
72             <artifactId>jaxb-api</artifactId>
73             <version>2.2.3</version>
74         </dependency>
75         <dependency>
76             <groupId>javax.xml</groupId>
77             <artifactId>jaxp-api</artifactId>
78             <version>1.4.2</version>
79         </dependency>
80         <!-- Needed to run test cases -->
81         <dependency>
82             <groupId>org.glassfish.jersey.core</groupId>
83             <artifactId>jersey-common</artifactId>
84             <version>2.9.1</version>
85         </dependency>
86         <dependency>
87             <groupId>org.codehaus.jackson</groupId>
88             <artifactId>jackson-jaxrs</artifactId>
89             <version>1.9.13</version>
90         </dependency>
91         <dependency>
92             <groupId>commons-codec</groupId>
93             <artifactId>commons-codec</artifactId>
94         </dependency>
95         <dependency>
96             <groupId>org.apache.httpcomponents</groupId>
97             <artifactId>httpclient</artifactId>
98             <version>4.5.3</version>
99         </dependency>
100         <dependency>
101             <groupId>org.onap.ccsdk.sli.core</groupId>
102             <artifactId>sli-common</artifactId>
103             <scope>compile</scope>
104             <!-- Added exclusion to prevent missing dependency issue on dblib -->
105             <exclusions>
106                 <exclusion>
107                     <groupId>org.onap.ccsdk.sli.core</groupId>
108                     <artifactId>dblib-provider</artifactId>
109                 </exclusion>
110             </exclusions>
111         </dependency>
112
113         <dependency>
114             <groupId>org.onap.ccsdk.sli.core</groupId>
115             <artifactId>sli-provider</artifactId>
116             <scope>compile</scope>
117             <!-- Added exclusion to prevent missing dependency issue on dblib -->
118             <exclusions>
119                 <exclusion>
120                     <groupId>org.onap.ccsdk.sli.core</groupId>
121                     <artifactId>dblib-provider</artifactId>
122                 </exclusion>
123             </exclusions>
124         </dependency>
125         <dependency>
126             <groupId>equinoxSDK381</groupId>
127             <artifactId>org.eclipse.osgi</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>org.slf4j</groupId>
131             <artifactId>slf4j-api</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>org.slf4j</groupId>
135             <artifactId>jcl-over-slf4j</artifactId>
136         </dependency>
137         <dependency>
138             <groupId>org.mariadb.jdbc</groupId>
139             <artifactId>mariadb-java-client</artifactId>
140         </dependency>
141         <dependency>
142             <groupId>com.vmware</groupId>
143             <artifactId>vijava</artifactId>
144             <version>5.1</version>
145             <scope>compile</scope>
146         </dependency>
147         <dependency>
148             <groupId>xerces</groupId>
149             <artifactId>xerces</artifactId>
150             <version>2.4.0</version>
151             <scope>provided</scope>
152         </dependency>
153
154         <dependency>
155             <groupId>org.apache.httpcomponents</groupId>
156             <artifactId>httpcore</artifactId>
157             <version>${apache.httpcomponents.version}</version>
158         </dependency>
159
160         <dependency>
161             <groupId>commons-logging</groupId>
162             <artifactId>commons-logging</artifactId>
163             <version>1.2</version>
164         </dependency>
165         <dependency>
166             <groupId>org.json</groupId>
167             <artifactId>json</artifactId>
168         </dependency>
169         <dependency>
170             <groupId>org.onap.appc</groupId>
171             <artifactId>appc-dmaap-adapter-bundle</artifactId>
172             <version>${project.version}</version>
173         </dependency>
174         <dependency>
175             <groupId>org.onap.appc</groupId>
176             <artifactId>appc-netconf-adapter-bundle</artifactId>
177             <version>1.4.0-SNAPSHOT</version>
178         </dependency>
179         <dependency>
180             <groupId>junit</groupId>
181             <artifactId>junit</artifactId>
182             <scope>test</scope>
183         </dependency>
184         <dependency>
185             <groupId>org.mockito</groupId>
186             <artifactId>mockito-core</artifactId>
187             <scope>test</scope>
188         </dependency>
189         <dependency>
190             <groupId>org.assertj</groupId>
191             <artifactId>assertj-core</artifactId>
192             <scope>test</scope>
193         </dependency>
194     </dependencies>
195
196     <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-dg-util</Bundle-SymbolicName>
205                         <Bundle-Activator>org.onap.appc.dg.util.AppcDgUtilActivator</Bundle-Activator>
206                         <Export-Package>org.onap.appc.dg.util.*</Export-Package>
207                         <Import-Package>
208                             org.onap.appc.adapter.netconf,
209                             org.onap.appc.adapter.netconf.dao,
210                             org.onap.appc.adapter.netconf.util,com.att.eelf.*,
211                             org.onap.appc.adapter.netconf.exception,
212                             org.onap.appc.adapter.messaging.*,
213                             org.onap.ccsdk.sli.core.sli.*,
214                             org.onap.appc.exceptions,
215                             org.onap.appc.i18n,
216                             org.osgi.framework.*,
217                             org.slf4j.*,
218                             com.vmware.*,
219                             org.apache.xerces.*,
220                             javax.net.*,
221                             javax.net.ssl.*,
222                             org.xml.sax.*,
223                             javax.xml.bind.*,
224                             javax.naming.*,
225                             com.fasterxml.*,
226                             javax.xml.parsers,
227                             *;resolution:=optional
228                         </Import-Package>
229                     </instructions>
230                 </configuration>
231             </plugin>
232         </plugins>
233     </build>
234
235 </project>