first steps of items

This commit is contained in:
Jottyfan
2023-11-18 00:31:43 +01:00
parent 80696b0c0b
commit 0c18b2df56
14 changed files with 383 additions and 4 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.0.1'
version = '0.0.2'
description = """BibleClassOrganizer"""
@ -41,13 +41,13 @@ war {
}
dependencies {
implementation 'de.jottyfan:bicolib:2'
implementation 'de.jottyfan:bicolib:3'
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.0.0'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:latest.release'
implementation 'org.webjars:bootstrap:5.3.1'
implementation 'org.webjars.npm:bootstrap-icons:1.10.5'