Skip to content

Commit 99b76a7

Browse files
committed
Fixed README and dependencies
1 parent 4098a02 commit 99b76a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ For example, `ftgo-order-service` implements the `Order Service`
4242
** web - Spring MVC controllers (HTTP adapters)
4343
** main - the main application
4444
* The services use the following other frameworks
45-
** `Eventuate Tram` framework - implements transactional messaging
46-
** `Eventuate Tram Saga` framework - implements sagas
47-
** `Eventuate Client framework` - implements event sourcing
45+
** https://github.com/eventuate-tram/eventuate-tram-core[`Eventuate Tram framework`] - implements transactional messaging
46+
** https://github.com/eventuate-tram/eventuate-tram-sagas[`Eventuate Tram Saga framework`] - implements sagas
47+
** https://github.com/eventuate-clients/eventuate-client-java[`Eventuate Client framework`] - implements event sourcing
4848

4949
== Chapter by chapter
5050

ftgo-accounting-service/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66

77
compile project(":ftgo-accounting-service-api")
88
compile project(":common-swagger")
9-
compile "io.eventuate.tram.core:eventuate-tram-sagas-event-sourcing-support:$eventuateTramVersion"
9+
compile "io.eventuate.tram.sagas:eventuate-tram-sagas-event-sourcing-support:$eventuateTramSagasVersion"
1010

1111
compile "io.eventuate.tram.core:eventuate-tram-jdbc-kafka:$eventuateTramVersion"
1212
compile "io.eventuate.tram.core:eventuate-tram-events:$eventuateTramVersion"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ springBootVersion=1.4.5.RELEASE
99
eventuateClientVersion=0.19.0.RELEASE
1010
eventuateLocalVersion=0.14.0.RELEASE
1111

12-
eventuateTramVersion=0.2.0-SNAPSHOT
12+
eventuateTramVersion=0.2.0.RELEASE
1313
eventuateTramSagasVersion=0.1.0.RELEASE
1414
eventuateUtilVersion=0.1.0.RELEASE
1515

0 commit comments

Comments
 (0)