Skip to content

Commit

Permalink
Merge pull request #90 from galasa-dev/em-remove-mq-manager-requirement
Browse files Browse the repository at this point in the history
Remove the MQ manager from being an optional resource for the framework bundle
  • Loading branch information
jadecarino authored Nov 28, 2024
2 parents d6eeeb3 + 621aa8b commit 182aa6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
-snapshot: ${tstamp}
Bundle-Name: MQ Manager
Export-Package: !dev.galasa.mq.internal*,\
dev.galasa.mq*,\
javax.jms*,\
javax.management*
dev.galasa.mq*
Import-Package: !javax.validation.constraints,\
dev.galasa,\
dev.galasa.framework.spi,\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
description = 'MQ Manager'

dependencies {
implementation 'javax.jms:javax.jms-api'
api 'javax.jms:javax.jms-api'
implementation 'com.ibm.mq:com.ibm.mq.allclient'
implementation 'commons-codec:commons-codec'

Expand Down

0 comments on commit 182aa6d

Please sign in to comment.