➕ Add apache commons for OS utils
This commit is contained in:
parent
c9fef111ad
commit
879273f5df
1 changed files with 2 additions and 1 deletions
|
@ -29,8 +29,9 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.springframework.boot:spring-boot-autoconfigure")
|
implementation("org.apache.commons:commons-lang3:3.17.0")
|
||||||
|
|
||||||
|
implementation("org.springframework.boot:spring-boot-autoconfigure")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
||||||
implementation("org.xerial:sqlite-jdbc")
|
implementation("org.xerial:sqlite-jdbc")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||||
|
|
Loading…
Add table
Reference in a new issue