Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #240 from galasa-dev/fix-noclassdeferror
Browse files Browse the repository at this point in the history
Add kafka bundles to bnd.bnd for the Kafka extension
  • Loading branch information
jadecarino authored Jun 28, 2024
2 parents e3de882 + c466986 commit 8a25bab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion galasa-extensions-parent/dev.galasa.events.kafka/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ Bundle-Description: Provides an events service from a Kafka cluster
Bundle-License: https://www.eclipse.org/legal/epl-2.0
Export-Package: dev.galasa.events.kafka*
Import-Package: \
dev.galasa.framework.spi,
dev.galasa.framework.spi,\
org.apache.kafka.clients,\
org.apache.kafka.clients.admin,\
org.apache.kafka.clients.consumer,\
org.apache.kafka.clients.producer,\
org.apache.kafka.common,\
org.apache.kafka.common.metrics,\
org.apache.kafka.common.security.plain,\
org.apache.kafka.common.serialization,\
org.apache.kafka.server,\
org.apache.kafka.shaded,\
common.message

0 comments on commit 8a25bab

Please sign in to comment.