securing with nextcloud oidc
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '3.1.3'
|
||||
id "io.spring.dependency-management" version "1.1.2"
|
||||
id 'org.springframework.boot' version '3.2.0'
|
||||
id "io.spring.dependency-management" version "1.1.4"
|
||||
id 'war'
|
||||
id 'eclipse'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
group = 'de.jottyfan.bico'
|
||||
version = '0.0.5'
|
||||
version = '0.0.6'
|
||||
|
||||
description = """BibleClassOrganizer"""
|
||||
|
||||
@ -44,6 +44,7 @@ dependencies {
|
||||
implementation 'de.jottyfan:bicolib:4'
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-jooq'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
|
Reference in New Issue
Block a user