Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit fdda24e

Browse files
steinarbvlsi
authored andcommitted
Fix #1029 by adding an OSGi Reguire-Capability manifest header. (#10)
1 parent 60ab55c commit fdda24e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgjdbc-core-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
<Bundle-Copyright>Copyright (c) 2003-2015, PostgreSQL Global Development Group
230230
</Bundle-Copyright>
231231
<Require-Capability>osgi.ee;filter:="(&amp;(|(osgi.ee=J2SE)(osgi.ee=JavaSE))(version&gt;=${javac.target}))"</Require-Capability>
232+
<Provide-Capability>osgi.service;effective:=active;objectClass=org.osgi.service.jdbc.DataSourceFactory</Provide-Capability>
232233
</instructions>
233234
</configuration>
234235
</plugin>

0 commit comments

Comments
 (0)