@@ -31,12 +31,15 @@ io-github-numichi-reactive-logger = "6.0.3"
31
31
io-projectreactor-reactor-test = " 3.6.11"
32
32
junit-junit = " 4.13.2"
33
33
org-testcontainers = " 1.20.3"
34
+ org-junit-platform = " 1.11.4"
35
+ org-jetbrains-kotlin = " 2.1.0"
34
36
35
37
[libraries ]
36
38
org-springframework-boot-spring-boot = { module = " org.springframework.boot:spring-boot" , version.ref = " org-springframework-boot-spring-boot" }
37
39
org-springframework-boot-spring-boot-starter-webflux = { module = " org.springframework.boot:spring-boot-starter-webflux" , version.ref = " org-springframework-boot-spring-boot" }
38
40
org-springframework-boot-spring-boot-starter-data-r2dbc = { module = " org.springframework.boot:spring-boot-starter-data-r2dbc" , version.ref = " org-springframework-boot-spring-boot" }
39
41
org-springframework-boot-spring-boot-starter-web = { module = " org.springframework.boot:spring-boot-starter-web" , version.ref = " org-springframework-boot-spring-boot" }
42
+ org-springframework-boot-spring-boot-starter-web-services = { module = " org.springframework.boot:spring-boot-starter-web-services" , version.ref = " org-springframework-boot-spring-boot" }
40
43
org-springframework-boot-spring-boot-starter-security = { module = " org.springframework.boot:spring-boot-starter-security" , version.ref = " org-springframework-boot-spring-boot" }
41
44
org-springframework-boot-spring-boot-starter-actuator = { module = " org.springframework.boot:spring-boot-starter-actuator" , version.ref = " org-springframework-boot-spring-boot" }
42
45
org-springframework-boot-spring-boot-starter-test = { module = " org.springframework.boot:spring-boot-starter-test" , version.ref = " org-springframework-boot-spring-boot" }
@@ -84,10 +87,15 @@ io-micrometer-micrometer-registry-prometheus = { module = "io.micrometer:microme
84
87
com-github-loki4j-loki-logback-appender = { module = " com.github.loki4j:loki-logback-appender" , version.ref = " com-github-loki4j" }
85
88
io-github-numichi-reactive-logger = { module = " io.github.numichi:reactive-logger" , version.ref = " io-github-numichi-reactive-logger" }
86
89
90
+ org-jetbrains-kotlin-kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" , version.ref = " org-jetbrains-kotlin" }
91
+
87
92
junit-junit = { module = " junit:junit" , version.ref = " junit-junit" }
88
93
org-testcontainers-postgresql = { module = " org.testcontainers:postgresql" , version.ref = " org-testcontainers" }
89
94
org-testcontainers-r2dbc = { module = " org.testcontainers:r2dbc" , version.ref = " org-testcontainers" }
90
95
org-testcontainers-minio = { module = " org.testcontainers:minio" , version.ref = " org-testcontainers" }
91
96
org-testcontainers-vault = { module = " org.testcontainers:vault" , version.ref = " org-testcontainers" }
92
97
org-testcontainers-junit-jupiter = { module = " org.testcontainers:junit-jupiter" , version.ref = " org-testcontainers" }
93
98
io-projectreactor-reactor-test = { module = " io.projectreactor:reactor-test" , version.ref = " io-projectreactor-reactor-test" }
99
+ org-jetbrains-kotlin-kotlin-test-junit5 = { module = " org.jetbrains.kotlin:kotlin-test-junit5" , version.ref = " org-jetbrains-kotlin" }
100
+ org-junit-platform-junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " org-junit-platform" }
101
+
0 commit comments