Spaces:
Sleeping
Sleeping
Commit
·
ea5f99d
1
Parent(s):
495c0cd
changes
Browse files- build.gradle.kts +14 -14
build.gradle.kts
CHANGED
@@ -43,7 +43,7 @@ dependencies {
|
|
43 |
testImplementation("io.grpc:grpc-testing:$grpcVersion")
|
44 |
|
45 |
// implementation(platform("tech.jhipster:jhipster-dependencies:${jhipsterDependenciesVersion}"))
|
46 |
-
implementation(group = "tech.jhipster", name = "jhipster-framework")
|
47 |
implementation("javax.annotation:javax.annotation-api")
|
48 |
implementation("io.dropwizard.metrics:metrics-core")
|
49 |
implementation("io.micrometer:micrometer-registry-prometheus")
|
@@ -67,19 +67,19 @@ dependencies {
|
|
67 |
//// liquibaseRuntime("info.picocli:picocli:4.7.0")
|
68 |
// liquibaseRuntime(sourceSets.main.get().compileClasspath)
|
69 |
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
// implementation("org.springframework.boot:spring-boot-starter-undertow")
|
84 |
// implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
85 |
// implementation("org.zalando:problem-spring-web")
|
|
|
43 |
testImplementation("io.grpc:grpc-testing:$grpcVersion")
|
44 |
|
45 |
// implementation(platform("tech.jhipster:jhipster-dependencies:${jhipsterDependenciesVersion}"))
|
46 |
+
// implementation(group = "tech.jhipster", name = "jhipster-framework")
|
47 |
implementation("javax.annotation:javax.annotation-api")
|
48 |
implementation("io.dropwizard.metrics:metrics-core")
|
49 |
implementation("io.micrometer:micrometer-registry-prometheus")
|
|
|
67 |
//// liquibaseRuntime("info.picocli:picocli:4.7.0")
|
68 |
// liquibaseRuntime(sourceSets.main.get().compileClasspath)
|
69 |
|
70 |
+
implementation("org.springframework.boot:spring-boot-loader-tools")
|
71 |
+
|
72 |
+
implementation("org.springframework.boot:spring-boot-starter-mail")
|
73 |
+
implementation("org.springframework.boot:spring-boot-starter-logging")
|
74 |
+
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
75 |
+
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
76 |
+
implementation("org.springframework.boot:spring-boot-starter-websocket")
|
77 |
+
implementation("org.springframework.security:spring-security-messaging")
|
78 |
+
testImplementation("org.testcontainers:postgresql")
|
79 |
+
implementation("org.springframework.boot:spring-boot-starter-security")
|
80 |
+
implementation("org.springframework.boot:spring-boot-starter-web") {
|
81 |
+
exclude(module = "spring-boot-starter-tomcat")
|
82 |
+
}
|
83 |
// implementation("org.springframework.boot:spring-boot-starter-undertow")
|
84 |
// implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
85 |
// implementation("org.zalando:problem-spring-web")
|