File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11ext {
2- nimbusJoseJwtVersion = ' 9.15.2 '
2+ jpasetoVersion = ' 0.7.0 '
33 bouncyCastleVersion = ' 1.69'
44}
55
66dependencies {
77 api " io.micronaut:micronaut-http"
88 api " io.micronaut:micronaut-http-server"
99 api project(" :security" )
10+ compileOnly " dev.paseto:jpaseto-api:$jpasetoVersion "
1011
1112 implementation " io.projectreactor:reactor-core"
1213
@@ -23,6 +24,10 @@ dependencies {
2324
2425 testImplementation " io.micronaut.views:micronaut-views-velocity"
2526 testRuntimeOnly " org.apache.velocity:velocity-engine-core:2.3"
27+
28+ testRuntimeOnly " dev.paseto:jpaseto-impl:$jpasetoVersion "
29+ testRuntimeOnly " dev.paseto:jpaseto-jackson:$jpasetoVersion "
30+ testRuntimeOnly " dev.paseto:jpaseto-bouncy-castle:$jpasetoVersion "
2631}
2732apply from : " ${ rootProject.projectDir} /gradle/testVerbose.gradle"
2833
You can’t perform that action at this time.
0 commit comments