Release appc
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2019 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.parent</groupId>
26         <artifactId>binding-parent</artifactId>
27         <version>2.6.0-SNAPSHOT</version>
28         <relativePath />
29     </parent>
30
31     <artifactId>appc-netconf-adapter-bundle</artifactId>
32     <groupId>org.onap.appc</groupId>
33     <version>1.6.0</version>
34     <packaging>bundle</packaging>
35     <name>NETCONF Adapter - 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-bundle</artifactId>
46             <version>${project.version}</version>
47         </dependency>
48
49         <dependency>
50             <groupId>javax</groupId>
51             <artifactId>javaee-api</artifactId>
52             <version>7.0</version>
53         </dependency>
54
55         <dependency>
56             <groupId>com.att.cdp</groupId>
57             <artifactId>cdp-pal-common</artifactId>
58             <scope>compile</scope>
59             <version>${cdp.pal.version}</version>
60             <exclusions>
61                 <exclusion>
62                   <groupId>ch.qos.logback</groupId>
63                   <artifactId>logback-classic</artifactId>
64                 </exclusion>
65             </exclusions>
66         </dependency>
67
68         <dependency>
69             <groupId>com.att.cdp</groupId>
70             <artifactId>cdp-pal-openstack</artifactId>
71             <scope>compile</scope>
72             <version>${cdp.pal.version}</version>
73             <exclusions>
74                   <exclusion>
75                        <groupId>com.att.cdp</groupId>
76                        <artifactId>cdp-pal-common</artifactId>
77                   </exclusion>
78             </exclusions>
79         </dependency>
80
81         <dependency>
82             <groupId>javax.ws.rs</groupId>
83             <artifactId>javax.ws.rs-api</artifactId>
84             </dependency>
85
86         <!-- Jersey support needed for OpenStack connector and API version logic -->
87         <dependency>
88             <groupId>com.sun.jersey</groupId>
89             <artifactId>jersey-client</artifactId>
90             </dependency>
91
92         <dependency>
93             <groupId>com.sun.jersey</groupId>
94             <artifactId>jersey-json</artifactId>
95             </dependency>
96
97         <dependency>
98             <groupId>javax.xml.bind</groupId>
99             <artifactId>jaxb-api</artifactId>
100             <version>2.2.3</version>
101         </dependency>
102
103         <!-- Needed to run test cases -->
104         <dependency>
105             <groupId>org.glassfish.jersey.core</groupId>
106             <artifactId>jersey-common</artifactId>
107             <version>2.9.1</version>
108         </dependency>
109
110         <dependency>
111             <groupId>org.codehaus.jackson</groupId>
112             <artifactId>jackson-jaxrs</artifactId>
113             <version>1.9.13</version>
114         </dependency>
115
116         <dependency>
117             <groupId>commons-codec</groupId>
118             <artifactId>commons-codec</artifactId>
119             </dependency>
120
121         <dependency>
122             <groupId>org.apache.httpcomponents</groupId>
123             <artifactId>httpclient</artifactId>
124             <version>4.5.3</version>
125         </dependency>
126
127         <dependency>
128             <groupId>junit</groupId>
129             <artifactId>junit</artifactId>
130             <scope>test</scope>
131         </dependency>
132         <dependency>
133             <groupId>org.onap.ccsdk.sli.core</groupId>
134             <artifactId>sli-common</artifactId>
135             <scope>compile</scope>
136         </dependency>
137
138         <dependency>
139             <groupId>org.onap.ccsdk.sli.core</groupId>
140             <artifactId>sli-provider</artifactId>
141             <scope>compile</scope>
142         </dependency>
143
144         <dependency>
145             <groupId>org.osgi</groupId>
146             <artifactId>org.osgi.core</artifactId>
147             <scope>provided</scope>
148         </dependency>
149
150         <dependency>
151             <groupId>org.slf4j</groupId>
152             <artifactId>slf4j-api</artifactId>
153         </dependency>
154
155         <dependency>
156             <groupId>org.slf4j</groupId>
157             <artifactId>jcl-over-slf4j</artifactId>
158             </dependency>
159
160         <dependency>
161             <groupId>org.onap.ccsdk.sli.core</groupId>
162             <artifactId>dblib-provider</artifactId>
163         </dependency>
164
165         <dependency>
166             <groupId>com.vmware</groupId>
167             <artifactId>vijava</artifactId>
168             <version>5.1</version>
169             <scope>compile</scope>
170         </dependency>
171
172         <dependency>
173             <groupId>xerces</groupId>
174             <artifactId>xerces</artifactId>
175             <version>2.4.0</version>
176             <scope>provided</scope>
177         </dependency>
178
179         <dependency>
180             <groupId>org.apache.httpcomponents</groupId>
181             <artifactId>httpcore</artifactId>
182             <version>${apache.httpcomponents.version}</version>
183         </dependency>
184
185         <dependency>
186             <groupId>commons-logging</groupId>
187             <artifactId>commons-logging</artifactId>
188             <version>1.2</version>
189         </dependency>
190
191         <dependency>
192             <groupId>org.json</groupId>
193             <artifactId>json</artifactId>
194             </dependency>
195         <dependency>
196             <groupId>com.jcraft</groupId>
197             <artifactId>jsch</artifactId>
198             <version>0.1.54</version>
199         </dependency>
200         <dependency>
201           <groupId>org.hamcrest</groupId>
202           <artifactId>hamcrest-all</artifactId>
203           <version>1.3</version>
204           <scope>test</scope>
205         </dependency>
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-netconf-adapter</Bundle-SymbolicName>
217                         <Bundle-Activator>org.onap.appc.adapter.netconf.AppcNetconfAdapterActivator</Bundle-Activator>
218                         <Export-Package>org.onap.appc.adapter.netconf,org.onap.appc.adapter.netconf.dao,org.onap.appc.adapter.netconf.util,org.onap.appc.adapter.netconf.exception</Export-Package>
219                         <Import-Package>
220                             !org.slf4j.event,org.w3c.dom.*,com.sun.org.apache.xerces.*,javax.sql.*,javax.sql.rowset.*,javax.xml.*,org.onap.appc.adapter.messaging.*,javax.crypto.*,org.onap.appc.common.exception.*,org.mariadb.*,org.onap.ccsdk.sli.core.sli.*,org.onap.ccsdk.sli.core.dblib,org.osgi.framework.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*
221                         </Import-Package>
222                         <Embed-Dependency>*;scope=compile|runtime;artifactId=!dblib-provider|sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis|appc-dmaap-adapter-bundle</Embed-Dependency>
223                         <Embed-Transitive>true</Embed-Transitive>
224                     </instructions>
225
226 <!--                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> -->
227                 </configuration>
228             </plugin>
229         </plugins>
230     </build>
231
232 </project>