Skip to content

Commit f2f5a84

Browse files
Added bnd instructions for optional native transports, close AsyncHttpClient#1717 (AsyncHttpClient#1718)
1 parent ac2d4bd commit f2f5a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<instructions>
192192
<Bundle-Version>$(replace;$(project.version);-SNAPSHOT;.$(tstamp;yyyyMMdd-HHmm))</Bundle-Version>
193193
<Bundle-Vendor>The AsyncHttpClient Project</Bundle-Vendor>
194-
<Import-Package>javax.activation;version="[1.1,2)", *</Import-Package>
194+
<Import-Package>javax.activation;version="[1.1,2)", io.netty.channel.kqueue;resolution:=optional, io.netty.channel.epoll;resolution:=optional, *</Import-Package>
195195
</instructions>
196196
</configuration>
197197
<executions>

0 commit comments

Comments
 (0)