update mockito version in APPC
[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>2.7.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-logging</groupId>
41                <artifactId>commons-logging</artifactId>
42                <version>1.2</version>
43           </dependency>
44
45           <dependency>
46                      <groupId>org.apache.httpcomponents</groupId>
47                   <artifactId>httpclient</artifactId>
48                   <version>4.5.3</version>
49             </dependency>
50
51           <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
52           <dependency>
53                <groupId>org.onap.appc</groupId>
54                <artifactId>appc-common-bundle</artifactId>
55                <version>${project.version}</version>
56           </dependency>
57
58           <dependency>
59                <groupId>javax</groupId>
60                <artifactId>javaee-api</artifactId>
61                <version>7.0</version>
62           </dependency>
63
64           <!-- 
65           ### DEPENDENCIES NOT REQUIRED 
66
67                  <dependency>
68                <groupId>jce</groupId>
69                <artifactId>jce</artifactId>
70                <version>1_2-do</version>
71                <scope>compile</scope>
72           </dependency>  
73
74
75           <dependency>
76                <groupId>javax.ws.rs</groupId>
77                <artifactId>javax.ws.rs-api</artifactId>
78                <version>2.0</version>
79           </dependency>
80
81                <groupId>javax.xml.bind</groupId>
82                <artifactId>jaxb-api</artifactId>
83                <version>2.2.3</version>
84           </dependency> 
85
86           <dependency>
87                <groupId>javax.xml</groupId>
88                <artifactId>jaxp-api</artifactId>
89                <version>1.4.2</version>
90           </dependency> 
91
92           #########
93           --> 
94
95           <!-- Needed to run test cases -->
96           <dependency>
97                <groupId>org.glassfish.jersey.core</groupId>
98                <artifactId>jersey-common</artifactId>
99                <version>2.27</version>
100           </dependency>
101
102           <dependency>
103                <groupId>org.codehaus.jackson</groupId>
104                <artifactId>jackson-jaxrs</artifactId>
105                <version>1.9.13</version>
106           </dependency>
107
108           <dependency>
109                <groupId>junit</groupId>
110                <artifactId>junit</artifactId>
111                <scope>test</scope>
112           </dependency>
113           <dependency>
114                <groupId>org.mockito</groupId>
115                <artifactId>mockito-core</artifactId>
116                <version>1.10.19</version>
117                <scope>test</scope>
118           </dependency>
119           <dependency>
120                <groupId>org.onap.ccsdk.sli.core</groupId>
121                <artifactId>sli-common</artifactId>
122                <scope>compile</scope>
123                <!-- Added exclusion to prevent missing dependency issue on dblib -->
124                <exclusions>
125                     <exclusion>
126                          <groupId>org.onap.ccsdk.sli.core</groupId>
127                          <artifactId>dblib-provider</artifactId>
128                     </exclusion>
129                </exclusions>
130           </dependency>
131
132           <dependency>
133                <groupId>org.onap.ccsdk.sli.core</groupId>
134                <artifactId>sli-provider</artifactId>
135                <scope>compile</scope>
136                <!-- Added exclusion to prevent missing dependency issue on dblib -->
137                <exclusions>
138                     <exclusion>
139                          <groupId>org.onap.ccsdk.sli.core</groupId>
140                          <artifactId>dblib-provider</artifactId>
141                     </exclusion>
142                </exclusions>
143           </dependency>
144
145           <dependency>
146                <groupId>equinoxSDK381</groupId>
147                <artifactId>org.eclipse.osgi</artifactId>
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.mariadb.jdbc</groupId>
162                <artifactId>mariadb-java-client</artifactId>
163           </dependency>
164
165            <dependency>
166                   <groupId>org.json</groupId>
167                   <artifactId>json</artifactId>
168                   <version>20160212</version>
169           </dependency>
170
171
172                 <dependency>
173                    <groupId>com.google.guava</groupId>
174                   <artifactId>guava</artifactId>
175           </dependency>
176
177                 <!-- 
178                 <dependency>
179                    <groupId>com.google.code.gson</groupId>
180                   <artifactId>gson</artifactId>
181                   <version>2.8.0</version>
182           </dependency>
183                 -->
184
185      </dependencies>
186
187
188      <build>
189           <plugins>
190                <plugin>
191                     <groupId>org.apache.felix</groupId>
192                     <artifactId>maven-bundle-plugin</artifactId>
193                     <extensions>true</extensions>
194                     <configuration>
195                          <instructions>
196                               <Bundle-SymbolicName>appc-ansible-adapter</Bundle-SymbolicName>
197                               <Bundle-Activator>org.onap.appc.adapter.ansible.AnsibleActivator</Bundle-Activator>
198                               <Export-Package>org.onap.appc.adapter.ansible</Export-Package>
199                               <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>
200                               <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency>
201                               <Embed-Transitive>true</Embed-Transitive>
202                          </instructions>
203                     </configuration>
204                </plugin>
205           </plugins>
206      </build>
207      <version>1.7.0-SNAPSHOT</version>
208 </project>