Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit a0a2863

Browse files
committed
Revert OSGi changes on master
1 parent 73849d8 commit a0a2863

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

pom.xml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
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

@@ -167,13 +165,13 @@
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

@@ -313,26 +311,6 @@
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.

0 commit comments

Comments
 (0)