Skip to content

Commit

Permalink
Implemented retry strategy based on pulsar message middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshSawarkar committed Feb 17, 2024
1 parent 4ad019b commit 992112a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eventmesh-retry/eventmesh-retry-pulsar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies {
implementation project(":eventmesh-storage-plugin:eventmesh-storage-pulsar")
implementation project(path: ':eventmesh-retry:eventmesh-retry-api')
implementation pulsar
implementation 'org.projectlombok:lombok:1.18.28'
implementation project(":eventmesh-common")
implementation 'io.cloudevents:cloudevents-core'
implementation 'io.cloudevents:cloudevents-json-jackson'
Expand Down

0 comments on commit 992112a

Please sign in to comment.