moved various modules and classes to tools realm, replaced gradle buildscripts by gradle kotlin buildscripts
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
8
de.srsoftware.oidc.web/build.gradle.kts
Normal file
8
de.srsoftware.oidc.web/build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
description = "SRSoftware OIDC: web module"
|
||||
|
||||
dependencies{
|
||||
implementation("de.srsoftware:tools.http:1.0.0")
|
||||
|
||||
implementation(project(":de.srsoftware.oidc.api"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user