Skip to content

Commit

Permalink
Merge pull request #625 from Mailaender/osgi
Browse files Browse the repository at this point in the history
Fix OSGi dependency definitions
  • Loading branch information
jamesmudd authored Sep 30, 2024
2 parents 9848637 + a2f63c3 commit e85d030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jar {
'Bundle-Name': project.name,
'Bundle-Vendor': 'James Mudd',
'Bundle-Version': project.version,
'Export-Package': 'io.jhdf,io.jhdf.*',
'Export-Package': 'io.jhdf,io.jhdf.*,io.jhdf.api,io.jhdf.api.*',
'Require-Bundle': 'slf4j.api;bundle-version="1.7.36",org.apache.commons.lang3;bundle-version="3.17.0",com.ning.compress-lzf;bundle-version="1.1.2",lz4-java;bundle-version="1.8.0"',
// Build data
'Build-JDK': System.getProperty('java.vendor') + ' ' + System.getProperty('java.version'),
'Build-OS': System.getProperty('os.name') + ' ' + System.getProperty('os.version'),
Expand Down

0 comments on commit e85d030

Please sign in to comment.