Merging in bug fixes
[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                         <scope>compile</scope>
52                 </dependency>
53
54                 <dependency>
55                         <groupId>javax</groupId>
56                         <artifactId>javaee-api</artifactId>
57                         <version>7.0</version>
58                 </dependency>
59
60
61                 <dependency>
62                         <groupId>com.att.cdp</groupId>
63                         <artifactId>cdp-pal-common</artifactId>
64                         <scope>compile</scope>
65                 </dependency>
66
67                 <dependency>
68                         <groupId>com.att.cdp</groupId>
69                         <artifactId>cdp-pal-openstack</artifactId>
70                         <scope>compile</scope>
71                 </dependency>
72
73                 <dependency>
74                         <groupId>javax.ws.rs</groupId>
75                         <artifactId>javax.ws.rs-api</artifactId>
76                 </dependency>
77
78                 <!-- Jersey support needed for OpenStack connector and API version logic -->
79                 <dependency>
80                         <groupId>com.sun.jersey</groupId>
81                         <artifactId>jersey-client</artifactId>
82                 </dependency>
83
84                 <dependency>
85                         <groupId>com.sun.jersey</groupId>
86                         <artifactId>jersey-json</artifactId>
87                 </dependency>
88
89                 <dependency>
90                         <groupId>javax.xml.bind</groupId>
91                         <artifactId>jaxb-api</artifactId>
92                         <version>2.1</version>
93                 </dependency>
94
95                 <dependency>
96                         <groupId>javax.xml</groupId>
97                         <artifactId>jaxp-api</artifactId>
98                         <version>1.4.2</version>
99                 </dependency>
100
101                 <!-- Needed to run test cases -->
102                 <dependency>
103                         <groupId>org.glassfish.jersey.core</groupId>
104                         <artifactId>jersey-common</artifactId>
105                         <version>2.9.1</version>
106             <scope>test</scope>
107                 </dependency>
108
109                 <dependency>
110                         <groupId>org.codehaus.jackson</groupId>
111                         <artifactId>jackson-jaxrs</artifactId>
112                         <version>1.9.12</version>
113                 </dependency>
114
115                 <dependency>
116                         <groupId>junit</groupId>
117                         <artifactId>junit</artifactId>
118                         <scope>test</scope>
119                 </dependency>
120
121                 <dependency>
122                         <groupId>org.openecomp.sdnc.core</groupId>
123                         <artifactId>sli-common</artifactId>
124                         <scope>provided</scope>
125                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
126                         <exclusions>
127                                 <exclusion>
128                                         <groupId>org.openecomp.sdnc.core</groupId>
129                                         <artifactId>dblib-provider</artifactId>
130                                 </exclusion>
131                         </exclusions>
132                 </dependency>
133                 
134                 <dependency>
135                         <groupId>org.openecomp.sdnc.core</groupId>
136                         <artifactId>sli-provider</artifactId>
137                         <scope>provided</scope>
138                         <!-- Added exclusion to prevent missing dependency issue on dblib -->
139                         <exclusions>
140                                 <exclusion>
141                                         <groupId>org.openecomp.sdnc.core</groupId>
142                                         <artifactId>dblib-provider</artifactId>
143                                 </exclusion>
144                         </exclusions>
145                 </dependency>
146
147                 <dependency>
148                         <groupId>equinoxSDK381</groupId>
149                         <artifactId>org.eclipse.osgi</artifactId>
150                 </dependency>
151
152                 <dependency>
153                         <groupId>org.slf4j</groupId>
154                         <artifactId>slf4j-api</artifactId>
155                 </dependency>
156
157                 <dependency>
158                         <groupId>org.slf4j</groupId>
159                         <artifactId>jcl-over-slf4j</artifactId>
160                 </dependency>
161
162                 <dependency>
163                         <groupId>mysql</groupId>
164                         <artifactId>mysql-connector-java</artifactId>
165                         <version>5.1.31</version>
166                         <type>jar</type>
167                         <scope>compile</scope>
168                 </dependency>
169
170                 <dependency>
171                         <groupId>com.vmware</groupId>
172                         <artifactId>vijava</artifactId>
173                         <version>5.1</version>
174                         <scope>compile</scope>
175                 </dependency>
176
177                 <dependency>
178                         <groupId>xerces</groupId>
179                         <artifactId>xerces</artifactId>
180                         <version>2.4.0</version>
181                         <scope>provided</scope>
182                 </dependency>
183
184         </dependencies>
185
186         <build>
187                 <plugins>
188                         <plugin>
189                                 <groupId>org.apache.felix</groupId>
190                                 <artifactId>maven-bundle-plugin</artifactId>
191                                 <extensions>true</extensions>
192                                 <configuration>
193                                         <instructions>
194                                                 <Bundle-SymbolicName>appc-rest-healthcheck-adapter</Bundle-SymbolicName>
195                                                 <Bundle-Activator>org.openecomp.appc.adapter.restHealthcheck.RestHealthcheckActivator</Bundle-Activator>
196                                                 <Export-Package>org.openecomp.appc.adapter.restHealthcheck</Export-Package>
197                                                 <Import-Package>org.openecomp.sdnc.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.*
198                                                 </Import-Package>
199                                                 <Embed-Dependency>
200                                                         *;scope=compile|runtime;artifactId=!sli-common|!appc-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|xml-apis
201                                                 </Embed-Dependency>
202                                                 <Embed-Transitive>true</Embed-Transitive>
203                                         </instructions>
204
205                                         <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
206                                 </configuration>
207                         </plugin>
208                 </plugins>
209         </build>
210 </project>