This repository was archived by the owner on Jun 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 <version >2.0-SNAPSHOT</version >
3535
36- <packaging >bundle</packaging >
37-
3836 <name >Exchange Web Services Java API</name >
3937 <description >Exchange Web Services (EWS) Java API</description >
4038
167165 <dependencies >
168166 <dependency >
169167 <groupId >org.apache.httpcomponents</groupId >
170- <artifactId >httpclient-osgi </artifactId >
168+ <artifactId >httpclient</artifactId >
171169 <version >${httpclient.version} </version >
172170 </dependency >
173171
174172 <dependency >
175173 <groupId >org.apache.httpcomponents</groupId >
176- <artifactId >httpcore-osgi </artifactId >
174+ <artifactId >httpcore</artifactId >
177175 <version >${httpcore.version} </version >
178176 </dependency >
179177
313311 </execution >
314312 </executions >
315313 </plugin >
316-
317- <!-- Bundle plugin for adding OSGi info to MANIFEST -->
318- <plugin >
319- <groupId >org.apache.felix</groupId >
320- <artifactId >maven-bundle-plugin</artifactId >
321- <version >2.3.7</version >
322- <extensions >true</extensions >
323- <configuration >
324- <instructions >
325- <Bundle-SymbolicName >${project.artifactId} </Bundle-SymbolicName >
326- <Bundle-Version >${project.version} </Bundle-Version >
327- <Export-Package >
328- microsoft.exchange.webservices.data*;version=${project.version}
329- </Export-Package >
330- <Import-Package >
331- *
332- </Import-Package >
333- </instructions >
334- </configuration >
335- </plugin >
336314 <!-- Deployment / build plugins END -->
337315 </plugins >
338316 <!-- Used to bump all of the various core plugins up to Maven current.
You can’t perform that action at this time.
0 commit comments