Skip to content

Commit

Permalink
build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 5, 2022
1 parent 4f3df5b commit fa19407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
dependencies {
implementation project(":eventmesh-common")
implementation project(":eventmesh-connector-plugin:eventmesh-connector-api")

testImplementation "junit:junit"
}
1 change: 1 addition & 0 deletions eventmesh-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies {

testImplementation project(":eventmesh-common")

testImplementation "junit:junit"
testImplementation "com.fasterxml.jackson.core:jackson-databind"
testImplementation "com.fasterxml.jackson.core:jackson-core"
testImplementation "com.fasterxml.jackson.core:jackson-annotations"
Expand Down
1 change: 1 addition & 0 deletions eventmesh-spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ dependencies {
implementation project(":eventmesh-common")
implementation "org.apache.commons:commons-collections4"
testImplementation project(":eventmesh-common")
testImplementation "junit:junit"
}

0 comments on commit fa19407

Please sign in to comment.