Skip to content

Commit 9ee811b

Browse files
committed
Fix OSGI manifest
1 parent 9ec6dc9 commit 9ee811b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,10 @@
204204
org.apache.commons.httpclient;resolution:=optional,
205205
org.apache.commons.httpclient.*;resolution:=optional,
206206
org.apache.log4j;resolution:=optional,
207-
org.slf4j;resolution:=optional,
208207
*
209208
</Import-Package>
210209
<Export-Package>
211-
com.ning.http.*;version="1.3.4"
210+
com.ning.http.*;version="1.6.1"
212211
</Export-Package>
213212
</instructions>
214213
</configuration>

0 commit comments

Comments
 (0)