Skip to content

Commit 5218baa

Browse files
committed
r2dbc#242 OSGi headers
Inclusion of optional ServiceLoader provider requirement
1 parent 7c51ed6 commit 5218baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2dbc-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<Bundle-Version>${project.version}</Bundle-Version>
8787
<Export-Package>io.r2dbc.spi;version="${project.version}"</Export-Package>
8888
<Import-Package>javax.annotation.meta;resolution:=optional,javax.annotation</Import-Package>
89-
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))"</Require-Capability>
89+
<Require-Capability>osgi.ee;filter:="(&amp;(osgi.ee=JavaSE)(version=1.8))", osgi.extender;resolution:=optional;filter:="(osgi.extender=osgi.serviceloader.processor)",osgi.serviceloader;resolution:=optional;filter:="(osgi.serviceloader=io.r2dbc.spi.ConnectionFactoryProvider)";cardinality:=multiple</Require-Capability>
9090
</manifestEntries>
9191
</archive>
9292
</configuration>

0 commit comments

Comments
 (0)