File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 74
74
<archive >
75
75
<manifestEntries >
76
76
<Automatic-Module-Name >r2dbc.spi</Automatic-Module-Name >
77
+ <!--
78
+ Headers for use in an OSGi classloading framework
79
+ Note: may need additional work for full OSGi ServiceLoader handling:
80
+ https://blog.osgi.org/2013/02/javautilserviceloader-in-osgi.html
81
+ -->
82
+ <Bundle-Category >bundle</Bundle-Category >
83
+ <Bundle-ManifestVersion >2</Bundle-ManifestVersion >
84
+ <Bundle-SymbolicName >${project.groupId} _${project.artifactId} </Bundle-SymbolicName >
85
+ <Bundle-Name >${project.artifactId} </Bundle-Name >
86
+ <Bundle-Version >${project.version} </Bundle-Version >
87
+ <Export-Package >io.r2dbc.spi;version="${project.version} "</Export-Package >
88
+ <Import-Package >javax.annotation.meta;resolution:=optional,javax.annotation</Import-Package >
89
+ <Require-Capability >osgi.ee;filter:="(& (osgi.ee=JavaSE)(version=1.8))"</Require-Capability >
77
90
</manifestEntries >
78
91
</archive >
79
92
</configuration >
You can’t perform that action at this time.
0 commit comments