There was an error while loading. Please reload this page.
1 parent 468e2c9 commit 5953c10Copy full SHA for 5953c10
1 file changed
agent/build.gradle
@@ -12,6 +12,11 @@ dependencies {
12
compileOnly 'io.projectreactor.netty:reactor-netty-http:1.2.1' // For Spring Webflux
13
compileOnly 'io.javalin:javalin:6.4.0'
14
compileOnly 'org.springframework:spring-web:5.3.20'
15
+
16
+ constraints {
17
+ implementation('org.jetbrains.kotlin:kotlin-stdlib:2.1.0')
18
+ implementation('io.netty:netty-codec-dns:4.1.136.Final')
19
+ }
20
}
21
22
shadowJar {
0 commit comments