Merge of new rebased code
[appc.git] / appc-adapters / appc-rest-healthcheck-adapter / appc-rest-healthcheck-adapter-bundle / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3         <modelVersion>4.0.0</modelVersion>
4         <parent>
5                 <groupId>org.openecomp.appc</groupId>
6                 <artifactId>appc-rest-healthcheck-adapter</artifactId>
7                 <version>1.1.0-SNAPSHOT</version>
8         </parent>
9
10         <artifactId>appc-rest-healthcheck-adapter-bundle</artifactId>
11         <packaging>bundle</packaging>
12         <name>rest healthcheck Adapter - bundle</name>
13
14         <dependencies>
15                 <dependency>
16                         <groupId>commons-codec</groupId>
17                         <artifactId>commons-codec</artifactId>
18                 </dependency>
19                 <!-- http://mvnrepository.com/artifact/commons-logging/commons-logging -->
20                 <dependency>
21                         <groupId>commons-logging</groupId>
22                         <artifactId>commons-logging</artifactId>
23                         <version>1.2</version>
24                 </dependency>
25                 <!-- http://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
26                 <dependency>
27                         <groupId>org.apache.httpcomponents</groupId>
28                         <artifactId>httpcore</artifactId>
29                         <version>4.4.4</version>
30                 </dependency>
31
32                 <dependency>
33                         <groupId>org.apache.httpcomponents</groupId>
34                         <artifactId>httpclient</artifactId>
35                         <version>4.5.1</version>
36                 </dependency>
37                 <dependency>
38                         <groupId>org.bouncycastle</groupId>
39                         <artifactId>bcpkix-jdk15on</artifactId>
40                         <version>1.47</version>
41                 </dependency>
42                 <dependency>
43                         <groupId>org.bouncycastle</groupId>
44                         <artifactId>bcprov-jdk15on</artifactId>
45                         <version>1.47</version>
46                 </dependency>
47                 <dependency>
48                         <groupId>org.openecomp.appc</groupId>
49                         <artifactId>appc-common</artifactId>
50                         <version>${project.version}</version>
51                         <classifier>jar-with-dependencies</classifier>
52                         <scope>compile</scope>
53                 </dependency>
54                 <dependency>
55                         <groupId>org.openecomp.appc</groupId>
56                         <artifactId>appc-common</artifactId>
57                         <version>${project.version}</version>
58                         <scope>test</scope>
59                 </dependency>
60
61                 <dependency>
62                         <groupId>javax</groupId>
63                         <artifactId>javaee-api</artifactId>
64                         <version>7.0</version>
65                 </dependency>
66
67
68                 <dependency>
69                         <groupId>com.att.cdp</groupId>
70                         <artifactId>cdp-pal-common</artifactId>
71                         <scope>compile</scope>
72                 </dependency>
73
74                 <dependency>
75                         <groupId>com.att.cdp</groupId>
76                         <artifactId>cdp-pal-openstack</artifactId>
77                         <scope>compile</scope>
78                 </dependency>
79
80                 <dependency>
81                         <groupId>javax.ws.rs</groupId>
82                         <artifactId>javax.ws.rs-api</artifactId>
83                 </dependency>
84
85                 <!-- Jersey support needed for OpenStack connector and API version logic -->
86                 <dependency>
87                         <groupId>com.sun.jersey</groupId>
88                         <artifactId>jersey-client</artifactId>
89                 </dependency>
90
91                 <dependency>
92                         <groupId>com.sun.jersey</groupId>
93                         <artifactId>jersey-json</artifactId>
94                 </dependency>
95
96                 <dependency>
97                         <groupId>javax.xml.bind</groupId>
98                         <artifactId>jaxb-api</artifactId>
99                         <version>2.1</version>
100                 </dependency>
101
102                 <dependency>
103                         <groupId>javax.xml</groupId>
104                         <artifactId>jaxp-api</artifactId>
105                         <version>1.4.2</version>
106                 </dependency>
107
108                 <!-- Needed to run test cases -->
109                 <dependency>
110                         <groupId>org.glassfish.jersey.core</groupId>
111                         <artifactId>jersey-common</artifactId>
112                         <version>2.9.1</version>
113                 </dependency>
114
115                 <dependency>
116                         <groupId>org.codehaus.jackson</groupId>
117                         <artifactId>jackson-jaxrs</artifactId>
118                         <version>1.9.12</version>
119                 </dependency>
120
121                 <dependency>
122                         <groupId>org.apache.httpcomponents</groupId>
123                         <artifactId>httpclient</artifactId>
124                         <version>4.5.1</version>
125                 </dependency>
126
127                 <dependency>
128                         <groupId>junit</groupId>
129                         <artifactId>junit</artifactId>
130                         <scope>test</scope>
131                 </dependency>
132
133                 <dependency>
134                         <groupId>org.openecomp.sdnc.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.openecomp.sdnc.core</groupId>
141                                         <artifactId>dblib-provider</artifactId>
142                                 </exclusion>
143                         </exclusions>
144                 </dependency>
145                 
146                 <dependency>
147                         <groupId>org.openecomp.sdnc.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.openecomp.sdnc.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>mysql</groupId>
176                         <artifactId>mysql-connector-java</artifactId>
177                         <version>5.1.31</version>
178                         <type>jar</type>
179                         <scope>compile</scope>
180                 </dependency>
181
182                 <dependency>
183                         <groupId>com.vmware</groupId>
184                         <artifactId>vijava</artifactId>
185                         <version>5.1</version>
186                         <scope>compile</scope>
187                 </dependency>
188
189                 <dependency>
190                         <groupId>xerces</groupId>
191                         <artifactId>xerces</artifactId>
192                         <version>2.4.0</version>
193                         <scope>provided</scope>
194                 </dependency>
195
196         </dependencies>
197
198         <build>
199                 <plugins>
200                         <plugin>
201                                 <groupId>org.apache.felix</groupId>
202                                 <artifactId>maven-bundle-plugin</artifactId>
203                                 <extensions>true</extensions>
204                                 <configuration>
205                                         <instructions>
206                                                 <Bundle-SymbolicName>appc-rest-healthcheck-adapter</Bundle-SymbolicName>
207                                                 <Bundle-Activator>org.openecomp.appc.adapter.restHealthcheck.RestHealthcheckActivator</Bundle-Activator>
208                                                 <Export-Package>org.openecomp.appc.adapter.restHealthcheck</Export-Package>
209                                                 <Import-Package>
210                                                         org.openecomp.sdnctl.sli.*,org.osgi.framework.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*,javax.security.auth.*
211                                                 </Import-Package>
212                                                 <Embed-Dependency>
213                                                         *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|xml-apis
214                                                 </Embed-Dependency>
215                                                 <Embed-Transitive>true</Embed-Transitive>
216                                         </instructions>
217
218                                         <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
219                                 </configuration>
220                         </plugin>
221                 </plugins>
222         </build>
223 </project>