diff --git a/lab/24-test/build.gradle b/lab/24-test/build.gradle index af9f0d4..9223880 100644 --- a/lab/24-test/build.gradle +++ b/lab/24-test/build.gradle @@ -1,3 +1,4 @@ dependencies { implementation project(':00-rewards-common') + testImplementation('com.github.h-thurow:simple-jndi:0.23.0') }