Skip to content

Commit 12253c2

Browse files
committed
BLD: Added JPaseto dependency
1 parent e9f2616 commit 12253c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

security-paseto/build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
ext {
2-
nimbusJoseJwtVersion = '9.15.2'
2+
jpasetoVersion = '0.7.0'
33
bouncyCastleVersion = '1.69'
44
}
55

66
dependencies {
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
}
2732
apply from: "${rootProject.projectDir}/gradle/testVerbose.gradle"
2833

0 commit comments

Comments
 (0)