Skip to content

Commit

Permalink
implementation -> api for some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Sep 21, 2024
1 parent 38dde27 commit 4b3bb12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eventuate-messaging-kafka-spring-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
dependencies {
api project (":eventuate-messaging-kafka-consumer")
api project (":eventuate-messaging-kafka-spring-basic-consumer")
api project (":eventuate-messaging-kafka-common")

implementation project (":eventuate-messaging-kafka-common")
implementation "org.springframework.boot:spring-boot-starter:$springBootVersion"
}

Expand Down
2 changes: 1 addition & 1 deletion eventuate-messaging-kafka-spring-producer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

dependencies {
api project (":eventuate-messaging-kafka-producer")
implementation project (':eventuate-messaging-kafka-spring-common')
api project (':eventuate-messaging-kafka-spring-common')

implementation "org.springframework.boot:spring-boot-starter:$springBootVersion"

Expand Down
2 changes: 1 addition & 1 deletion eventuate-messaging-kafka-testcontainers/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation "io.eventuate.common:eventuate-common-testcontainers:$eventuateCommonVersion"
implementation "org.testcontainers:testcontainers:$testContainersVersion"
implementation "org.testcontainers:kafka:$testContainersVersion"
api "org.testcontainers:kafka:$testContainersVersion"

implementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
implementation "org.assertj:assertj-core:$assertjVersion"
Expand Down

0 comments on commit 4b3bb12

Please sign in to comment.