Skip to content

Commit

Permalink
Merge pull request #1 from david-dasilva/24-test-missing-dependency-f…
Browse files Browse the repository at this point in the history
…or-gradle

fix missing dependency in gradle for the module 24-test
  • Loading branch information
david-dasilva authored Jul 6, 2023
2 parents 494bce4 + 7edfe8b commit eda0648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lab/24-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dependencies {
implementation project(':00-rewards-common')
testImplementation('com.github.h-thurow:simple-jndi:0.23.0')
}

0 comments on commit eda0648

Please sign in to comment.