-
Notifications
You must be signed in to change notification settings - Fork 9
/
dependencies.gradle
184 lines (152 loc) · 13 KB
/
dependencies.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
import org.gradle.api.initialization.resolve.DependencyResolutionManagement
dependencyResolutionManagement { DependencyResolutionManagement it ->
it.versionCatalogs {
libs {
version('slf4j', '2.0.13')
version('micrometer', '1.12.5')
version('reactor', '3.6.5')
version('kotlin_', '1.9.10') //Visit https://kotlinlang.org/docs/releases.html#release-details to see versions compatability
version('kotlin-coroutines', '1.7.3')
version('jackson', '2.17.1')
version('mockserver', '5.15.0')
version('netty', '4.1.100.Final')
version('kafka', '3.7.0')
version('vertx', '4.3.8')
version('testcontainers', '1.18.3')
version('cassandra', '4.18.1')
version('grpc-java', '1.65.1')
version('grpc-kotlin', '1.4.1')
version('kotlin-testing', '1.5.0')
version('ksp', '1.9.10-1.0.13')
version('kotlinpoet', '1.18.1')
version('swagger', '2.2.22')
version('opentelemetry', '1.37.0')
version('undertow', '2.3.17.Final')
version('camunda7', '7.21.0')
library('jsr305', 'com.google.code.findbugs', 'jsr305').version('3.0.2')
library('jakarta-annotations', 'jakarta.annotation', 'jakarta.annotation-api').version('2.1.1')
library('slf4j-api', 'org.slf4j', 'slf4j-api').versionRef('slf4j')
library('slf4j-jul', 'org.slf4j', 'jul-to-slf4j').versionRef('slf4j')
library('logback-classic', 'ch.qos.logback', 'logback-classic').version("1.4.14")
library('micrometer-core', 'io.micrometer', 'micrometer-core').versionRef('micrometer')
library('micrometer-registry-prometheus', 'io.micrometer', 'micrometer-registry-prometheus').versionRef('micrometer')
library('prometheus-collector-caffeine', 'io.prometheus', 'simpleclient_caffeine').version("0.16.0")
library('opentelemetry-sdk-trace', 'io.opentelemetry', 'opentelemetry-sdk-trace').versionRef('opentelemetry')
library('opentelemetry-context', 'io.opentelemetry', 'opentelemetry-context').versionRef('opentelemetry')
library('opentelemetry-api', 'io.opentelemetry', 'opentelemetry-api').versionRef('opentelemetry')
library('opentelemetry-semconv', 'io.opentelemetry.semconv', 'opentelemetry-semconv').version('1.25.0-alpha')
library('opentelemetry-exporter-sender-jdk', 'io.opentelemetry', 'opentelemetry-exporter-sender-jdk').version('1.37.0-alpha')
library('opentelemetry-exporter-otlp', 'io.opentelemetry', 'opentelemetry-exporter-otlp').versionRef('opentelemetry')
library('typesafe-config', 'com.typesafe', 'config').version("1.4.3")
library('snakeyaml-engine', 'org.snakeyaml', 'snakeyaml-engine').version("2.7")
library('cassandra-driver', 'org.apache.cassandra', 'java-driver-core').versionRef('cassandra')
library('cassandra-metrics', 'org.apache.cassandra', 'java-driver-metrics-micrometer').versionRef('cassandra')
library('reactive-streams', 'org.reactivestreams', 'reactive-streams').version("1.0.4")
library('reactor-core', 'io.projectreactor', 'reactor-core').versionRef('reactor')
library('reactor-test', 'io.projectreactor', 'reactor-test').versionRef('reactor')
library('reactor-pool', 'io.projectreactor.addons', 'reactor-pool').version('1.0.5')
library('kotlin-stdlib-common', 'org.jetbrains.kotlin', 'kotlin-stdlib-common').versionRef('kotlin_')
library('kotlin-stdlib-lib', 'org.jetbrains.kotlin', 'kotlin-stdlib').versionRef('kotlin_')
library('kotlin-reflect', 'org.jetbrains.kotlin', 'kotlin-reflect').versionRef('kotlin_')
library('kotlin-compiler', 'org.jetbrains.kotlin', 'kotlin-compiler-embeddable').versionRef('kotlin_')
library('jetbrains.annotations', 'org.jetbrains', 'annotations').version('24.1.0')
library('kotlin-coroutines-core', 'org.jetbrains.kotlinx', 'kotlinx-coroutines-core').versionRef('kotlin-coroutines')
library('kotlin-coroutines-reactor', 'org.jetbrains.kotlinx', 'kotlinx-coroutines-reactor').versionRef('kotlin-coroutines')
library('kotlin-coroutines-jdk8', 'org.jetbrains.kotlinx', 'kotlinx-coroutines-jdk8').versionRef('kotlin-coroutines')
library('jackson-core', 'com.fasterxml.jackson.core', 'jackson-core').versionRef('jackson')
library('jackson-databind', 'com.fasterxml.jackson.core', 'jackson-databind').versionRef('jackson')
library('jackson-kotlin', 'com.fasterxml.jackson.module', 'jackson-module-kotlin').versionRef('jackson')
library('jackson-datatype-jsr310', 'com.fasterxml.jackson.datatype', 'jackson-datatype-jsr310').versionRef('jackson')
library("jdbc-postgresql", "org.postgresql", "postgresql").version("42.7.3")
library("hikari", "com.zaxxer", "HikariCP").version("5.1.0")
library("jdbi-core", "org.jdbi", "jdbi3-core").version("3.41.3")
library("flyway", "org.flywaydb", "flyway-core").version("9.22.3")
library("liquibase", "org.liquibase", "liquibase-core").version("4.29.1")
library("jms-api", "javax.jms", "javax.jms-api").version("2.0.1")
library("jboss-threads", "org.jboss.threads", "jboss-threads").version("3.5.1.Final")
library("jboss-logging", "org.jboss.logging", "jboss-logging").version("3.5.3.Final")
library("undertow-core", "io.undertow", "undertow-core").versionRef("undertow")
library("undertow-servlet", "io.undertow", "undertow-servlet").versionRef("undertow")
library("async-http-client", "org.asynchttpclient", "async-http-client").version("2.12.3")
library("okhttp", "com.squareup.okhttp3", "okhttp").version("5.0.0-alpha.14")
library("okio", "com.squareup.okio", "okio").version("3.9.0")
library("netty-buffer", "io.netty", "netty-buffer").versionRef("netty")
library("netty-codecs", "io.netty", "netty-codec").versionRef("netty")
library("netty-common", "io.netty", "netty-common").versionRef("netty")
library("netty-resolver", "io.netty", "netty-resolver").versionRef("netty")
library("netty-resolver-dns", "io.netty", "netty-resolver-dns").versionRef("netty")
library("netty-resolver-macos", "io.netty", "netty-resolver-dns-native-macos").versionRef("netty")
library("netty-transports", "io.netty", "netty-transport").versionRef("netty")
library("netty-transport-kqueue", "io.netty", "netty-transport-native-kqueue").versionRef("netty")
library("netty-transport-epoll", "io.netty", "netty-transport-native-epoll").versionRef("netty")
library("netty-handlers", "io.netty", "netty-handler").versionRef("netty")
library("netty-handler-proxy", "io.netty", "netty-handler-proxy").versionRef("netty")
library("netty-codec-http", "io.netty", "netty-codec-http").versionRef("netty")
library("netty-codec-http2", "io.netty", "netty-codec-http2").versionRef("netty")
library("netty-codec-socks", "io.netty", "netty-codec-socks").versionRef("netty")
bundle('netty', [
"netty-buffer", "netty-codecs", "netty-codec-http", "netty-codec-socks", "netty-common", "netty-handlers", "netty-handler-proxy",
"netty-resolver", "netty-transports"
])
library('vertx-core', 'io.vertx', 'vertx-core').versionRef('vertx')
library('vertx-pg-client', 'io.vertx', 'vertx-pg-client').versionRef('vertx')
library('vertx-sql-client', 'io.vertx', 'vertx-sql-client').versionRef('vertx')
library('r2dbc-spi', 'io.r2dbc', 'r2dbc-spi').version('1.0.0.RELEASE')
library('r2dbc-pool', 'io.r2dbc', 'r2dbc-pool').version('1.0.1.RELEASE')
library('r2dbc-postgres', 'org.postgresql', 'r2dbc-postgresql').version('1.0.5.RELEASE')
library("byte-buddy-core", "net.bytebuddy", "byte-buddy").version("1.14.9")
library("byte-buddy-agent", "net.bytebuddy", "byte-buddy-agent").version("1.14.9")
library("javapoet", "com.squareup", "javapoet").version("1.13.0")
library("classgraph", "io.github.classgraph", "classgraph").version("4.8.170")
library('lettuce-core', 'io.lettuce', 'lettuce-core').version('6.3.2.RELEASE')
library('quartz', 'org.quartz-scheduler', 'quartz').version('2.3.2')
library('caffeine', 'com.github.ben-manes.caffeine', 'caffeine').version('3.1.8')
library("awaitility", "org.awaitility", "awaitility").version("4.2.1")
library("junit-jupiter", "org.junit.jupiter", "junit-jupiter").version("5.10.2")
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version("1.10.2")
library("mockito-core", "org.mockito", "mockito-core").version("5.11.0")
library("mockito-inline", "org.mockito", "mockito-inline").version("5.2.0")
library("mockito-kotlin", "org.mockito.kotlin", "mockito-kotlin").version("5.3.1")
library("assertj", "org.assertj", "assertj-core").version("3.25.3")
library("mockserver-netty", "org.mock-server", "mockserver-netty").versionRef("mockserver")
library("mockserver-client", "org.mock-server", "mockserver-client-java").versionRef("mockserver")
library("kafka-client", "org.apache.kafka", "kafka-clients").versionRef("kafka")
library("grpc-kotlin-stub", "io.grpc", "grpc-kotlin-stub").versionRef("grpc-kotlin")
library("grpc-kotlin-gen", "io.grpc", "protoc-gen-grpc-kotlin").versionRef("grpc-kotlin")
library("grpc-protobuf", "io.grpc", "grpc-protobuf").versionRef('grpc-java')
library("grpc-netty", "io.grpc", "grpc-netty").versionRef('grpc-java')
library("grpc-stub", "io.grpc", "grpc-stub").versionRef('grpc-java')
library("grpc-services", "io.grpc", "grpc-services").versionRef('grpc-java')
library("grpc-java-gen", "io.grpc", "protoc-gen-grpc-java").versionRef('grpc-java')
library("testcontainers-core", "org.testcontainers", "testcontainers").versionRef("testcontainers")
library("testcontainers-junit-jupiter", "org.testcontainers", "junit-jupiter").versionRef("testcontainers")
library("testcontainers-r2dbc", "org.testcontainers", "r2dbc").versionRef("testcontainers")
library("testcontainers-postgresql", "org.testcontainers", "postgresql").versionRef("testcontainers")
library("testcontainers-cassandra", "org.testcontainers", "cassandra").versionRef("testcontainers")
library("testcontainers-kafka", "org.testcontainers", "kafka").versionRef("testcontainers")
library('ksp-api', 'com.google.devtools.ksp', 'symbol-processing-api').versionRef('ksp')
library('ksp', 'com.google.devtools.ksp', 'symbol-processing').versionRef('ksp')
library('kotlin-compile-testing', 'com.github.tschuchortdev', 'kotlin-compile-testing').versionRef("kotlin-testing")
library('kotlinpoet', 'com.squareup', 'kotlinpoet').versionRef('kotlinpoet')
library('kotlinpoet-ksp', 'com.squareup', 'kotlinpoet-ksp').versionRef('kotlinpoet')
library('jakarta.jws.api', 'jakarta.jws', 'jakarta.jws-api').version('3.0.0')
library('jakarta.xml.ws.api', 'jakarta.xml.ws', 'jakarta.xml.ws-api').version('3.0.1')
library('jakarta.xml.bind.api', 'jakarta.xml.bind', 'jakarta.xml.bind-api').version('3.0.1')
library('glassfish.jaxb.jakarta', 'org.glassfish.jaxb', 'jaxb-runtime').version('3.0.1')
library('glassfish.jaxb.javax', 'org.glassfish.jaxb', 'jaxb-runtime').version('2.3.0.1')
library('commons-codec', 'commons-codec', 'commons-codec').version('1.16.1')
library('commons-io', 'commons-io', 'commons-io').version('2.16.1')
library('openapi-generator', 'org.openapitools', 'openapi-generator').version('7.4.0')
library('swagger-core', 'io.swagger.core.v3', 'swagger-core').versionRef("swagger")
library('swagger-models', 'io.swagger.core.v3', 'swagger-models').versionRef("swagger")
library('swagger-annotations', 'io.swagger.core.v3', 'swagger-annotations').versionRef("swagger")
library('s3client-minio', 'io.minio', 'minio').version("8.5.12")
library('s3client-aws', 'software.amazon.awssdk', 's3').version("2.27.12")
library('camunda7-engine', 'org.camunda.bpm', 'camunda-engine').versionRef('camunda7')
library('camunda7-rest-jakarta', 'org.camunda.bpm', 'camunda-engine-rest-jakarta').versionRef('camunda7')
library('fasterxml-uuidgenerator', 'com.fasterxml.uuid', 'java-uuid-generator').version('5.0.0')
library('resteasy-undertow-jakarta', 'org.jboss.resteasy', 'resteasy-undertow').version('6.2.8.Final')
library('jakarta-rs-api', 'jakarta.ws.rs', 'jakarta.ws.rs-api').version('3.1.0')
}
}
}