Spaces:
Sleeping
Sleeping
Commit
·
3deb895
1
Parent(s):
ea5f99d
changes
Browse files- build.gradle.kts +5 -5
build.gradle.kts
CHANGED
@@ -59,7 +59,7 @@ dependencies {
|
|
59 |
implementation("javax.transaction:javax.transaction-api")
|
60 |
implementation("org.hibernate:hibernate-entitymanager")
|
61 |
implementation("org.hibernate.validator:hibernate-validator")
|
62 |
-
|
63 |
|
64 |
// liquibaseRuntime("org.liquibase:liquibase-core")
|
65 |
// liquibaseRuntime("org.liquibase.ext:liquibase-hibernate5:${liquibaseHibernate5Version}")
|
@@ -96,10 +96,10 @@ dependencies {
|
|
96 |
//
|
97 |
// implementation("org.springdoc:springdoc-openapi-webmvc-core")
|
98 |
// implementation(group = "org.springdoc", name = "springdoc-openapi-ui", version = "1.6.11")
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
//
|
104 |
//
|
105 |
//// annotationProcessor("org.hibernate:hibernate-jpamodelgen:${hibernateVersion}.Final")
|
|
|
59 |
implementation("javax.transaction:javax.transaction-api")
|
60 |
implementation("org.hibernate:hibernate-entitymanager")
|
61 |
implementation("org.hibernate.validator:hibernate-validator")
|
62 |
+
implementation("org.liquibase:liquibase-core")
|
63 |
|
64 |
// liquibaseRuntime("org.liquibase:liquibase-core")
|
65 |
// liquibaseRuntime("org.liquibase.ext:liquibase-hibernate5:${liquibaseHibernate5Version}")
|
|
|
96 |
//
|
97 |
// implementation("org.springdoc:springdoc-openapi-webmvc-core")
|
98 |
// implementation(group = "org.springdoc", name = "springdoc-openapi-ui", version = "1.6.11")
|
99 |
+
implementation("org.postgresql:postgresql")
|
100 |
+
|
101 |
+
implementation("com.h2database:h2")
|
102 |
+
testImplementation("com.h2database:h2")
|
103 |
//
|
104 |
//
|
105 |
//// annotationProcessor("org.hibernate:hibernate-jpamodelgen:${hibernateVersion}.Final")
|