d3bc04ba5090c143dae9eeb11d2975f8ec1a05cc
[appc.git] / appc-adapters / appc-ansible-adapter / appc-ansible-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   ================================================================================
8   Copyright (C) 2017 Amdocs
9   =============================================================================
10   Licensed under the Apache License, Version 2.0 (the "License");
11   you may not use this file except in compliance with the License.
12   You may obtain a copy of the License at
13   
14        http://www.apache.org/licenses/LICENSE-2.0
15   
16   Unless required by applicable law or agreed to in writing, software
17   distributed under the License is distributed on an "AS IS" BASIS,
18   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   See the License for the specific language governing permissions and
20   limitations under the License.
21   
22   ============LICENSE_END=========================================================
23   -->
24 <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">
25      <modelVersion>4.0.0</modelVersion>
26         <parent>
27                 <groupId>org.onap.appc.parent</groupId>
28                 <artifactId>binding-parent</artifactId>
29                 <version>1.5.0-SNAPSHOT</version>
30                 <relativePath />
31         </parent>
32         <groupId>org.onap.appc</groupId>
33
34      <artifactId>appc-ansible-adapter-bundle</artifactId>
35      <packaging>bundle</packaging>
36      <name>APPC Ansible Service Adapter - bundle</name>
37
38      <dependencies>
39           <dependency>
40                <groupId>commons-codec</groupId>
41                <artifactId>commons-codec</artifactId>
42                <version>1.9</version>
43           </dependency>
44           <dependency>
45                <groupId>commons-logging</groupId>
46                <artifactId>commons-logging</artifactId>
47                <version>1.2</version>
48           </dependency>
49
50           <dependency>
51                      <groupId>org.apache.httpcomponents</groupId>
52                   <artifactId>httpclient</artifactId>
53                   <version>4.5.3</version>
54             </dependency>
55
56           <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
57           <dependency>
58                <groupId>org.onap.appc</groupId>
59                <artifactId>appc-common-bundle</artifactId>
60                <version>${project.version}</version>
61           </dependency>
62
63           <dependency>
64                <groupId>javax</groupId>
65                <artifactId>javaee-api</artifactId>
66                <version>7.0</version>
67           </dependency>
68
69           <!-- 
70           ### DEPENDENCIES NOT REQUIRED 
71
72                  <dependency>
73                <groupId>jce</groupId>
74                <artifactId>jce</artifactId>
75                <version>1_2-do</version>
76                <scope>compile</scope>
77           </dependency>  
78
79
80           <dependency>
81                <groupId>javax.ws.rs</groupId>
82                <artifactId>javax.ws.rs-api</artifactId>
83                <version>2.0</version>
84           </dependency>
85
86                <groupId>javax.xml.bind</groupId>
87                <artifactId>jaxb-api</artifactId>
88                <version>2.2.3</version>
89           </dependency> 
90
91           <dependency>
92                <groupId>javax.xml</groupId>
93                <artifactId>jaxp-api</artifactId>
94                <version>1.4.2</version>
95           </dependency> 
96
97           #########
98           --> 
99
100           <!-- Needed to run test cases -->
101           <dependency>
102                <groupId>org.glassfish.jersey.core</groupId>
103                <artifactId>jersey-common</artifactId>
104                <version>2.27</version>
105           </dependency>
106
107           <dependency>
108                <groupId>org.codehaus.jackson</groupId>
109                <artifactId>jackson-jaxrs</artifactId>
110                <version>1.9.13</version>
111                <exclusions>
112                     <exclusion>
113                           <groupId>org.codehaus.jackson</groupId>
114                           <artifactId>jackson-mapper-asl</artifactId>
115                     </exclusion>
116                </exclusions>
117           </dependency>
118           <dependency>
119                <groupId>org.codehaus.jackson</groupId>
120                <artifactId>jackson-mapper-asl</artifactId>
121                <version>1.9.3</version>
122           </dependency>
123
124           <dependency>
125                <groupId>junit</groupId>
126                <artifactId>junit</artifactId>
127                <scope>test</scope>
128           </dependency>
129           <dependency>
130                <groupId>org.mockito</groupId>
131                <artifactId>mockito-core</artifactId>
132           </dependency>
133           <dependency>
134                <groupId>org.onap.ccsdk.sli.core</groupId>
135                <artifactId>sli-common</artifactId>
136                <scope>compile</scope>
137                <!-- Added exclusion to prevent missing dependency issue on dblib -->
138                <exclusions>
139                     <exclusion>
140                          <groupId>org.onap.ccsdk.sli.core</groupId>
141                          <artifactId>dblib-provider</artifactId>
142                     </exclusion>
143                </exclusions>
144           </dependency>
145
146           <dependency>
147                <groupId>org.onap.ccsdk.sli.core</groupId>
148                <artifactId>sli-provider</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>equinoxSDK381</groupId>
161                <artifactId>org.eclipse.osgi</artifactId>
162           </dependency>
163
164           <dependency>
165                <groupId>org.slf4j</groupId>
166                <artifactId>slf4j-api</artifactId>
167           </dependency>
168
169           <dependency>
170                <groupId>org.slf4j</groupId>
171                <artifactId>jcl-over-slf4j</artifactId>
172           </dependency>
173
174           <dependency>
175                <groupId>org.mariadb.jdbc</groupId>
176                <artifactId>mariadb-java-client</artifactId>
177           </dependency>
178
179            <dependency>
180                   <groupId>org.json</groupId>
181                   <artifactId>json</artifactId>
182                   <version>20160212</version>
183           </dependency>
184
185
186                 <dependency>
187                    <groupId>com.google.guava</groupId>
188                   <artifactId>guava</artifactId>
189           </dependency>
190
191                 <!-- 
192                 <dependency>
193                    <groupId>com.google.code.gson</groupId>
194                   <artifactId>gson</artifactId>
195                   <version>2.8.0</version>
196           </dependency>
197                 -->
198
199      </dependencies>
200
201
202      <build>
203           <plugins>
204                <plugin>
205                     <groupId>org.apache.felix</groupId>
206                     <artifactId>maven-bundle-plugin</artifactId>
207                     <extensions>true</extensions>
208                     <configuration>
209                          <instructions>
210                               <Bundle-SymbolicName>appc-ansible-adapter</Bundle-SymbolicName>
211                               <Bundle-Activator>org.onap.appc.adapter.ansible.AnsibleActivator</Bundle-Activator>
212                               <Export-Package>org.onap.appc.adapter.ansible</Export-Package>
213                               <Import-Package>org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*, javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*, javax.security.*</Import-Package>
214                               <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency>
215                               <Embed-Transitive>true</Embed-Transitive>
216                          </instructions>
217                     </configuration>
218                </plugin>
219           </plugins>
220      </build>
221      <version>1.5.0-SNAPSHOT</version>
222 </project>