microservices-patterns / ftgo-application

Example code for the book Microservice patterns
Other
3.35k stars 1.29k forks source link

How to resolve this Exception: Could not find Configuration class [io.eventuate.tram.sagas.spring.participant.SagaParticipantConfiguration] #142

Closed konradahodan closed 3 years ago

konradahodan commented 3 years ago

io.eventuate.tram.sagas.spring.participant.SagaParticipantConfiguration from this dependencies : compileOnly "io.eventuate.tram.sagas:eventuate-tram-sagas-spring-participant:0.14.0.RELEASE"

Same error for io.eventuate.tram.spring.events.publisher.TramEventsPublisherConfiguration

Thanks for your help !

cer commented 3 years ago

Please provide more context:

konradahodan commented 3 years ago

I resolve that for update, all dependencies.

Thanks so much.