upgrade mapper-asl
[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>1.5.0-SNAPSHOT</version>
28         <relativePath />
29     </parent>
30
31     <artifactId>appc-netconf-adapter-bundle</artifactId>
32     <groupId>org.onap.appc</groupId>
33     <version>1.5.0-SNAPSHOT</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             <exclusions>
96                  <exclusion>
97                       <groupId>org.codehaus.jackson</groupId>
98                       <artifactId>jackson-mapper-asl</artifactId>
99                  </exclusion>
100             </exclusions>
101         </dependency>
102         <dependency>
103             <groupId>org.codehaus.jackson</groupId>
104             <artifactId>jackson-mapper-asl</artifactId>
105             <version>1.9.3</version>
106         </dependency>
107
108         <dependency>
109             <groupId>javax.xml.bind</groupId>
110             <artifactId>jaxb-api</artifactId>
111             <version>2.2.3</version>
112         </dependency>
113
114         <!-- Needed to run test cases -->
115         <dependency>
116             <groupId>org.glassfish.jersey.core</groupId>
117             <artifactId>jersey-common</artifactId>
118             <version>2.9.1</version>
119         </dependency>
120
121         <dependency>
122             <groupId>org.codehaus.jackson</groupId>
123             <artifactId>jackson-jaxrs</artifactId>
124             <version>1.9.13</version>
125         </dependency>
126
127         <dependency>
128             <groupId>commons-codec</groupId>
129             <artifactId>commons-codec</artifactId>
130             </dependency>
131
132         <dependency>
133             <groupId>org.apache.httpcomponents</groupId>
134             <artifactId>httpclient</artifactId>
135             <version>4.5.3</version>
136         </dependency>
137
138         <dependency>
139             <groupId>junit</groupId>
140             <artifactId>junit</artifactId>
141             <scope>test</scope>
142         </dependency>
143         <dependency>
144             <groupId>org.onap.ccsdk.sli.core</groupId>
145             <artifactId>sli-common</artifactId>
146             <scope>compile</scope>
147         </dependency>
148
149         <dependency>
150             <groupId>org.onap.ccsdk.sli.core</groupId>
151             <artifactId>sli-provider</artifactId>
152             <scope>compile</scope>
153         </dependency>
154
155         <dependency>
156             <groupId>org.osgi</groupId>
157             <artifactId>org.osgi.core</artifactId>
158             <scope>provided</scope>
159         </dependency>
160
161         <dependency>
162             <groupId>org.slf4j</groupId>
163             <artifactId>slf4j-api</artifactId>
164         </dependency>
165
166         <dependency>
167             <groupId>org.slf4j</groupId>
168             <artifactId>jcl-over-slf4j</artifactId>
169             </dependency>
170
171         <dependency>
172             <groupId>org.onap.ccsdk.sli.core</groupId>
173             <artifactId>dblib-provider</artifactId>
174         </dependency>
175
176         <dependency>
177             <groupId>com.vmware</groupId>
178             <artifactId>vijava</artifactId>
179             <version>5.1</version>
180             <scope>compile</scope>
181         </dependency>
182
183         <dependency>
184             <groupId>xerces</groupId>
185             <artifactId>xerces</artifactId>
186             <version>2.4.0</version>
187             <scope>provided</scope>
188         </dependency>
189
190         <dependency>
191             <groupId>org.apache.httpcomponents</groupId>
192             <artifactId>httpcore</artifactId>
193             <version>${apache.httpcomponents.version}</version>
194         </dependency>
195
196         <dependency>
197             <groupId>commons-logging</groupId>
198             <artifactId>commons-logging</artifactId>
199             <version>1.2</version>
200         </dependency>
201
202         <dependency>
203             <groupId>org.json</groupId>
204             <artifactId>json</artifactId>
205             </dependency>
206         <dependency>
207             <groupId>com.jcraft</groupId>
208             <artifactId>jsch</artifactId>
209             <version>0.1.54</version>
210         </dependency>
211         <dependency>
212           <groupId>org.hamcrest</groupId>
213           <artifactId>hamcrest-all</artifactId>
214           <version>1.3</version>
215           <scope>test</scope>
216         </dependency>
217     </dependencies>
218
219     <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-netconf-adapter</Bundle-SymbolicName>
228                         <Bundle-Activator>org.onap.appc.adapter.netconf.AppcNetconfAdapterActivator</Bundle-Activator>
229                         <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>
230                         <Import-Package>
231                             !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.*
232                         </Import-Package>
233                         <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>
234                         <Embed-Transitive>true</Embed-Transitive>
235                     </instructions>
236
237 <!--                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation> -->
238                 </configuration>
239             </plugin>
240         </plugins>
241     </build>
242
243 </project>