Skip to content

Commit

Permalink
HTTPCLIENT-1398: Fixed invalid OSGi metadata caused by corrupted Mave…
Browse files Browse the repository at this point in the history
…n bundle plugin metadata

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1523659 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Sep 16, 2013
1 parent 11536d3 commit 80d9c1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes since 4.3
-------------------

* [HTTPCLIENT-1398] Fixed invalid OSGi metadata caused by corrupted Maven bundle plugin metadata.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* [HTTPCLIENT-1399] Fixed NPE in RequestBuilder.
Contributed by Oleg Kalnichevski <olegk at apache.org>

Expand Down
7 changes: 4 additions & 3 deletions httpclient-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@
org.apache.http.impl.auth.*;version=${project.version},
org.apache.http.impl.cookie.*;version=${project.version},
org.apache.http.impl.conn.*;version=${project.version},
org.apache.http.impl.execchain.*;version=${project.version}
org.apache.http.impl.client.*;version=${project.version}
org.apache.http.osgi.services;version=${project.version}
org.apache.http.impl.execchain.*;version=${project.version},
org.apache.http.impl.client.*;version=${project.version},
org.apache.http.impl.client.cache.*;version=${project.version},
org.apache.http.osgi.services.*;version=${project.version}
</_exportcontents>
<Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>
<Import-Package>
Expand Down

0 comments on commit 80d9c1c

Please sign in to comment.