First part of onap rename
[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 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   ECOMP is a trademark and service mark of AT&T Intellectual Property.
23   ============LICENSE_END=========================================================
24   -->
25 <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">
26         <modelVersion>4.0.0</modelVersion>
27         <parent>
28                 <groupId>org.onap.appc</groupId>
29                 <artifactId>appc-ansible-adapter</artifactId>
30                 <version>1.3.0-SNAPSHOT</version>
31         </parent>
32
33         <artifactId>appc-ansible-adapter-bundle</artifactId>
34         <packaging>bundle</packaging>
35         <name>APPC Ansible Service Adapter - bundle</name>
36
37         <dependencies>
38                 <dependency>
39                         <groupId>commons-codec</groupId>
40                         <artifactId>commons-codec</artifactId>
41                         <version>1.9</version>
42                 </dependency>
43                 <dependency>
44                         <groupId>commons-logging</groupId>
45                         <artifactId>commons-logging</artifactId>
46                         <version>1.2</version>
47                 </dependency>
48
49                 <dependency>
50                         <groupId>org.apache.httpcomponents</groupId>
51                         <artifactId>httpclient</artifactId>
52                         <version>4.5.2</version>
53                </dependency>
54
55                 <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
56                 <dependency>
57                         <groupId>org.onap.appc</groupId>
58                         <artifactId>appc-common</artifactId>
59                         <version>${project.version}</version>
60                 </dependency>
61
62                 <dependency>
63                         <groupId>javax</groupId>
64                         <artifactId>javaee-api</artifactId>
65                         <version>7.0</version>
66                 </dependency>
67
68                 <!-- 
69                 ### DEPENDENCIES NOT REQUIRED 
70
71                  <dependency>
72                         <groupId>jce</groupId>
73                         <artifactId>jce</artifactId>
74                         <version>1_2-do</version>
75                         <scope>compile</scope>
76                 </dependency>  
77
78
79                 <dependency>
80                         <groupId>javax.ws.rs</groupId>
81                         <artifactId>javax.ws.rs-api</artifactId>
82                         <version>2.0</version>
83                 </dependency>
84
85                         <groupId>javax.xml.bind</groupId>
86                         <artifactId>jaxb-api</artifactId>
87                         <version>2.1</version>
88                 </dependency> 
89
90                 <dependency>
91                         <groupId>javax.xml</groupId>
92                         <artifactId>jaxp-api</artifactId>
93                         <version>1.4.2</version>
94                 </dependency> 
95
96                 #########
97                 --> 
98
99                 <!-- Needed to run test cases -->
100                 <dependency>
101                         <groupId>org.glassfish.jersey.core</groupId>
102                         <artifactId>jersey-common</artifactId>
103                         <version>2.9.1</version>
104                 </dependency>
105
106                 <dependency>
107                         <groupId>org.codehaus.jackson</groupId>
108                         <artifactId>jackson-jaxrs</artifactId>
109                         <version>1.9.12</version>
110                 </dependency>
111
112                 <dependency>
113                         <groupId>junit</groupId>
114                         <artifactId>junit</artifactId>
115                         <scope>test</scope>
116                 </dependency>
117
118
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                         <version>20.0</version>
176                 </dependency>
177
178                 <!-- 
179                 <dependency>
180                         <groupId>com.google.code.gson</groupId>
181                         <artifactId>gson</artifactId>
182                         <version>2.8.0</version>
183                 </dependency>
184                 -->
185
186         </dependencies>
187
188
189         <build>
190                 <plugins>
191                         <plugin>
192                                 <groupId>org.apache.felix</groupId>
193                                 <artifactId>maven-bundle-plugin</artifactId>
194                                 <extensions>true</extensions>
195                                 <configuration>
196                                         <instructions>
197                                                 <Bundle-SymbolicName>appc-ansible-adapter</Bundle-SymbolicName>
198                                                 <Bundle-Activator>org.onap.appc.adapter.ansible.AnsibleActivator</Bundle-Activator>
199                                                 <Export-Package>org.onap.appc.adapter.ansible</Export-Package>
200                                                 <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>
201                                                 <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis</Embed-Dependency>
202                                                 <Embed-Transitive>true</Embed-Transitive>
203                                         </instructions>
204                                 </configuration>
205                         </plugin>
206                 </plugins>
207         </build>
208 </project>