mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 13:28:21 +00:00
Replaced Maven with Gradle by introducing a Gradle build structure, updating dependencies, and configuration files. Additionally, refactored package structure from `tech.ailef` to `space.mori.dalbodeule` for consistency.
31 lines
2.6 KiB
TOML
31 lines
2.6 KiB
TOML
# This file was generated by the Gradle 'init' task.
|
|
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
|
|
|
|
[versions]
|
|
com-h2database-h2 = "2.3.232"
|
|
org-apache-commons-commons-csv = "1.14.0"
|
|
org-apache-poi-poi = "5.4.1"
|
|
org-apache-poi-poi-ooxml = "5.4.1"
|
|
org-apache-tika-tika-core = "3.1.0"
|
|
org-springframework-boot-spring-boot-configuration-processor = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-data-jpa = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-jdbc = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-test = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-thymeleaf = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-validation = "3.4.5"
|
|
org-springframework-boot-spring-boot-starter-web = "3.4.5"
|
|
|
|
[libraries]
|
|
com-h2database-h2 = { module = "com.h2database:h2", version.ref = "com-h2database-h2" }
|
|
org-apache-commons-commons-csv = { module = "org.apache.commons:commons-csv", version.ref = "org-apache-commons-commons-csv" }
|
|
org-apache-poi-poi = { module = "org.apache.poi:poi", version.ref = "org-apache-poi-poi" }
|
|
org-apache-poi-poi-ooxml = { module = "org.apache.poi:poi-ooxml", version.ref = "org-apache-poi-poi-ooxml" }
|
|
org-apache-tika-tika-core = { module = "org.apache.tika:tika-core", version.ref = "org-apache-tika-tika-core" }
|
|
org-springframework-boot-spring-boot-configuration-processor = { module = "org.springframework.boot:spring-boot-configuration-processor", version.ref = "org-springframework-boot-spring-boot-configuration-processor" }
|
|
org-springframework-boot-spring-boot-starter-data-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa", version.ref = "org-springframework-boot-spring-boot-starter-data-jpa" }
|
|
org-springframework-boot-spring-boot-starter-jdbc = { module = "org.springframework.boot:spring-boot-starter-jdbc", version.ref = "org-springframework-boot-spring-boot-starter-jdbc" }
|
|
org-springframework-boot-spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "org-springframework-boot-spring-boot-starter-test" }
|
|
org-springframework-boot-spring-boot-starter-thymeleaf = { module = "org.springframework.boot:spring-boot-starter-thymeleaf", version.ref = "org-springframework-boot-spring-boot-starter-thymeleaf" }
|
|
org-springframework-boot-spring-boot-starter-validation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "org-springframework-boot-spring-boot-starter-validation" }
|
|
org-springframework-boot-spring-boot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "org-springframework-boot-spring-boot-starter-web" }
|