Skip to content

Commit

Permalink
Add TODO comment in :message-encoding build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Oct 25, 2024
1 parent 93b4194 commit e333b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message-encoding/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ sourceSets {
dependencies {

// test support dependencies
// TODO: should this testSupportImplementation really depend on the client
// TODO: it feels a bit wrong
testSupportImplementation project(path: ':client', configuration: 'default')
testSupportImplementation project(path: ':shared', configuration: 'sharedTestSupport')

testSupportImplementation 'com.lmax:simple-dsl:3.0.0'
testSupportImplementation 'org.assertj:assertj-core:3.26.3'
testSupportImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit e333b6f

Please sign in to comment.