Skip to content

Commit

Permalink
Add OSGi dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Sep 30, 2024
1 parent 9a5e448 commit a2f63c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jar {
'Bundle-Vendor': 'James Mudd',
'Bundle-Version': project.version,
'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 a2f63c3

Please sign in to comment.