Skip to content

Commit

Permalink
#28 Removed unneeded dependencies on eventuate-tram-spring-messaging-…
Browse files Browse the repository at this point in the history
…starter
  • Loading branch information
cer committed Feb 23, 2024
1 parent 7113edf commit 922deea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ dependencies {
implementation project(":eventuate-tram-examples-basic-command-common")

implementation "io.eventuate.tram.core:eventuate-tram-spring-commands-starter"
implementation "io.eventuate.tram.core:eventuate-tram-spring-messaging-starter"

if (messageBroker == 'kafka') {
implementation "io.eventuate.tram.core:eventuate-tram-spring-jdbc-$messageBroker"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(":eventuate-tram-examples-basic-command-common")
implementation "io.eventuate.tram.core:eventuate-tram-spring-commands-starter"
implementation "io.eventuate.tram.core:eventuate-tram-spring-messaging-starter"

if (messageBroker == 'kafka') {
implementation "io.eventuate.tram.core:eventuate-tram-spring-jdbc-$messageBroker"
} else {
Expand Down

0 comments on commit 922deea

Please sign in to comment.