Skip to content

Commit

Permalink
[#182] Add required 3rd party bundles
Browse files Browse the repository at this point in the history
Import more `org.apache`packages for
`org.eclipse.mylyn.bugzilla.rest.core`

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Jul 19, 2023
1 parent 8e833e2 commit 329eb7a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.mylyn.internal.bugzilla.rest.core,
org.eclipse.mylyn.internal.bugzilla.rest.core.response.data
Import-Package: org.apache.commons.codec;version="1.14.0",
org.apache.commons.codec.binary;version="1.14.0",
org.apache.commons.io;version="2.8.0",
org.apache.commons.lang;version="2.6.0",
org.apache.http;version="4.4.16",
org.apache.http.client.methods;version="4.5.13"
org.apache.http.client.methods;version="4.5.13",
org.apache.http.entity;version="4.4.16"
Bundle-Vendor: Eclipse Mylyn

0 comments on commit 329eb7a

Please sign in to comment.