Skip to content

Commit

Permalink
Moved testing frameworks to their respective Eventuate projects
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Aug 23, 2018
1 parent 94ca6a3 commit a575b9f
Show file tree
Hide file tree
Showing 35 changed files with 59 additions and 1,133 deletions.
3 changes: 0 additions & 3 deletions eventuate-tram-aggregate-domain-events/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions eventuate-tram-spring-cloud-contract-support/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions ftgo-kitchen-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compile project(":ftgo-common-jpa")
compile project(":ftgo-kitchen-service-api")
compile project(":ftgo-restaurant-service-api")
compile project(":eventuate-tram-aggregate-domain-events")
compile "io.eventuate.tram.core:eventuate-tram-aggregate-domain-events:$eventuateTramVersion"

compile "org.springframework.boot:spring-boot-starter-data-jpa:$springBootVersion"
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
Expand All @@ -55,5 +55,5 @@ dependencies {
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
testCompile "com.jayway.restassured:rest-assured:$restAssuredVersion"
testCompile "com.jayway.jsonpath:json-path:2.3.0"
testCompile project(":eventuate-tram-spring-cloud-contract-support")
testCompile "io.eventuate.tram.core:eventuate-tram-testing-support-spring-cloud-contract:$eventuateTramVersion"
}
2 changes: 1 addition & 1 deletion ftgo-order-history-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
testCompile "net.chrisrichardson.ftgo:ftgo-order-service-contracts:unspecified:stubs"
testCompile "org.springframework.cloud:spring-cloud-contract-wiremock"
testCompile "org.springframework.cloud:spring-cloud-starter-contract-stub-runner"
testCompile project(":eventuate-tram-spring-cloud-contract-support")
testCompile "io.eventuate.tram.core:eventuate-tram-testing-support-spring-cloud-contract:$eventuateTramVersion"


}
7 changes: 5 additions & 2 deletions ftgo-order-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ dependencies {

compile project(":common-swagger")
compile project(":ftgo-common-jpa")
compile project(":eventuate-tram-aggregate-domain-events")

compile "io.eventuate.tram.core:eventuate-tram-aggregate-domain-events:$eventuateTramVersion"
compile "io.eventuate.tram.core:eventuate-tram-jdbc-kafka:$eventuateTramVersion"
compile "io.eventuate.tram.core:eventuate-tram-commands:$eventuateTramVersion"
compile "io.eventuate.tram.sagas:eventuate-tram-sagas-simple-dsl:$eventuateTramSagasVersion"
Expand Down Expand Up @@ -149,7 +149,10 @@ dependencies {
testCompile 'io.rest-assured:rest-assured:3.0.6'
testCompile 'io.rest-assured:spring-mock-mvc:3.0.6'
testCompile "io.rest-assured:json-path:3.0.6"
testCompile project(":eventuate-tram-spring-cloud-contract-support")

testCompile "io.eventuate.tram.core:eventuate-tram-testing-support-spring-cloud-contract:$eventuateTramVersion"

testCompile "io.eventuate.tram.sagas:eventuate-tram-sagas-testing-support:$eventuateTramSagasVersion"

componentTestCompile 'info.cukes:cucumber-java:1.2.5'
componentTestCompile 'info.cukes:cucumber-junit:1.2.5'
Expand Down

This file was deleted.

Loading

0 comments on commit a575b9f

Please sign in to comment.