Spaces:
Sleeping
Sleeping
Commit
·
68099f2
1
Parent(s):
f37a019
changes
Browse files- build.gradle.kts +33 -33
build.gradle.kts
CHANGED
@@ -34,39 +34,39 @@ dependencies {
|
|
34 |
|
35 |
// -----------------------------------------------------------------------------------------------------------------------------------------------
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
// implementation("org.springframework.boot:spring-boot-loader-tools")
|
71 |
//
|
72 |
// implementation("org.springframework.boot:spring-boot-starter-mail")
|
|
|
34 |
|
35 |
// -----------------------------------------------------------------------------------------------------------------------------------------------
|
36 |
|
37 |
+
implementation("io.grpc:grpc-netty:$grpcVersion")
|
38 |
+
implementation("io.grpc:grpc-census:$grpcVersion")
|
39 |
+
implementation("io.grpc:grpc-protobuf:$grpcVersion")
|
40 |
+
implementation("io.grpc:grpc-stub:$grpcVersion")
|
41 |
+
|
42 |
+
|
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")
|
50 |
+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-hppc")
|
51 |
+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
|
52 |
+
implementation("com.fasterxml.jackson.module:jackson-module-jaxb-annotations")
|
53 |
+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-hibernate5")
|
54 |
+
implementation("com.fasterxml.jackson.core:jackson-annotations")
|
55 |
+
implementation("com.fasterxml.jackson.core:jackson-databind")
|
56 |
+
implementation("org.hibernate:hibernate-core")
|
57 |
+
implementation("com.zaxxer:HikariCP")
|
58 |
+
implementation("org.apache.commons:commons-lang3")
|
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}")
|
66 |
+
// liquibaseRuntime("org.postgresql:postgresql:42.5.2")
|
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")
|