We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a30fa commit 1a16aa8Copy full SHA for 1a16aa8
build.gradle
@@ -262,6 +262,7 @@ dependencies {
262
implementation("org.jsoup:jsoup:1.15.3")
263
implementation("com.github.jasminb:jsonapi-converter:0.11")
264
implementation("commons-codec:commons-codec:1.15")
265
+ implementation("org.hibernate.orm:hibernate-core:6.2.0.CR3") //tmp override due to https://hibernate.atlassian.net/browse/HHH-16199
266
267
// Required library for FafTokenService approach (called by nimbus-jwt)
268
runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")
@@ -272,4 +273,3 @@ dependencies {
272
273
274
codacy("com.github.codacy:codacy-coverage-reporter:13.11.17")
275
}
-
0 commit comments