Skip to content

Commit af8b41b

Browse files
david-dasilvaDavid Da Silva
authored andcommitted
fix missing dependency in gradle for the module 24-test
fixes #1 (cherry picked from commit 7edfe8b)
1 parent 494bce4 commit af8b41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lab/24-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dependencies {
22
implementation project(':00-rewards-common')
3+
testImplementation('com.github.h-thurow:simple-jndi:0.23.0')
34
}

0 commit comments

Comments
 (0)