Skip to content

Commit

Permalink
Fixes AAS Env Mqtt conflicting beans
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Ghazanfar Ali Danish <ghazanfar.danish@iese.fraunhofer.de>
  • Loading branch information
mdanish98 committed Sep 7, 2023
1 parent 6b60bfe commit 7f3ced5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

@ConditionalOnExpression("#{${" + MqttAasRepositoryFeature.FEATURENAME + ".enabled:false} or ${basyx.feature.mqtt.enabled:false}}")
@Configuration
public class MqttConfiguration {
public class MqttAasRepositoryConfiguration {

@ConditionalOnMissingBean
@Bean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/
@ConditionalOnExpression("#{${" + MqttSubmodelRepositoryFeature.FEATURENAME + ".enabled:false} or ${basyx.feature.mqtt.enabled:false}}")
@Configuration
public class MqttConfiguration {
public class MqttSubmodelRepositoryConfiguration {

@ConditionalOnMissingBean
@Bean
Expand Down

0 comments on commit 7f3ced5

Please sign in to comment.