|
1 |
| - |
2 | 1 | apply plugin: FtgoServicePlugin
|
3 | 2 |
|
4 | 3 |
|
5 | 4 | dependencies {
|
6 | 5 |
|
7 | 6 | compile project(":ftgo-accounting-service-api")
|
8 | 7 | compile project(":common-swagger")
|
9 |
| - compile "io.eventuate.tram.sagas:eventuate-tram-sagas-event-sourcing-support:$eventuateTramSagasVersion" |
| 8 | + compile "io.eventuate.tram.sagas:eventuate-tram-sagas-event-sourcing-support" |
10 | 9 |
|
11 |
| - compile "io.eventuate.tram.core:eventuate-tram-spring-jdbc-kafka:$eventuateTramVersion" |
12 |
| - compile "io.eventuate.tram.core:eventuate-tram-spring-events:$eventuateTramVersion" |
13 |
| - compile "io.eventuate.tram.core:eventuate-tram-spring-messaging:$eventuateTramVersion" |
14 |
| - compile "io.eventuate.tram.sagas:eventuate-tram-sagas-spring-orchestration-simple-dsl:$eventuateTramSagasVersion" |
| 10 | + compile "io.eventuate.tram.core:eventuate-tram-spring-jdbc-kafka" |
| 11 | + compile "io.eventuate.tram.core:eventuate-tram-spring-events" |
| 12 | + compile "io.eventuate.tram.core:eventuate-tram-spring-messaging" |
| 13 | + compile "io.eventuate.tram.sagas:eventuate-tram-sagas-spring-orchestration-simple-dsl" |
15 | 14 |
|
16 | 15 | compile "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion"
|
17 | 16 | compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
|
18 | 17 | compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
19 | 18 | compile 'javax.el:javax.el-api:2.2.5'
|
20 | 19 |
|
21 | 20 |
|
22 |
| - compile "io.eventuate.local.java:eventuate-client-java-spring:$eventuateLocalVersion" |
23 |
| - compile "io.eventuate.local.java:eventuate-client-java-spring-jdbc:$eventuateLocalVersion" |
24 |
| - compile "io.eventuate.local.java:eventuate-local-java-spring-jdbc:${eventuateLocalVersion}" |
| 21 | + compile "io.eventuate.local.java:eventuate-client-java-spring" |
| 22 | + compile "io.eventuate.local.java:eventuate-client-java-spring-jdbc" |
| 23 | + compile "io.eventuate.local.java:eventuate-local-java-spring-jdbc" |
25 | 24 |
|
26 | 25 | compile('org.apache.kafka:kafka-clients:2.3.0') {
|
27 | 26 | force = true
|
28 | 27 | }
|
29 | 28 |
|
30 |
| - testCompile "io.eventuate.tram.core:eventuate-tram-spring-in-memory:$eventuateTramVersion" |
| 29 | + testCompile "io.eventuate.tram.core:eventuate-tram-spring-in-memory" |
31 | 30 | testCompile "io.eventuate.util:eventuate-util-test:$eventuateUtilVersion"
|
32 |
| - testCompile "io.eventuate.tram.core:eventuate-tram-test-util:$eventuateTramVersion" |
| 31 | + testCompile "io.eventuate.tram.core:eventuate-tram-test-util" |
33 | 32 |
|
34 |
| - testCompile "io.eventuate.tram.sagas:eventuate-tram-sagas-spring-in-memory:$eventuateTramSagasVersion" |
| 33 | + testCompile "io.eventuate.tram.sagas:eventuate-tram-sagas-spring-in-memory" |
35 | 34 | testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
|
36 | 35 | testCompile "com.jayway.restassured:rest-assured:$restAssuredVersion"
|
37 | 36 | testCompile "com.jayway.jsonpath:json-path:2.3.0"
|
|
0 commit comments