We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571bad commit 568b904Copy full SHA for 568b904
1 file changed
rentplace/build.gradle
@@ -42,6 +42,7 @@ dependencies {
42
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
43
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
44
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
45
+ implementation("com.postmarkapp:postmark:1.11.1")
46
47
compileOnly 'org.projectlombok:lombok'
48
runtimeOnly 'org.postgresql:postgresql'
0 commit comments