Skip to content
Snippets Groups Projects
Commit 6491657c authored by ESTELLON Bertrand's avatar ESTELLON Bertrand
Browse files

Ajout de la dépendance à HSQLDB

parent 41cd00e5
Branches master
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ dependencies { ...@@ -21,6 +21,7 @@ dependencies {
implementation("org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE") implementation("org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE")
implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.hsqldb:hsqldb:2.7.4")
implementation("com.h2database:h2:2.2.224") implementation("com.h2database:h2:2.2.224")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
//implementation("org.springframework.boot:spring-boot-starter-security") //implementation("org.springframework.boot:spring-boot-starter-security")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment