You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
466 B

description = "SRSoftware OIDC: file datastore module"
dependencies{
implementation("com.sun.mail:jakarta.mail:2.0.1")
implementation("de.srsoftware:tools.optionals:1.0.0")
implementation("de.srsoftware:tools.util:1.0.2")
implementation("org.json:json:20240303")
implementation(project(":de.srsoftware.oidc.api"))
implementation(project(":de.srsoftware.oidc.web"))
testImplementation(project(":de.srsoftware.oidc.api","testBundle"))
}