Update parent pom version
[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.4.1</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           </dependency>
112
113           <dependency>
114                <groupId>junit</groupId>
115                <artifactId>junit</artifactId>
116                <scope>test</scope>
117           </dependency>
118           <dependency>
119                <groupId>org.mockito</groupId>
120                <artifactId>mockito-core</artifactId>
121           </dependency>
122           <dependency>
123                <groupId>org.onap.ccsdk.sli.core</groupId>
124                <artifactId>sli-common</artifactId>
125                <scope>compile</scope>
126                <!-- Added exclusion to prevent missing dependency issue on dblib -->
127                <exclusions>
128                     <exclusion>
129                          <groupId>org.onap.ccsdk.sli.core</groupId>
130                          <artifactId>dblib-provider</artifactId>
131                     </exclusion>
132                </exclusions>
133           </dependency>
134
135           <dependency>
136                <groupId>org.onap.ccsdk.sli.core</groupId>
137                <artifactId>sli-provider</artifactId>
138                <scope>compile</scope>
139                <!-- Added exclusion to prevent missing dependency issue on dblib -->
140                <exclusions>
141                     <exclusion>
142                          <groupId>org.onap.ccsdk.sli.core</groupId>
143                          <artifactId>dblib-provider</artifactId>
144                     </exclusion>
145                </exclusions>
146           </dependency>
147
148           <dependency>
149                <groupId>equinoxSDK381</groupId>
150                <artifactId>org.eclipse.osgi</artifactId>
151           </dependency>
152
153           <dependency>
154                <groupId>org.slf4j</groupId>
155                <artifactId>slf4j-api</artifactId>
156           </dependency>
157
158           <dependency>
159                <groupId>org.slf4j</groupId>
160                <artifactId>jcl-over-slf4j</artifactId>
161           </dependency>
162
163           <dependency>
164                <groupId>org.mariadb.jdbc</groupId>
165                <artifactId>mariadb-java-client</artifactId>
166           </dependency>
167
168            <dependency>
169                   <groupId>org.json</groupId>
170                   <artifactId>json</artifactId>
171                   <version>20160212</version>
172           </dependency>
173
174
175                 <dependency>
176                    <groupId>com.google.guava</groupId>
177                   <artifactId>guava</artifactId>
178           </dependency>
179
180                 <!-- 
181                 <dependency>
182                    <groupId>com.google.code.gson</groupId>
183                   <artifactId>gson</artifactId>
184                   <version>2.8.0</version>
185           </dependency>
186                 -->
187
188      </dependencies>
189
190
191      <build>
192           <plugins>
193                <plugin>
194                     <groupId>org.apache.felix</groupId>
195                     <artifactId>maven-bundle-plugin</artifactId>
196                     <extensions>true</extensions>
197                     <configuration>
198                          <instructions>
199                               <Bundle-SymbolicName>appc-ansible-adapter</Bundle-SymbolicName>
200                               <Bundle-Activator>org.onap.appc.adapter.ansible.AnsibleActivator</Bundle-Activator>
201                               <Export-Package>org.onap.appc.adapter.ansible</Export-Package>
202                               <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>
203                               <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency>
204                               <Embed-Transitive>true</Embed-Transitive>
205                          </instructions>
206                     </configuration>
207                </plugin>
208           </plugins>
209      </build>
210      <version>1.4.4-SNAPSHOT</version>
211 </project>