Skip to content

Fix OSGi dependency in Logback module#178

Merged
nickgaray merged 1 commit intomasterfrom
177-bug-logback-module-does-not-need-to-include-dependency
Mar 12, 2026
Merged

Fix OSGi dependency in Logback module#178
nickgaray merged 1 commit intomasterfrom
177-bug-logback-module-does-not-need-to-include-dependency

Conversation

@nickgaray
Copy link
Collaborator

dependencies {
implementation 'org.sensorhub:sensorhub-core:' + oshCoreVersion
embeddedImpl 'ch.qos.logback:logback-classic:1.5.13'

testImplementation 'junit:junit:4.13.2'
}

including the above dependency causes a fatal error for the bundle if built with and deployed as an OSGi Module.

Removing it is safe as it does not break non-osgi

@nickgaray nickgaray requested a review from earocorn March 12, 2026 19:43
@nickgaray nickgaray linked an issue Mar 12, 2026 that may be closed by this pull request
@nickgaray nickgaray merged commit bf199c7 into master Mar 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Logback module does not need to include dependency

2 participants