Skip to content

Commit

Permalink
Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Dec 20, 2019
1 parent 91269fc commit 05a1be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventuate-client-java-jdbc-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile project(":eventuate-client-java-spring-common")
compile project(":eventuate-client-java-spring")

compile "io.eventuate.common:eventuate-common-in-memory-database:$eventuateCommonVersion"
compile "io.eventuate.common:eventuate-common-in-memory-database-spring:$eventuateCommonVersion"

testCompile project(":eventuate-client-java-test-util")
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
Expand Down

0 comments on commit 05a1be3

Please sign in to comment.