Spaces:
Sleeping
Sleeping
Commit
·
59b5568
1
Parent(s):
40497bc
changes
Browse files- build.gradle.kts +7 -7
build.gradle.kts
CHANGED
@@ -37,8 +37,8 @@ dependencies {
|
|
37 |
|
38 |
|
39 |
|
40 |
-
implementation(platform("tech.jhipster:jhipster-dependencies:${jhipsterDependenciesVersion}"))
|
41 |
-
implementation(group = "tech.jhipster", name = "jhipster-framework")
|
42 |
implementation("javax.annotation:javax.annotation-api")
|
43 |
implementation("io.dropwizard.metrics:metrics-core")
|
44 |
implementation("io.micrometer:micrometer-registry-prometheus")
|
@@ -66,17 +66,17 @@ dependencies {
|
|
66 |
}
|
67 |
implementation("org.springframework.boot:spring-boot-starter-undertow")
|
68 |
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
69 |
-
implementation("org.zalando:problem-spring-web")
|
70 |
-
implementation("org.springframework.cloud:spring-cloud-starter-bootstrap")
|
71 |
implementation("org.springframework.security:spring-security-config")
|
72 |
implementation("org.springframework.security:spring-security-data")
|
73 |
implementation("org.springframework.security:spring-security-web")
|
74 |
-
implementation("io.jsonwebtoken:jjwt-api")
|
75 |
implementation(group = "tech.tablesaw", name = "tablesaw-core", version = "0.43.1")
|
76 |
implementation(group = "tech.tablesaw", name = "tablesaw-json", version = "0.34.2")
|
77 |
implementation(group = "org.apache.commons", name = "commons-compress", version = "1.21")
|
78 |
-
|
79 |
-
runtimeOnly("io.jsonwebtoken:jjwt-
|
|
|
80 |
|
81 |
implementation("org.springdoc:springdoc-openapi-webmvc-core")
|
82 |
implementation(group = "org.springdoc", name = "springdoc-openapi-ui", version = "1.6.11")
|
|
|
37 |
|
38 |
|
39 |
|
40 |
+
// implementation(platform("tech.jhipster:jhipster-dependencies:${jhipsterDependenciesVersion}"))
|
41 |
+
// implementation(group = "tech.jhipster", name = "jhipster-framework")
|
42 |
implementation("javax.annotation:javax.annotation-api")
|
43 |
implementation("io.dropwizard.metrics:metrics-core")
|
44 |
implementation("io.micrometer:micrometer-registry-prometheus")
|
|
|
66 |
}
|
67 |
implementation("org.springframework.boot:spring-boot-starter-undertow")
|
68 |
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
|
69 |
+
// implementation("org.zalando:problem-spring-web")
|
70 |
+
// implementation("org.springframework.cloud:spring-cloud-starter-bootstrap")
|
71 |
implementation("org.springframework.security:spring-security-config")
|
72 |
implementation("org.springframework.security:spring-security-data")
|
73 |
implementation("org.springframework.security:spring-security-web")
|
|
|
74 |
implementation(group = "tech.tablesaw", name = "tablesaw-core", version = "0.43.1")
|
75 |
implementation(group = "tech.tablesaw", name = "tablesaw-json", version = "0.34.2")
|
76 |
implementation(group = "org.apache.commons", name = "commons-compress", version = "1.21")
|
77 |
+
// implementation("io.jsonwebtoken:jjwt-api")
|
78 |
+
// runtimeOnly("io.jsonwebtoken:jjwt-impl")
|
79 |
+
// runtimeOnly("io.jsonwebtoken:jjwt-jackson")
|
80 |
|
81 |
implementation("org.springdoc:springdoc-openapi-webmvc-core")
|
82 |
implementation(group = "org.springdoc", name = "springdoc-openapi-ui", version = "1.6.11")
|